| .. |
|
aasmcpu.pas
|
* Extention -> extension (By Reinier, bug ID #25979)
|
2014-05-10 15:29:29 +00:00 |
|
agx86att.pas
|
|
|
|
agx86int.pas
|
+ generate the stack segment for i8086 far data memory models from within fpc
|
2014-05-27 23:29:50 +00:00 |
|
agx86nsm.pas
|
+ generate the stack segment for i8086 far data memory models from within fpc
|
2014-05-27 23:29:50 +00:00 |
|
cga.pas
|
+ support for FMA intrinsic: if there is no hardware support, the compiler throws an error.
|
2014-04-13 19:21:54 +00:00 |
|
cgx86.pas
|
* fixed multiplication by 64-bit constants on x86_64, mantis #26230
|
2014-05-28 22:52:08 +00:00 |
|
cpubase.pas
|
+ Implemented IEEE 754-compliant checking for unordered results of floating-point compares on x86 targets. Mantis #9362.
|
2014-04-14 12:36:11 +00:00 |
|
hlcgx86.pas
|
|
|
|
itcpugas.pas
|
|
|
|
itx86int.pas
|
|
|
|
ni86mem.pas
|
* isolated segment-related functionality of tabsolutevarsym into i386/i8086-
|
2014-03-30 15:42:53 +00:00 |
|
nx86add.pas
|
* i386: For integer comparisons with zero, emit "test $-1,%reg" instead of "test %reg,%reg". It is more spilling-friendly, because it transforms into "test $-1,spilltemp" and does not require a register.
|
2014-04-20 19:16:58 +00:00 |
|
nx86cal.pas
|
|
|
|
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
|
|
|
|
nx86inl.pas
|
+ make use of vfnmsub*/vfmsub*/vfnmadd* instructions if possible
|
2014-05-02 21:07:46 +00:00 |
|
nx86mat.pas
|
* create shorter code for -<single/double> when generating avx code
|
2014-03-29 19:35:41 +00:00 |
|
nx86mem.pas
|
* preserve the segment of the reference in tx86vecnode.update_reference_reg_mul
|
2014-04-05 14:46:35 +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
|
* merged avx2 branch, developed by Torsten Grundke
|
2014-03-20 12:03:52 +00:00 |
|
rax86att.pas
|
|
|
|
rax86int.pas
|
* Moved local label infrastructure into tasmreader, reduces number of global vars. Functionality is not changed.
|
2014-04-05 09:43:13 +00:00 |
|
rgx86.pas
|
* x86: fix spilling of sqrtss and sqrtsd instructions, they cannot have memory as destination.
|
2014-05-22 07:19:13 +00:00 |
|
symi86.pas
|
* i8086 and i386-specific code from tabstractprocdef.is_pushleftright moved to
|
2014-04-12 15:34:08 +00:00 |
|
symx86.pas
|
+ symx86 unit, forgot to commit (part of r27397)
|
2014-03-30 22:03:55 +00:00 |
|
x86ins.dat
|
+ prove of concept how FMA4 could be supported in inline assembler
|
2014-03-20 21:25:38 +00:00 |
|
x86reg.dat
|
|
|