fpc/compiler/x86
Jonas Maebe e393446769 * fixed several omissions that could cause the dynamic linker not to
register required classes:
    + add lazy references to classes referred to in the current unit
    + define reference symbols for classes defined in the current unit
    + add lazy references to parent classes of classes defined in the current
      unit

git-svn-id: branches/objc@13679 -
2009-09-08 16:05:41 +00:00
..
aasmcpu.pas * fixed spilling of and operations on spilled 32 bit values for x86_64 2009-08-21 16:20:16 +00:00
agx86att.pas * changed the supported targets for assembler writers to a set, and 2009-01-28 15:12:43 +00:00
agx86int.pas * fixed several omissions that could cause the dynamic linker not to 2009-09-08 16:05:41 +00:00
cga.pas
cgx86.pas * fixed r13469 (PLT entries are not GOT-relative). Not reverting all the 2009-07-28 17:43:17 +00:00
cpubase.pas * added register type parameter to cgsize2subreg(), as the subreg can 2009-07-19 13:57:23 +00:00
itcpugas.pas * revert r8118 2007-07-22 19:59:00 +00:00
itx86int.pas * revert r8118 2007-07-22 19:59:00 +00:00
nx86add.pas * implementation of 32x32->64 multiplication for i386 based on patch 2008-11-06 21:03:10 +00:00
nx86cnv.pas * Fixed warnings and notes. 2009-05-13 11:26:01 +00:00
nx86con.pas * remove registers{int/mmx/fpu} from firstpass 2007-09-26 21:12:01 +00:00
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 * fixes taking the address of an assembler block defined label 2008-11-09 21:14:45 +00:00
rax86att.pas * Fixed 'mixed signed/unsigned' and pointer conversion warnings. 2008-07-23 09:36:07 +00:00
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