fpc/compiler/powerpc
Jonas Maebe 6165536b5e + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable
the use of Objective-C 1.0 constructs. Because it is a mode switch, it
    can be used cumulatively with every syntax mode. Note that a {$mode xxx}
    statement resets all mode switches as well, so you cannot use the
    -Mobjectivec1 variant if you have such a statement in a unit. This
    modeswitch is currently only enabled for Darwin/PowerPC and Darwin/i386,
    as the backend support is not yet implemented for other platforms.
  + implemented selector() statement that can be used to create an Objective-C
    selector for the message with the specified *constant* name (in the future,
    it will also work for Objective-C method identifiers)
  + added SEL type to the system unit (the selector() statement returns it)
  + added all Objective-C segments to the assembler writers
  + (currently mostly dummy) objc1 unit that is automatically included if the
    {$modeswitch objectivec1} statement is used
  + some tests for the selector() statement

git-svn-id: trunk@12870 -
2009-03-08 18:40:32 +00:00
..
agppcmpw.pas + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable 2009-03-08 18:40:32 +00:00
agppcvasm.pas * changed the supported targets for assembler writers to a set, and 2009-01-28 15:12:43 +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 * fixed ppc/ppc64 compilation after r12719 2009-02-09 09:47:02 +00:00
cpubase.pas * Replaced all user defined warnings by TODO comments to reduce compiler noise. 2008-07-23 11:00:03 +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 * fixed procvar parameter passing on ppc/sysv (by value instead of by 2009-01-02 15:36:27 +00:00
cpupi.pas + PIC support for darwin/ppc32 (-Cg works now, no regressions in test 2007-09-26 16:41:32 +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 * the compiler now explicitly keeps track of the minimally guaranteed 2009-02-08 13:00:24 +00:00
nppccnv.pas * always specify an explicit alignment for tgobj.gettemp (so e.g. 2008-11-08 22:20:47 +00:00
nppcmat.pas + "weakexternal" support for imported procedures and variables. 2008-11-01 18:38:32 +00:00
ppcins.dat
ppcreg.dat * cr register name fix 2006-07-22 09:33:47 +00:00
rappc.pas Merged revisions 2921-2922,2925 via svnmerge from 2006-03-16 08:52:22 +00:00
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 * cr register name fix 2006-07-22 09:33:47 +00:00
rppcmot.inc
rppcmri.inc
rppcnor.inc
rppcnum.inc
rppcrni.inc
rppcsri.inc
rppcstab.inc
rppcstd.inc
rppcsup.inc