fpc/compiler/x86
Jonas Maebe ec8fee45fe * do not access local data via the GOT on x86_64, because
a) it's unnecessary
   b) it's slower than "direct" RIP-relative accessing
   c) it's not supported on darwin/x86_64 in certain cases
  * never use absolute addressing on darwin/x86_64 (like on win64)
  * when not generating PIC, make sure that a_loadaddr_ref_reg on x86_64
    also uses RIP-relative addressing for darwin/x86_64 and win64

git-svn-id: trunk@13760 -
2009-09-27 13:43:56 +00:00
..
aasmcpu.pas * do not access local data via the GOT on x86_64, because 2009-09-27 13:43:56 +00:00
agx86att.pas * do not access local data via the GOT on x86_64, because 2009-09-27 13:43:56 +00:00
agx86int.pas * Fixed warnings and notes. 2009-05-13 11:26:01 +00:00
cga.pas
cgx86.pas * do not access local data via the GOT on x86_64, because 2009-09-27 13:43:56 +00:00
cpubase.pas * added register type parameter to cgsize2subreg(), as the subreg can 2009-07-19 13:57:23 +00:00
itcpugas.pas
itx86int.pas
nx86add.pas
nx86cnv.pas * Fixed warnings and notes. 2009-05-13 11:26:01 +00:00
nx86con.pas
nx86inl.pas * Always use RIP relative symbol addressing for x86_64 Windows targets. Bug #13657. 2009-05-13 10:07:44 +00:00
nx86mat.pas * the compiler now explicitly keeps track of the minimally guaranteed 2009-02-08 13:00:24 +00:00
nx86set.pas - disabled jump tables for x86_64, because they cause various kinds of 2009-05-01 14:54:38 +00:00
rax86.pas
rax86att.pas
rax86int.pas * avoid IE in case of unknown assembler reference syntax 2009-07-05 19:16:46 +00:00
rgx86.pas * fixed spilling of and operations on spilled 32 bit values for x86_64 2009-08-21 16:20:16 +00:00
x86ins.dat * fixed assembler tables for sse4 instructions, resolves #13186 2009-02-24 20:07:11 +00:00
x86reg.dat