Commit History

Autor SHA1 Mensaxe Data
  nickysn 21c9712ea2 * allow 32-bit operand sizes in the i8086 version of Tx86Operand.SetSize, so %!s(int64=9) %!d(string=hai) anos
  nickysn 3b80ca4376 + implemented the 'SEG @CODE' inline assembler directive for i8086 %!s(int64=9) %!d(string=hai) anos
  nickysn 995ca4fb12 + implemented the 'SEG @DATA' inline assembler directive for i8086 %!s(int64=9) %!d(string=hai) anos
  nickysn 43dabca8ab * moved the handling of the @Code and @Data inline assembler symbols to new methods Tx86operand.SetupCode and .SetupData %!s(int64=9) %!d(string=hai) anos
  nickysn 910003848c * fixed code generation of indirect far calls and jumps on the i8086 from the %!s(int64=9) %!d(string=hai) anos
  nickysn e9c790f4eb + support 'SEG' in the i8086 inline assembler %!s(int64=10) %!d(string=hai) anos
  nickysn 5c8965fea5 * in the inline asm reader, treat [var] reference as "word" instead of "dword" %!s(int64=10) %!d(string=hai) anos
  nickysn 3b5395e0e3 * set 16-bit opsize for OPR_SYMBOL operands on i8086 %!s(int64=10) %!d(string=hai) anos
  nickysn c3515f743f * generate 16-bit (instead of 32-bit) instructions for push/pop of a segment %!s(int64=10) %!d(string=hai) anos
  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. %!s(int64=10) %!d(string=hai) anos
  Jonas Maebe 5c8ae259c4 * handle GOT-relative loads in the assembler reader as reads of %!s(int64=10) %!d(string=hai) anos
  florian aa107b914c * merged avx2 branch, developed by Torsten Grundke %!s(int64=11) %!d(string=hai) anos
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables %!s(int64=11) %!d(string=hai) anos
  yury 8ae7c5784c * Sync with trunk r23500. %!s(int64=12) %!d(string=hai) anos
  yury 0960ee2034 * Add missing checks for android target. %!s(int64=12) %!d(string=hai) anos
  paul 5d74e0578a compiler: remove unused variables and unneeded assignments %!s(int64=12) %!d(string=hai) anos
  Jonas Maebe d180d6f241 * fixed size of movzx/movsx with 64bit operand in x86-64 Intel asm reader %!s(int64=12) %!d(string=hai) anos
  florian a499a30ca9 * fixes to avx support by Torsten Grundke %!s(int64=12) %!d(string=hai) anos
  florian 283ff05127 * merged avx support in inline assembler developed by Torsten Grundke %!s(int64=13) %!d(string=hai) anos
  pierre 0a755be6fe * Fix assembler fileinfo position for x86 readers %!s(int64=13) %!d(string=hai) anos
  Jonas Maebe 4d0e4e1b56 * treat "[var + rip]" in intel assembler mode as addr_pic_no_got on x86-64 %!s(int64=13) %!d(string=hai) anos
  sergei 08e895cf7c * Fixed handling of 'movq' instruction by assembler reader, resolves #18205. %!s(int64=14) %!d(string=hai) anos
  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). %!s(int64=14) %!d(string=hai) anos
  florian e7fa076b70 * handle variables without explicit size prefix better in inline assembler, resolves #18009 %!s(int64=14) %!d(string=hai) anos
  Jonas Maebe 709f1e8344 * also recognise non-GOT based RIP-relative address expressions as PIC %!s(int64=14) %!d(string=hai) anos
  pierre f23695cf92 * Also declare GOT in main program %!s(int64=15) %!d(string=hai) anos
  florian 9affb070b8 * don't force OT_BITS32 on x86-64, resolves #16622 %!s(int64=15) %!d(string=hai) anos
  florian 53ffda14f3 * fixes taking the address of an assembler block defined label %!s(int64=16) %!d(string=hai) anos
  Jonas Maebe 18eb495d0f * give a regular error message instead of an internal error on x86 %!s(int64=17) %!d(string=hai) anos
  Jonas Maebe 8bcb6e689d * only check validity of assembler instructions in pass_2, after all %!s(int64=18) %!d(string=hai) anos