nickysn
|
e9c790f4eb
+ support 'SEG' in the i8086 inline assembler
|
10 年之前 |
nickysn
|
5c8965fea5
* in the inline asm reader, treat [var] reference as "word" instead of "dword"
|
10 年之前 |
nickysn
|
3b5395e0e3
* set 16-bit opsize for OPR_SYMBOL operands on i8086
|
10 年之前 |
nickysn
|
c3515f743f
* generate 16-bit (instead of 32-bit) instructions for push/pop of a segment
|
10 年之前 |
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 年之前 |
Jonas Maebe
|
5c8ae259c4
* handle GOT-relative loads in the assembler reader as reads of
|
10 年之前 |
florian
|
aa107b914c
* merged avx2 branch, developed by Torsten Grundke
|
11 年之前 |
florian
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
11 年之前 |
yury
|
8ae7c5784c
* Sync with trunk r23500.
|
12 年之前 |
yury
|
0960ee2034
* Add missing checks for android target.
|
12 年之前 |
paul
|
5d74e0578a
compiler: remove unused variables and unneeded assignments
|
12 年之前 |
Jonas Maebe
|
d180d6f241
* fixed size of movzx/movsx with 64bit operand in x86-64 Intel asm reader
|
12 年之前 |
florian
|
a499a30ca9
* fixes to avx support by Torsten Grundke
|
12 年之前 |
florian
|
283ff05127
* merged avx support in inline assembler developed by Torsten Grundke
|
12 年之前 |
pierre
|
0a755be6fe
* Fix assembler fileinfo position for x86 readers
|
13 年之前 |
Jonas Maebe
|
4d0e4e1b56
* treat "[var + rip]" in intel assembler mode as addr_pic_no_got on x86-64
|
13 年之前 |
sergei
|
08e895cf7c
* Fixed handling of 'movq' instruction by assembler reader, resolves #18205.
|
14 年之前 |
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 年之前 |
florian
|
e7fa076b70
* handle variables without explicit size prefix better in inline assembler, resolves #18009
|
14 年之前 |
Jonas Maebe
|
709f1e8344
* also recognise non-GOT based RIP-relative address expressions as PIC
|
14 年之前 |
pierre
|
f23695cf92
* Also declare GOT in main program
|
15 年之前 |
florian
|
9affb070b8
* don't force OT_BITS32 on x86-64, resolves #16622
|
15 年之前 |
florian
|
53ffda14f3
* fixes taking the address of an assembler block defined label
|
16 年之前 |
Jonas Maebe
|
18eb495d0f
* give a regular error message instead of an internal error on x86
|
17 年之前 |
Jonas Maebe
|
8bcb6e689d
* only check validity of assembler instructions in pass_2, after all
|
18 年之前 |
pierre
|
f07349a774
* force S_IQ size for movq instruction, needed for nasm
|
18 年之前 |
pierre
|
fc66d46beb
+ added several warnings about use of references
|
18 年之前 |
florian
|
85d63d9fa9
* settings refactored
|
19 年之前 |
peter
|
5de217f04c
* movzx reference size fallback to byte for delphi mode
|
19 年之前 |
florian
|
4c9a08b12b
* more x86_64 assembler support, rtl compilation works, executables don't work yet
|
19 年之前 |