fpc/compiler/i386
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
..
aopt386.pas
cgcpu.pas * modified patch of Paul W to replace leave by mov/pop, resolves #26455 2015-02-05 20:51:12 +00:00
cpubase.inc
cpuelf.pas Switch back to emitting BLX instructions and fix calculation of constant offsets(should rarely/never happen). 2014-12-14 16:28:35 +00:00
cpuinfo.pas + cpu capability CPUX86_HAS_CMOV 2015-02-21 20:47:40 +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
cputarg.pas
csopt386.pas
daopt386.pas
hlcgcpu.pas
i386att.inc + applied remaining patches of Torsten Grundke: adds gather instructions of avx2 2015-02-17 21:43:46 +00:00
i386atts.inc + applied remaining patches of Torsten Grundke: adds gather instructions of avx2 2015-02-17 21:43:46 +00:00
i386int.inc + applied remaining patches of Torsten Grundke: adds gather instructions of avx2 2015-02-17 21:43:46 +00:00
i386nop.inc + applied remaining patches of Torsten Grundke: adds gather instructions of avx2 2015-02-17 21:43:46 +00:00
i386op.inc + applied remaining patches of Torsten Grundke: adds gather instructions of avx2 2015-02-17 21:43:46 +00:00
i386prop.inc * corrects change flags for VSQRTSD 2015-02-28 22:42:25 +00:00
i386tab.inc + applied remaining patches of Torsten Grundke: adds gather instructions of avx2 2015-02-17 21:43:46 +00:00
n386add.pas
n386cal.pas
n386flw.pas * Generate exception filters data on i386-win32 and x86_64-win64 without using global labels. 2015-01-20 13:52:19 +00:00
n386inl.pas
n386ld.pas
n386mat.pas
n386mem.pas
n386set.pas
popt386.pas + cpu capability CPUX86_HAS_CMOV 2015-02-21 20:47:40 +00:00
r386ari.inc
r386att.inc
r386con.inc
r386dwrf.inc
r386int.inc
r386iri.inc
r386nasm.inc
r386nor.inc
r386nri.inc
r386num.inc
r386ot.inc
r386rni.inc
r386sri.inc
r386stab.inc
r386std.inc
ra386att.pas
ra386int.pas
rgcpu.pas
rropt386.pas
symcpu.pas