Commit History

Author SHA1 Message Date
  sergei 42d251da1c - x86 assembler readers: cleaned out operand swapping code. Operands of TInstruction are kept in AT&T order, Intel reader attaches operands right-to-left. It was effectively the same way before the change (except Intel reader attaching operands left-to-right, followed by a single swap), operand order checks all over the place were just reducing readability. 10 years ago
  Jonas Maebe 5c8ae259c4 * handle GOT-relative loads in the assembler reader as reads of 10 years ago
  florian aa107b914c * merged avx2 branch, developed by Torsten Grundke 11 years ago
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables 11 years ago
  yury 8ae7c5784c * Sync with trunk r23500. 12 years ago
  yury 0960ee2034 * Add missing checks for android target. 12 years ago
  paul 5d74e0578a compiler: remove unused variables and unneeded assignments 12 years ago
  Jonas Maebe d180d6f241 * fixed size of movzx/movsx with 64bit operand in x86-64 Intel asm reader 12 years ago
  florian a499a30ca9 * fixes to avx support by Torsten Grundke 12 years ago
  florian 283ff05127 * merged avx support in inline assembler developed by Torsten Grundke 13 years ago
  pierre 0a755be6fe * Fix assembler fileinfo position for x86 readers 13 years ago
  Jonas Maebe 4d0e4e1b56 * treat "[var + rip]" in intel assembler mode as addr_pic_no_got on x86-64 13 years ago
  sergei 08e895cf7c * Fixed handling of 'movq' instruction by assembler reader, resolves #18205. 14 years ago
  sergei 1bcc41c8c6 * x86 assembler reader: fixed bug in Tx86Instruction.AddReferenceSizes which was causing "Unable to determine operand size" error on instructions like "cmpss $0x10,(%rax),%xmm7" (3-operand instructions with reference being the source operand). 14 years ago
  florian e7fa076b70 * handle variables without explicit size prefix better in inline assembler, resolves #18009 14 years ago
  Jonas Maebe 709f1e8344 * also recognise non-GOT based RIP-relative address expressions as PIC 14 years ago
  pierre f23695cf92 * Also declare GOT in main program 15 years ago
  florian 9affb070b8 * don't force OT_BITS32 on x86-64, resolves #16622 15 years ago
  florian 53ffda14f3 * fixes taking the address of an assembler block defined label 16 years ago
  Jonas Maebe 18eb495d0f * give a regular error message instead of an internal error on x86 17 years ago
  Jonas Maebe 8bcb6e689d * only check validity of assembler instructions in pass_2, after all 18 years ago
  pierre f07349a774 * force S_IQ size for movq instruction, needed for nasm 18 years ago
  pierre fc66d46beb + added several warnings about use of references 18 years ago
  florian 85d63d9fa9 * settings refactored 19 years ago
  peter 5de217f04c * movzx reference size fallback to byte for delphi mode 19 years ago
  florian 4c9a08b12b * more x86_64 assembler support, rtl compilation works, executables don't work yet 19 years ago
  peter b7fe6797bf Merged revisions 2921-2922,2925 via svnmerge from 19 years ago
  peter eb725d4e44 Merged revisions 2908,2911,2913-2917 via svnmerge from 19 years ago
  peter fdc4925fcd * basic framework for debuginfo class added 20 years ago
  daniel 338d4fbe99 * Fix two issues with internal assembler 20 years ago