fpc/compiler/arm
Jonas Maebe 0c675a4039 * the objc1 unit has been renamed to objc
* the objc unit links against the Foundation instead of against the Cocoa
    framework, and inludes an interface to either the fragile or non-fragile
    obj-c run time depending on the target platform
  + support for the non-fragile Objective-C runtime/ABI, as used on Mac OS X
    for ARM (iPhone) 64 bit (PowerPC/64, x86_64) -- all these targets now
    are now also supported for the objectivec1 modeswitch
  + support for private_extern symbol bindings, required for the above
  * mark objcclasses that are declared in the implementation section of a
    unit as "hidden" (not sure what the effect is, since the Objective-C
    runtime does not seem to do anything with this flag)
  * enabled all obj-c tests for the newly supported platforms

git-svn-id: branches/objc@13763 -
2009-09-27 15:24:50 +00:00
..
aasmcpu.pas * handle case tables correctly when inserting pc relative data 2009-02-27 12:58:18 +00:00
agarmgas.pas * changed the supported targets for assembler writers to a set, and 2009-01-28 15:12:43 +00:00
aoptcpu.pas + optimization of sequential ands 2009-02-27 12:59:08 +00:00
aoptcpub.pas
aoptcpuc.pas
aoptcpud.pas
armatt.inc + support for nop, msr and mrs instructions 2009-01-26 14:18:42 +00:00
armatts.inc + support for nop, msr and mrs instructions 2009-01-26 14:18:42 +00:00
armins.dat + support for nop, msr and mrs instructions 2009-01-26 14:18:42 +00:00
armnop.inc + support for nop, msr and mrs instructions 2009-01-26 14:18:42 +00:00
armop.inc + support for nop, msr and mrs instructions 2009-01-26 14:18:42 +00:00
armreg.dat + support for arm special registers 2009-01-26 14:22:38 +00:00
armtab.inc + support for nop, msr and mrs instructions 2009-01-26 14:18:42 +00:00
cgcpu.pas * align the stack pointer to alignment.localalignmax, fixes crashes on 2009-04-24 12:35:26 +00:00
cpubase.pas * added register type parameter to cgsize2subreg(), as the subreg can 2009-07-19 13:57:23 +00:00
cpuinfo.pas * fixed compilation of AVR compiler 2009-06-27 19:31:24 +00:00
cpunode.pas * the objc1 unit has been renamed to objc 2009-09-27 15:24:50 +00:00
cpupara.pas * fixed handling the result value of functions where the result type is 2009-09-12 12:21:34 +00:00
cpupi.pas
cputarg.pas
itcpugas.pas
narmadd.pas
narmcal.pas
narmcnv.pas * the compiler now explicitly keeps track of the minimally guaranteed 2009-02-08 13:00:24 +00:00
narmcon.pas * fixed class cast errors in range checking code 2009-02-08 13:07:12 +00:00
narminl.pas * the compiler now explicitly keeps track of the minimally guaranteed 2009-02-08 13:00:24 +00:00
narmmat.pas
narmset.pas * the compiler now explicitly keeps track of the minimally guaranteed 2009-02-08 13:00:24 +00:00
pp.lpi.template
raarm.pas
raarmgas.pas
rarmcon.inc + support for arm special registers 2009-01-26 14:22:38 +00:00
rarmdwa.inc + support for arm special registers 2009-01-26 14:22:38 +00:00
rarmnor.inc + support for arm special registers 2009-01-26 14:22:38 +00:00
rarmnum.inc + support for arm special registers 2009-01-26 14:22:38 +00:00
rarmrni.inc + support for arm special registers 2009-01-26 14:22:38 +00:00
rarmsri.inc + support for arm special registers 2009-01-26 14:22:38 +00:00
rarmsta.inc + support for arm special registers 2009-01-26 14:22:38 +00:00
rarmstd.inc + support for arm special registers 2009-01-26 14:22:38 +00:00
rarmsup.inc + support for arm special registers 2009-01-26 14:22:38 +00:00
rgcpu.pas * the compiler now explicitly keeps track of the minimally guaranteed 2009-02-08 13:00:24 +00:00