fpc/compiler/x86
florian de17e9fa1c + cpu capability CPUX86_HAS_CMOV
git-svn-id: trunk@29776 -
2015-02-21 20:47:40 +00:00
..
aasmcpu.pas * new code alignment fillings based on the discussion at http://www.lazarusforum.de/viewtopic.php?f=10&t=8487 2015-02-21 10:09:39 +00:00
agx86att.pas * x86 AT&T writer: never ever drop "@GOTPCREL" relocation, because it results in corrupted code (at least, "mov foo@GOTPCREL(%rip),%reg" must change to "lea foo(%rip),%reg" to remain equivalent, but this must be handled elsewhere anyway. Assembler writer should just write generated code as is). 2015-01-18 17:04:53 +00:00
agx86int.pas * fix assembling with masm according to #25858 2015-02-05 21:22:39 +00:00
agx86nsm.pas + support section smartlinking with nasm 2015-02-08 12:33:50 +00:00
cga.pas
cgx86.pas * Tcgx86.g_concatcopy use: copy_move (mov sequence) instead of copy_string (rep 2015-02-07 13:19:34 +00:00
cpubase.pas
hlcgx86.pas
itcpugas.pas
itx86int.pas
ni86mem.pas
nx86add.pas x86: fix a variable op not initialized warning. This hopefully fixes our x86 testsuite run. 2014-08-20 10:21:06 +00:00
nx86cal.pas
nx86cnv.pas
nx86con.pas
nx86inl.pas + cpu capability CPUX86_HAS_CMOV 2015-02-21 20:47:40 +00:00
nx86mat.pas * make integer division instruction (div/idiv) on x86 dependent on the 2015-01-04 13:08:57 +00:00
nx86mem.pas
nx86set.pas
rax86.pas - 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. 2014-11-16 16:37:26 +00:00
rax86att.pas - 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. 2014-11-16 16:37:26 +00:00
rax86int.pas + applied remaining patches of Torsten Grundke: adds gather instructions of avx2 2015-02-17 21:43:46 +00:00
rgx86.pas
symi86.pas
symx86.pas * reimplemented r28329 in a different way, as suggested by Jonas 2014-08-07 19:36:52 +00:00
x86ins.dat + applied remaining patches of Torsten Grundke: adds gather instructions of avx2 2015-02-17 21:43:46 +00:00
x86reg.dat