florian
|
c7d5525b56
+ implemented some AVR specific intrinsics
|
7 жил өмнө |
florian
|
4752b0ef96
+ tinlinenode calls cpu specific routines for unknown inline numbers
|
7 жил өмнө |
florian
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
7 жил өмнө |
nickysn
|
e5dad9c98c
+ set oper.haslabelref in several other places, where a reference, containing a
|
7 жил өмнө |
nickysn
|
9649154368
* fixed the token2str const array for intel syntax x86 asm
|
7 жил өмнө |
michael
|
aad1401272
* Fix usesanalyzer for resource strings
|
7 жил өмнө |
nickysn
|
9450beb99c
* fixed bug in intel syntax i8086 inline asm, when certain 'jmp/call [v]'
|
7 жил өмнө |
lacak
|
05cddddf7c
fcl-db: mssql: in case of network failure infinite loop can occurs in Fetch method. Bug #32524
|
7 жил өмнө |
nickysn
|
49a96af874
+ also support 'external near' var declarations on i8086
|
7 жил өмнө |
florian
|
5b766a1e67
* fixed CompareByte for x86-64 after r37528
|
7 жил өмнө |
florian
|
3bcf774c7b
* compilation fixed
|
7 жил өмнө |
nickysn
|
d570c09b9d
+ added test, which tests public labels as well as 'external far' variables on i8086
|
7 жил өмнө |
nickysn
|
303309b28f
+ added support for 'external far' variables for i8086
|
7 жил өмнө |
nickysn
|
be3ff9128a
+ added an i8086 test for the public directive
|
7 жил өмнө |
nickysn
|
29558a74cd
+ support exporting labels from asm blocks in intel syntax asm blocks via the
|
7 жил өмнө |
florian
|
0c7306e1cd
* improved CompareByte for x86-64 based on a patch by Markus Beth
|
7 жил өмнө |
yury
|
13957d32b8
* Fixed packages building for mipsel-android. socketcall is used only for i386 CPU.
|
7 жил өмнө |
Mattias Gaertner
|
5116deddc9
fcl-passrc: resolver: implicit calls in arguments of built-in procs
|
7 жил өмнө |
nickysn
|
d318ab086a
* when handling absolute vars from within intel inline assembly, take the
|
7 жил өмнө |
lacak
|
eef6e65730
fcl-db: memds: for ftLargeInt fields use AsLargeInt when copying
|
7 жил өмнө |
lacak
|
555528d145
fcl-db: memds: when copying data from source dataset to destination honor NULL values. Bug #32537
|
7 жил өмнө |
lacak
|
5c98c93500
fcl-db: tests: memds: check if null values are copied correctly. Bug #32537
|
7 жил өмнө |
nickysn
|
8a0d8f025b
* fixed another i8086 inline asm 32-bit constant bug (e.g. in 'or eax, 80000001h')
|
8 жил өмнө |
nickysn
|
07eab50afe
+ added a test for 32-bit inline asm const operand on i8086, using at&t syntax as well
|
8 жил өмнө |
nickysn
|
325e66287c
* fix for inline asm of instructions with 32-bit constant operands on i8086
|
8 жил өмнө |
nickysn
|
2af5c9d508
* changed type used for section alignment from byte/shortint to longint, so the
|
8 жил өмнө |
nickysn
|
8cc230ef1a
- don't switch index into base in the gas assembly writer. This optimization
|
8 жил өмнө |
nickysn
|
d7e4b50068
+ also optimize x86_64 references by switching [rbp+reg64] to [reg64+rbp],
|
8 жил өмнө |
nickysn
|
5ae32a0ec5
+ always do the x86_64 reference optimizations as if SS=DS, because the CPU
|
8 жил өмнө |
nickysn
|
e58bad8eef
+ check for the 'pop cs' instruction in the x86 inline assembler and print a
|
8 жил өмнө |