..
aasmcpu.pas
* synchronised with trunk up till r26975
2014-03-06 21:36:58 +00:00
agx86att.pas
Separate out nasm assembler for i8086, i386 and x86_64 cpus, also separte based on target object format
2014-01-21 00:26:08 +00:00
agx86int.pas
Separate out nasm assembler for i8086, i386 and x86_64 cpus, also separte based on target object format
2014-01-21 00:26:08 +00:00
agx86nsm.pas
* Some fixes to NASM writer:
2014-02-27 13:37:03 +00:00
cga.pas
cgx86.pas
+ support getting the address of far references on i8086 in
2014-03-02 22:21:16 +00:00
cpubase.pas
- rm FDISI,FENI,FSAVE,FSTCW,FSTENV and FSTSW from the requires_fwait_on_8087()
2013-12-03 23:56:45 +00:00
hlcgx86.pas
itcpugas.pas
* command line compilation of i8086 fixed
2013-04-21 18:32:09 +00:00
itx86int.pas
* merge i8086 branch by Nikolay Nikolov
2013-04-25 20:23:51 +00:00
nx86add.pas
* x86 compares: compare references with constants directly (without loading to register) if possible, this helps to reduce register pressure.
2014-01-17 19:42:09 +00:00
nx86cal.pas
* pass a list of (pointers to) the paralocs to hlcgobj.a_call/g_call*, as
2014-03-06 21:40:57 +00:00
nx86cnv.pas
* x86: improve x87 qword to float conversion, using single-precision constants saves space and removes need in separate load on FPU stack. No precision loss occurs because 2**64 is representable exactly even in single precision.
2014-03-03 20:41:42 +00:00
nx86con.pas
* small changes (copyright, typo, readability)
2012-11-18 17:28:30 +00:00
nx86inl.pas
+ create avx code in abs as well
2014-02-22 15:35:14 +00:00
nx86mat.pas
* fixed not(boolean32) and not(boolean64) on i8086
2014-01-03 15:18:07 +00:00
nx86mem.pas
* synchronised with trunk up till r26975
2014-03-06 21:36:58 +00:00
nx86set.pas
* Use GOT-relative constants for i386 PIC jump tables, they don't need runtime relocations. Now almost ABI-compliant on Linux/BSD (Darwin targets unchanged). Also clean up i8086-specific stuff: using tai_const.create_type_sym(aitconst_ptr,...) generates near pointers on i8086, which is the desired goal.
2014-03-03 21:06:49 +00:00
rax86.pas
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
2013-12-01 17:02:08 +00:00
rax86att.pas
* properly propagate PIC-related suffixes from the x86 assembler reader in
2013-05-30 12:20:48 +00:00
rax86int.pas
* convert i8086 inline asm instruction 'call symbol' to 'call far symbol' in memory models with far code
2013-09-08 16:34:12 +00:00
rgx86.pas
* synchronised with trunk up till r26975
2014-03-06 21:36:58 +00:00
x86ins.dat
* fixed modification information for some avx instructions
2014-02-22 15:52:33 +00:00
x86reg.dat
* x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files.
2013-10-03 08:08:04 +00:00