fpc/compiler/x86
Jonas Maebe 7949bebb8d * synchronised with r28168 of trunk
git-svn-id: branches/hlcgllvm@28169 -
2014-07-05 21:30:28 +00:00
..
aasmcpu.pas * synchronised with r28168 of trunk 2014-07-05 21:30:28 +00:00
agx86att.pas
agx86int.pas * synchronised with r28168 of trunk 2014-07-05 21:30:28 +00:00
agx86nsm.pas * synchronised with r28168 of trunk 2014-07-05 21:30:28 +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 * tcgx86.a_op_const_reg_reg: optimize trivial cases before considering more complex ones. 2014-06-08 00:08:56 +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
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
nx86con.pas
nx86inl.pas + make use of vfnmsub*/vfmsub*/vfnmadd* instructions if possible 2014-05-02 21:07:46 +00:00
nx86mat.pas * One more fix of operand size, likely harmless because shift amount is taken modulo bit-width anyway. 2014-06-14 13:31:48 +00:00
nx86mem.pas * synchronized with trunk up to r27758 2014-05-12 16:12:34 +00:00
nx86set.pas
rax86.pas
rax86att.pas
rax86int.pas * x86 intel syntax inline asm: allow a segment override (segcs,segds,seges,etc.) 2014-06-25 21:06:19 +00:00
rgx86.pas * synchronised with r28168 of trunk 2014-07-05 21:30:28 +00:00
symi86.pas
symx86.pas
x86ins.dat
x86reg.dat