fpc/compiler/x86
2014-12-07 20:27:02 +00:00
..
aasmcpu.pas * improved formatting 2014-10-04 17:52:17 +00:00
agx86att.pas * first dragonfly patch (existing most). Mantis #27091 2014-12-07 20:27:02 +00:00
agx86int.pas + create a special 'heap' segment with reserved space equal to heapsize (i.e. 2014-06-19 14:14:01 +00:00
agx86nsm.pas * fixed DFA warnings for i8086 2014-08-20 15:49:27 +00:00
cga.pas
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
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
nx86mat.pas * fix warnings when compiling the compiler with DFA optimizer enabled on i386 2014-08-20 12:28:44 +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 * Asm readers: allow using procedure symbols in references, resolves #22376. 2014-11-17 05:34:55 +00:00
rgx86.pas * Put under {$ifndef x86_64} more cases of instructions that do not exist in 64-bit mode. 2014-06-11 12:51:38 +00:00
symi86.pas
symx86.pas * reimplemented r28329 in a different way, as suggested by Jonas 2014-08-07 19:36:52 +00:00
x86ins.dat
x86reg.dat