fpc/compiler/ppcgen
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
..
aasmcpu.pas * moved (unfinished) routines related to writing taicpu's to ppu files 2007-01-02 18:28:05 +00:00
cgppc.pas - removed ppc601 as ppc32 cpu target 2007-02-03 19:32:44 +00:00
ngppcadd.pas * renamed nf_swaped to nf_swapped 2007-01-05 12:47:22 +00:00
ngppccnv.pas * moved ppc32/ppc64 second_int_to_bool to common file 2006-11-16 18:04:58 +00:00
ngppcinl.pas * nppcinl is currently the same for ppc32 and ppc64 2006-11-16 18:27:10 +00:00
ngppcset.pas * fixed case for ppc64 with 64 bit values 2006-11-23 16:18:31 +00:00