fpc/compiler/i386
Jonas Maebe 7a0ae38700 + also specify the parameter def when allocating a parameter via
getintparaloc + adapted all call sites of getintparaloc. This
    led to a number of additional, related changes:
   o corrected the type information for some getintparaloc parameters
   o don't allocate some intparalocs in cases they aren't used
   o changed "const tvardata" parameter into "constref tvardata" for
     fpc_variant_copy_overwrite to make pass-by-reference semantics
     explicit
   o moved a number of routines that now have to call find_system_type()
     from cgobj to hlcgobj so that cgobj doesn't have to start depending
     on the symtable unit
   o added versions of the cpureg alloc/dealloc methods to hlcgobj that
     call through to their cgobj counter parts, so we can call save/restore
     the cpu registers before/after calling system helpers from hlcgobj
     (not implemented in hlcgobj itself, because all basic register
      allocator functionality is still part of cgobj/cgcpu)

git-svn-id: trunk@21696 -
2012-06-24 15:02:12 +00:00
..
aopt386.pas
cgcpu.pas * Fix for go32v2 specific failure in test/cg/tcalval5 with -Aas option 2012-05-31 12:55:56 +00:00
cpubase.inc + ossinttype/osuinttype defs that correspond to OS_SINT/OS_INT for use in 2012-05-12 16:03:15 +00:00
cpuinfo.pas
cpunode.pas
cpupara.pas + also specify the parameter def when allocating a parameter via 2012-06-24 15:02:12 +00:00
cpupi.pas * Use localalignmax in calc_stackframe_size method 2012-04-20 12:13:52 +00:00
cputarg.pas * Rename ag386nsm.pas unit source to agx86nsm.pas 2011-07-04 09:13:55 +00:00
csopt386.pas
daopt386.pas o patch by Alexander Shishkin, resolves #20409 2011-10-05 20:11:09 +00:00
hlcgcpu.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
i386att.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386atts.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386int.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386nop.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
i386op.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386prop.inc * fixed change information for a lot of sse instructions 2011-08-20 12:28:49 +00:00
i386tab.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
n386add.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
n386cal.pas * factored out releasing an unused return value into 2011-08-20 07:45:44 +00:00
n386inl.pas
n386mat.pas * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for 2012-05-13 12:33:10 +00:00
n386mem.pas * Made the x86-specific scalefactor optimization of tvecnode available on x86_64 as well, by moving update_reference_reg_mul method from ti386vecnode to newly introduced tx86vecnode. 2011-09-26 12:58:59 +00:00
n386set.pas * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
popt386.pas * i386 version of fix from r21113 2012-04-29 22:27:00 +00:00
r386ari.inc
r386att.inc
r386con.inc
r386dwrf.inc
r386int.inc
r386iri.inc
r386nasm.inc
r386nor.inc
r386nri.inc
r386num.inc
r386op.inc
r386ot.inc
r386rni.inc
r386sri.inc
r386stab.inc
r386std.inc
ra386att.pas
ra386int.pas
rgcpu.pas
rropt386.pas