fpc/compiler/powerpc64
Jonas Maebe 359c19ee9e - removed ppc601 as ppc32 cpu target
+ added ppc740 (g3), ppc7400 (G4) and ppc970 (G5) as ppc32 cpu
    targets
  * initialise optimizecputype by default to ppc7400 for ppc32 and to
    ppc970 for ppc64
  * merged ppc32/ppc64 overflow checking code and use the ppc64 one
    in case cputype or optimizecputype >= ppc970, because one of
    the instructions used in the ppc32 version no longer exists on the
    ppc970 (although it's emulated in the kernel on at least Mac OS X)
  * moved some other support routines and constants to ppcgen which
    were needed for the overflow checking (were identical for ppc32 and
    ppc64) 

git-svn-id: trunk@6323 -
2007-02-03 19:32:44 +00:00
..
agppcgas.pas * moved some more common powerpc32/64 things to ppcgn 2006-11-03 12:30:17 +00:00
aoptcpu.pas
aoptcpub.pas
aoptcpuc.pas
aoptcpud.pas
cgcpu.pas - removed ppc601 as ppc32 cpu target 2007-02-03 19:32:44 +00:00
cpubase.pas * moved some more common powerpc32/64 things to ppcgn 2006-11-03 12:30:17 +00:00
cpuinfo.pas * fixed two small errors 2006-10-11 21:14:47 +00:00
cpunode.pas * inline sqrt since it is a mandatory instruction on PPC970 processors (and much faster than the generic routine) 2007-02-01 19:52:09 +00:00
cpupara.pas * a_loadfpu_* gets two size parameters: fromsize and tosize 2007-01-12 18:33:51 +00:00
cpupi.pas * removed typed const, it is now handled by staticvarsym 2006-11-08 21:04:22 +00:00
cputarg.pas * fixed wrong method of disabling stabs debug info in 2956 2006-03-19 10:54:52 +00:00
itcpugas.pas * settings refactored 2006-10-30 18:02:58 +00:00
nppcadd.pas * disable overflow checking when performing pointer arithmetic 2007-01-05 21:52:31 +00:00
nppccal.pas Merged revisions 2921-2922,2925 via svnmerge from 2006-03-16 08:52:22 +00:00
nppccnv.pas * a_loadfpu_* gets two size parameters: fromsize and tosize 2007-01-12 18:33:51 +00:00
nppcinl.pas * inline sqrt since it is a mandatory instruction on PPC970 processors (and much faster than the generic routine) 2007-02-01 19:52:09 +00:00
nppcld.pas * remove ttype 2006-10-29 22:19:39 +00:00
nppcmat.pas * a_loadfpu_* gets two size parameters: fromsize and tosize 2007-01-12 18:33:51 +00:00
ppcins.dat
ppcreg.dat * cr reg fix for ppc64 2006-07-22 11:04:56 +00:00
rappc.pas Merged revisions 2921-2922,2925 via svnmerge from 2006-03-16 08:52:22 +00:00
rappcgas.pas + support for VMTOFFSET in assembler readers to get VMT offset of virtual 2007-01-24 18:26:23 +00:00
rgcpu.pas Merged revisions 2921-2922,2925 via svnmerge from 2006-03-16 08:52:22 +00:00
rppccon.inc
rppcdwrf.inc
rppcgas.inc
rppcgri.inc
rppcgss.inc * cr reg fix for ppc64 2006-07-22 11:04:56 +00:00
rppcmot.inc
rppcmri.inc
rppcnor.inc
rppcnum.inc
rppcrni.inc
rppcsri.inc
rppcstab.inc
rppcstd.inc
rppcsup.inc