fpc/compiler/powerpc
Jonas Maebe c70f75f1b7 * compile with -dppc603 to not use unaligned float loads in move() and
g_concatcopy, because the 603 and 604 take an exception for those
    (and netbsd doesn't even handle those in the kernel). There are
    still some of those left that could cause problems though (e.g.
    in the set helpers)
2003-05-29 21:17:27 +00:00
..
aasmcpu.pas + op_reg_reg_reg_const_const (for rlwnm) 2003-05-11 11:08:25 +00:00
agppcgas.pas * fixed a lot of PowerPC related stuff 2003-04-24 22:29:57 +00:00
agppcmpw.pas + line numbers are now emitted in the assembler code 2003-04-06 21:01:40 +00:00
aoptcpu.pas
aoptcpub.pas
aoptcpuc.pas
aoptcpud.pas
cga.pas
cgcpu.pas * compile with -dppc603 to not use unaligned float loads in move() and 2003-05-29 21:17:27 +00:00
cpubase.pas * fixed endian problem with tlocation.value/valueqword fields 2003-05-24 16:02:01 +00:00
cpuinfo.pas * fixed setjmp record size 2003-04-26 20:15:22 +00:00
cpunode.pas * fixed several issues with nested procedures 2003-04-24 11:24:00 +00:00
cpupara.pas * added some missing paralocation size settings 2003-05-24 11:48:40 +00:00
cpupi.pas * fixed framepointer storage: it's now always stored at r1+12, which is 2003-05-24 11:47:27 +00:00
cpuswtch.pas * first part of PowerPC fixes 2002-09-07 17:54:58 +00:00
cputarg.pas + basic darwin support added 2003-05-20 23:54:00 +00:00
nppcadd.pas * fixed overflow checking form of 64bit add instruction 2003-04-27 11:55:34 +00:00
nppccal.pas * fixed register numbering bug 2003-05-25 14:32:42 +00:00
nppccnv.pas * fixed bug in second_int_to_bool I introduced previous time 2003-05-11 20:42:08 +00:00
nppcinl.pas * fsqrt is an optional instruction in the ppc architecture and isn't 2003-05-24 13:39:32 +00:00
nppcmat.pas * fixed shr of 64 bit values by non-immediate value 2003-05-24 19:15:29 +00:00
nppcset.pas * Code generator converted to new register notation 2003-02-19 22:00:14 +00:00
nppcutil.pas
ppcins.dat + initial version, a lot of instructions need to be added 2002-07-13 21:50:34 +00:00
radirect.pas * aktprocdef renamed to current_procdef 2003-04-27 11:21:32 +00:00
rappc.pas + moved target_cpu_string to cpuinfo 2002-08-10 14:46:29 +00:00
rasm.pas * fixed powerpc compilation problems 2002-08-11 06:14:40 +00:00
rgcpu.pas * don't save callee-save registers in the caller as well (the ppc code 2003-05-24 13:38:04 +00:00