fpc/compiler/powerpc
Jonas Maebe 57bd6d2685 + merged nestedprocvars branch
+ support for nested procedural variables:
    o activate using {$modeswitch nestedprocvars} (compatible with all
      regular syntax modes, enabled by default for MacPas mode)
    o activating this mode switch changes the way the frame pointer is
      passed to nested routines into the same way that Delphi uses (always
      passed via the stack, and if necessary removed from the stack by
      the caller) -- Todo: possibly also allow using this parameter
      passing convention without enabling nested procvars, maybe even
      by default in Delphi mode, see mantis #9432
    o both global and nested routines can be passed to/assigned to a
      nested procvar (and called via them). Note that converting global
      *procvars* to nested procvars is intentionally not supported, so
      that this functionality can also be implemented via compile-time
      generated trampolines if necessary (e.g. for LLVM or CIL backends
      as long as they don't support the aforementioned parameter passing
      convention)
    o a nested procvar can both be declared using a Mac/ISO Pascal style
      "inline" type declaration as a parameter type, or as a stand-alone
      type (in the latter case, add "is nested" at the end in analogy to
      "of object" for method pointers -- note that using variables of
      such a type is dangerous, because if you call them once the enclosing
      stack frame no longer exists on the stack, the results are
      undefined; this is however allowed for Metaware Pascal compatibility)

git-svn-id: trunk@15694 -
2010-08-02 22:20:36 +00:00
..
agppcmpw.pas * renamed mark_InlineStart/mark_InlineEnd to mark_NoLineinfoStart/ 2009-12-04 19:37:22 +00:00
agppcvasm.pas * fixed powerpc compilation after r13760 2009-09-27 14:01:41 +00:00
aoptcpu.pas + internal round/trunc support for ppc970 using fctid/fctidz 2008-02-20 11:49:15 +00:00
aoptcpub.pas
aoptcpuc.pas
aoptcpud.pas
cgcpu.pas * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can 2010-05-30 21:12:57 +00:00
cpubase.pas * added register type parameter to cgsize2subreg(), as the subreg can 2009-07-19 13:57:23 +00:00
cpuinfo.pas + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 2008-03-02 12:59:02 +00:00
cpunode.pas + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable 2009-03-08 18:40:32 +00:00
cpupara.pas + merged nestedprocvars branch 2010-08-02 22:20:36 +00:00
cpupi.pas * moved field definitions before method/property definitions (see mantis 2009-06-27 11:27:31 +00:00
cputarg.pas + added initial support for the VASM assembler of VBCC fame (http://sun.hasenbraten.de/vbcc/), 2009-01-02 22:05:05 +00:00
itcpugas.pas * rlwnm_ -> rlwnm. 2008-02-20 11:50:12 +00:00
nppcadd.pas + "weakexternal" support for imported procedures and variables. 2008-11-01 18:38:32 +00:00
nppccal.pas * small typo corrections by Adriaan Van Os (mantis #15652) 2010-02-02 10:41:38 +00:00
nppccnv.pas * fixed compilation after r13551 2009-08-18 15:01:57 +00:00
nppcmat.pas + "weakexternal" support for imported procedures and variables. 2008-11-01 18:38:32 +00:00
ppcins.dat
ppcreg.dat
rappc.pas
rappcgas.pas + PIC support for darwin/ppc32 (-Cg works now, no regressions in test 2007-09-26 16:41:32 +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