fpc/rtl/powerpc64
peter 2f0ce31751 * string concat changed from function to procedure to
allow runtime optimization if the destination is the
    same as a source parameter
  * tassignmentnode now sets aktassignmentnode global that can be used
    to use the left node as a destination parameter and
    skip the assignment
  * disabled all cpu specific shortstr concat/append

git-svn-id: trunk@4770 -
2006-10-02 20:00:06 +00:00
..
int64p.inc * powerpc64 port from Thomas Schatzl 2005-09-25 17:19:44 +00:00
makefile.cpu * makefile adaption to be able to cycle compiler and RTL on PowerPC64 target 2005-10-08 15:48:39 +00:00
math.inc * optimized register-register loading of < 64 bit values (removes superfluous code), similar to 3207 for ppc 2006-06-04 17:35:55 +00:00
mathu.inc * forgot to commit ppc64 gprt0.as used for gprof support 2006-04-20 11:55:06 +00:00
mathuh.inc * ppc64: with -Or the compiler now also generates calls to helper functions in the function prolog/epilog instead of multiple stores/loads 2005-11-20 01:20:55 +00:00
powerpc64.inc * string concat changed from function to procedure to 2006-10-02 20:00:06 +00:00
set.inc * powerpc64 port from Thomas Schatzl 2005-09-25 17:19:44 +00:00
setjump.inc * added workarounds for some load/store instructions requiring 4 byte aligned addresses 2005-10-14 00:00:16 +00:00
setjumph.inc * powerpc64 port from Thomas Schatzl 2005-09-25 17:19:44 +00:00
strings.inc * powerpc64 port from Thomas Schatzl 2005-09-25 17:19:44 +00:00
stringss.inc * powerpc64 port from Thomas Schatzl 2005-09-25 17:19:44 +00:00
strlen.inc * powerpc64 port from Thomas Schatzl 2005-09-25 17:19:44 +00:00
strpas.inc * powerpc64 port from Thomas Schatzl 2005-09-25 17:19:44 +00:00