fpc/compiler/i386
Jonas Maebe eb7ba1690e * mark all external assemblers using an LLVM tool using af_llvm
+ added support for constructing target triplets
  * pass "-target triplet" when using an LLVM assembler
   o removed no longer needed $DARWINVERSION and $ARCH parameters
  * consistently use as_clang_gas when clang is used to assembler GAS-style
    assembly, and rename as_llcm_clang to as_clang_llvm (for consistency)
  * support pipe assembling when using clang on *nix in all cases

git-svn-id: trunk@45807 -
2020-07-19 14:30:35 +00:00
..
aoptcpu.pas * factored out OptPass1VPXor 2020-05-24 17:52:07 +00:00
aoptcpub.pas - get rid of MaxOps, it is redundant with max_operands 2018-11-02 21:32:29 +00:00
aoptcpud.pas
cgcpu.pas + x86: track use of full ymm registers and generate vzeroupper if needed 2020-05-24 17:52:05 +00:00
cpubase.inc
cpuelf.pas + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSymbolChars that limits the 2020-04-25 12:59:25 +00:00
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 * cutils.pas (size_2_align): Move to.. 2019-09-16 14:50:43 +00:00
cpupi.pas * renamed abi_linux386_sysv to abi_i386_dynalignedstack, and also use it 2019-12-05 19:38:01 +00:00
cputarg.pas * split i/t_darwin from i/t_bsd, as they don't have that much in common 2020-03-29 18:27:27 +00:00
hlcgcpu.pas * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ 2019-07-07 21:33:43 +00:00
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 * let all the case code generation work with tconstexprint instead of aint, 2019-02-24 19:58:37 +00:00
r386ari.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386att.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386con.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386dwrf.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386int.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386iri.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386nasm.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386nor.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386nri.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386num.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386ot.inc support vector operand bcst,{sae},{er} + k-register 2018-07-16 17:06:57 +00:00
r386rni.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386sri.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386stab.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
r386std.inc support vector operand writemask,zeroflag 2018-07-02 20:20:03 +00:00
ra386att.pas
ra386int.pas
rgcpu.pas
symcpu.pas * when creating wrappers, add a prefix to parameter names to prevent them 2018-12-24 22:10:06 +00:00
tripletcpu.pas * mark all external assemblers using an LLVM tool using af_llvm 2020-07-19 14:30:35 +00:00