fpc/compiler/i386
Jonas Maebe 592df7fa59 * disable cs_opt_regvar on all platforms when compiled for LLVM (LLVM does
that itself, our LLVM code generator can't handle it, and if it did then
    afterwards we would have to spill 90% of those register variables again
    to make them SSA)

git-svn-id: trunk@44062 -
2020-01-29 22:21:07 +00:00
..
aoptcpu.pas * Removed lot of unused local vars. It is useful to turn on the notes in options. :) 2020-01-28 18:45:33 +00:00
aoptcpub.pas
aoptcpud.pas
cgcpu.pas
cpubase.inc
cpuelf.pas
cpuinfo.pas * disable cs_opt_regvar on all platforms when compiled for LLVM (LLVM does 2020-01-29 22:21:07 +00:00
cpunode.pas * Make Win32 SEH support enabled by default. If necessary to disable, compiler should be cycled with OPT=-dDISABLE_WIN32_SEH. Mantis #12974. 2020-01-01 14:43:57 +00:00
cpupara.pas
cpupi.pas * renamed abi_linux386_sysv to abi_i386_dynalignedstack, and also use it 2019-12-05 19:38:01 +00:00
cputarg.pas
hlcgcpu.pas
i386att.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
i386atts.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
i386int.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
i386nop.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
i386op.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
i386prop.inc + MULX instruction 2019-12-21 16:20:09 +00:00
i386tab.inc new avx512-opcodes VBMI2,VNNI,BITALG ... 2019-11-06 19:51:01 +00:00
n386add.pas + make use of mulx instruction, if available 2019-12-21 16:20:10 +00:00
n386cal.pas * pushf/push cs on all platforms when directly calling an interrupt procedure, with the 2019-11-17 14:16:32 +00:00
n386flw.pas * Removed lot of unused local vars. It is useful to turn on the notes in options. :) 2020-01-28 18:45:33 +00:00
n386inl.pas
n386ld.pas
n386mat.pas
n386mem.pas
n386set.pas
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
symcpu.pas