fpc/compiler/powerpc64
Jonas Maebe fa3b0ca312 * support marking defs created via the getreusable*() class methods as
"don't free even if not registered"; use for defs that may not be written
    to a ppu file, but that must nevertheless survive the compilation of the
    current module
  * mark all defs created for para locations as "don't free even if not
    registered", because we don't discard and recalculate all para locations
    after a module has been compiled (since that's not needed)
   o solves issues if the paralocations for a routine in the interface of
     unit A are calculated while the implementation of unit B gets
     compiled, and a new reusable type is allocated at that point which
     is not used anywhere else (after r32160)

git-svn-id: trunk@32235 -
2015-11-04 20:46:18 +00:00
..
aoptcpu.pas
aoptcpub.pas
aoptcpuc.pas
aoptcpud.pas
cgcpu.pas * when targeting the ELFv2 ABI, don't reserve space for the (never used) 2015-03-14 18:35:56 +00:00
cpubase.pas + rldcl., rldicl., rldcr[.] and rldicr[.] opcodes (needed for new 2015-03-14 18:36:02 +00:00
cpuinfo.pas Moved tcontrollerdatatype out into cpuinfo. 2015-09-07 20:36:54 +00:00
cpunode.pas
cpupara.pas * support marking defs created via the getreusable*() class methods as 2015-11-04 20:46:18 +00:00
cpupi.pas * allocate enough room in assembler routines for a complete linkage area 2015-03-14 18:36:14 +00:00
cputarg.pas
hlcgcpu.pas
itcpugas.pas + rldcl., rldicl., rldcr[.] and rldicr[.] opcodes (needed for new 2015-03-14 18:36:02 +00:00
nppcadd.pas
nppccal.pas * generate ".abiversion 2" directive when targeting ppc64/ELFv2 2015-03-14 18:35:31 +00:00
nppccnv.pas
nppcld.pas
nppcmat.pas * use handle_locjump() instead of local inlined version 2015-08-27 18:28:52 +00:00
ppcins.dat
ppcreg.dat
rappc.pas
rappcgas.pas * generate ".abiversion 2" directive when targeting ppc64/ELFv2 2015-03-14 18:35:31 +00:00
rppccon.inc
rppcdwrf.inc
rppcgas.inc
rppcgri.inc
rppcgss.inc
rppcmot.inc
rppcmri.inc
rppcnor.inc
rppcnum.inc
rppcrni.inc
rppcsri.inc
rppcstab.inc
rppcstd.inc
rppcsup.inc
symcpu.pas o fixes handling of iso i/o parameters/program parameters: 2015-05-01 20:58:31 +00:00