fpc/compiler/llvm
Jonas Maebe e4dbd24a49 + inline trunc() support for the LLVM backend when using -Oofastmath (because
the behaviour of LLVM's fptosi instruction is undefined in case of
    overflow)

git-svn-id: trunk@36275 -
2017-05-20 19:28:15 +00:00
..
aasmllvm.pas + support for creating and writing LLVM landingpad instructions 2016-12-18 13:57:42 +00:00
agllvm.pas + support for creating and writing LLVM landingpad instructions 2016-12-18 13:57:42 +00:00
cgllvm.pas * fix memory leak: free rg[R_MMREGISTER] 2016-12-04 11:15:05 +00:00
hlcgllvm.pas - removed dependency of hlcgllvm on llvmpara, so that cpupara no longer 2017-05-19 21:52:37 +00:00
itllvm.pas + support for creating and writing LLVM landingpad instructions 2016-12-18 13:57:42 +00:00
llvmbase.pas * fix for Mantis #31464: add an entry for the WebAssembly CPU (this is already the target name that LLVM uses) 2017-03-03 16:14:52 +00:00
llvmdef.pas * changed llvmgettemprecorddef() to take an open array instead of a tfplist 2016-12-18 13:57:22 +00:00
llvminfo.pas + support for LLVM 3.8 and LLVM 3.9 IR to the llvm assembler writer 2016-11-27 21:44:29 +00:00
llvmnode.pas * fixed interprocedural gotos for llvm 2016-11-21 07:39:13 +00:00
llvmpara.pas * initialise the llvmvalueloc field for LOC_VOID locations, so they don't 2016-11-24 08:57:09 +00:00
llvmsym.pas
llvmtarg.pas
llvmtype.pas + support for LLVM nil assembler symbols in instructions (write as "null") 2016-12-18 13:57:39 +00:00
nllvmadd.pas
nllvmbas.pas * fixed compilation of llvm compiler after r34996 2016-11-27 21:44:26 +00:00
nllvmcal.pas
nllvmcnv.pas * don't internalerror when performing an LLVM tc_equal conversion from one 2016-12-16 22:38:01 +00:00
nllvmcon.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
nllvmflw.pas * fixed interprocedural gotos for llvm 2016-11-21 07:39:13 +00:00
nllvminl.pas + inline trunc() support for the LLVM backend when using -Oofastmath (because 2017-05-20 19:28:15 +00:00
nllvmld.pas * fixed compilation of llvm compiler after r34996 2016-11-27 21:44:26 +00:00
nllvmmat.pas * implement unary minus for floating point via -1.0*x instead of 0-x, 2016-11-27 17:17:02 +00:00
nllvmmem.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
nllvmtcon.pas * fixed typed constants that use an integer number to initialise a procvar or 2016-12-04 11:15:15 +00:00
nllvmutil.pas + support for handling the tcalo_no_dead_strip flag when targeting LLVM: 2016-12-02 12:33:05 +00:00
rgllvm.pas
symllvm.pas
tgllvm.pas * apply localalignmin/max to local variables for LLVM (fixes webtbs/tw15582) 2016-11-29 21:54:30 +00:00