fpc/compiler/powerpc
Jonas Maebe 426de6d36f * fixed bugs in 64bit operations (registers weren't always allocated for
the result)
  * optimized 'const64 - reg64/mem64'
  * optimized equaln/unequaln with 64bit values (change them to
    '(left.hi xor right.hi) or (left.lo xor right.lo)' so there are less
    branches and the result can be returned in the flags this way. Could
    be done for the i386 too probably.
2002-09-04 19:42:45 +00:00
..
aasmcpu.pas * fixed range errors 2002-07-26 11:19:57 +00:00
agppcgas.pas * several powerpc related stuff fixed 2002-09-01 21:04:47 +00:00
agppcmpw.pas * ppc compilation fixed 2002-08-31 12:43:31 +00:00
aoptcpu.pas * readded missing revisions 2002-05-18 13:34:04 +00:00
aoptcpub.pas * powerpc target fixed, very simple units can be compiled 2002-07-07 09:44:31 +00:00
aoptcpuc.pas * readded missing revisions 2002-05-18 13:34:04 +00:00
aoptcpud.pas * readded missing revisions 2002-05-18 13:34:04 +00:00
cga.pas * powerpc target fixed, very simple units can be compiled 2002-07-07 09:44:31 +00:00
cgcpu.pas + a_call_reg() 2002-09-02 10:14:51 +00:00
cpubase.pas * several powerpc related stuff fixed 2002-09-01 21:04:47 +00:00
cpuinfo.pas * jmpbuf size allocation for exceptions is now cpu specific (as it should) 2002-08-15 15:15:55 +00:00
cpunode.pas * more fixes for ppc calling conventions 2002-08-13 21:40:55 +00:00
cpupara.pas * several powerpc related stuff fixed 2002-09-01 21:04:47 +00:00
cpupi.pas * inlining is now also allowed in interface 2002-08-18 20:06:23 +00:00
cpuswtch.pas + parse basic optimization parameters 2002-09-04 16:03:53 +00:00
cputarg.pas + target macos for ppc added 2002-08-20 21:40:44 +00:00
nppcadd.pas * fixed bugs in 64bit operations (registers weren't always allocated for 2002-09-04 19:42:45 +00:00
nppccal.pas * first part of procinfo rewrite 2002-08-17 09:23:33 +00:00
nppccnv.pas * tempgen cleanup 2002-08-23 16:14:48 +00:00
nppcinl.pas * fixes 2002-08-19 17:35:42 +00:00
nppcmat.pas * jmpbuf size allocation for exceptions is now cpu specific (as it should) 2002-08-15 15:15:55 +00:00
nppcset.pas + powerpc-specific genlinearlist 2002-08-11 11:39:12 +00:00
nppcutil.pas * readded missing revisions 2002-05-18 13:34:04 +00:00
ppcins.dat + initial version, a lot of instructions need to be added 2002-07-13 21:50:34 +00:00
radirect.pas * Fixed PowerPC & M68000 compilation 2002-09-03 19:04:18 +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 * powerpc target fixed, very simple units can be compiled 2002-07-07 09:44:31 +00:00