fpc/compiler/x86
2014-01-18 19:21:48 +00:00
..
aasmcpu.pas * Fixed spilling of 3-operand IMUL instruction (went unnoticed this far because such instructions were not emitted by compiler). 2014-01-18 19:21:48 +00:00
agx86att.pas * workaround for bug in Apple's assembler regarding movq/vmovq and integer 2013-09-02 14:39:26 +00:00
agx86int.pas
agx86nsm.pas * handle ait_varloc in the nasm writer. This allows compiling the system unit 2013-12-23 13:27:22 +00:00
cga.pas
cgx86.pas * fixed the conversion of powerof2 mul/imuls to lea in tcgx86.a_op_const_reg_reg 2014-01-18 17:58:31 +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
itx86int.pas
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
nx86cnv.pas * basic avx support for floating point operations (use -Cfavx to activate) 2013-06-14 20:03:01 +00:00
nx86con.pas
nx86inl.pas + proper (i.e. not broken) implementation of arctan() for the 8087 and 80287 2013-12-12 23:46:51 +00:00
nx86mat.pas * fixed not(boolean32) and not(boolean64) on i8086 2014-01-03 15:18:07 +00:00
nx86mem.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
nx86set.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
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
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 + cpu_capabilites for x86_64 and i386 2014-01-16 21:47:28 +00:00
x86ins.dat + tzcnt assembler instruction 2014-01-18 12:11:50 +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