mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 14:29:26 +01:00
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 -
|
||
|---|---|---|
| .. | ||
| aopt386.pas | ||
| cgcpu.pas | ||
| cpubase.inc | ||
| cpuinfo.pas | ||
| cpunode.pas | ||
| cpupara.pas | ||
| cpupi.pas | ||
| cputarg.pas | ||
| csopt386.pas | ||
| daopt386.pas | ||
| hlcgcpu.pas | ||
| i386att.inc | ||
| i386atts.inc | ||
| i386int.inc | ||
| i386nop.inc | ||
| i386op.inc | ||
| i386prop.inc | ||
| i386tab.inc | ||
| n386add.pas | ||
| n386cal.pas | ||
| n386inl.pas | ||
| n386mat.pas | ||
| n386mem.pas | ||
| n386set.pas | ||
| popt386.pas | ||
| 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 | ||