fpc/compiler/powerpc
Jonas Maebe 3d9713b9c8 * has_single_field() now looks recursively into fields that are aggregate
types until it finds a non-aggregate type, and then returns "true" if
    that aggregate (record or array) contains one element
  * it now also returns the type of that element directly rather than a
    tfieldvarsym, since we only care about the type and in case of an array
    there is no field

git-svn-id: trunk@30205 -
2015-03-14 18:35:53 +00:00
..
agppcmpw.pas
agppcvasm.pas * unified internal errors 2014-12-13 11:46:59 +00:00
aoptcpu.pas
aoptcpub.pas
aoptcpuc.pas
aoptcpud.pas
cgcpu.pas * made a separate abi entry for powerpc_darwin, as it's not exactly the same 2015-03-14 18:35:44 +00:00
cpubase.pas * fixed the allocation of R12 on ppc32/ppc64 when used to hold the value of 2015-03-11 17:49:44 +00:00
cpuinfo.pas + change always floating point divisions into multiplications if they are a power of two, 2014-11-16 20:47:38 +00:00
cpunode.pas
cpupara.pas * has_single_field() now looks recursively into fields that are aggregate 2015-03-14 18:35:53 +00:00
cpupi.pas * made a separate abi entry for powerpc_darwin, as it's not exactly the same 2015-03-14 18:35:44 +00:00
cputarg.pas
hlcgcpu.pas
itcpugas.pas
nppcadd.pas * fix warnings when compiling the compiler with DFA optimizer enabled on PowerPC 2014-08-20 14:31:36 +00:00
nppccal.pas
nppccnv.pas
nppcmat.pas * fix warnings when compiling the compiler with DFA optimizer enabled on PowerPC 2014-08-20 14:31:36 +00:00
ppcins.dat
ppcreg.dat
rappc.pas
rappcgas.pas * factored out the check for whether we have to generate dotted function 2015-03-14 18:35:25 +00:00
rppccon.inc
rppcdwrf.inc
rppcgas.inc
rppcgri.inc
rppcgss.inc
rppcmot.inc
rppcmri.inc
rppcnor.inc
rppcnum.inc
rppcrni.inc
rppcsri.inc
rppcstab.inc
rppcstd.inc
rppcsup.inc
symcpu.pas Add new procedure option: po_syscall_has_libsym, 2014-10-03 19:26:16 +00:00