fpc/compiler/llvm
Jonas Maebe d74b0843df * set null-pointer-is-valid attribute on functions, so that LLVM does not
optimise provable accesses to null as undefined behaviour (requires
    LLVM/Clang 7.0 or later)

git-svn-id: branches/debug_eh@42055 -
2019-05-12 21:09:44 +00:00
..
aasmllvm.pas * fix case completeness warnings 2019-05-12 18:46:47 +00:00
aasmllvmmetadata.pas * basic llvm metadata support 2019-05-02 19:45:26 +00:00
agllvm.pas * set null-pointer-is-valid attribute on functions, so that LLVM does not 2019-05-12 21:09:44 +00:00
cgllvm.pas
hlcgllvm.pas * synchronised with trunk till r42049 2019-05-12 18:44:05 +00:00
itllvm.pas
llvmbase.pas * add support for custom calling conventions to LLVM function declarations 2019-02-03 21:09:58 +00:00
llvmcfi.pas * create LLVM TAsmCFI wrapper that calls through to the original TASmCFI for 2019-03-03 17:15:09 +00:00
llvmdef.pas * synchronised with trunk till r42049 2019-05-12 18:44:05 +00:00
llvminfo.pas * set null-pointer-is-valid attribute on functions, so that LLVM does not 2019-05-12 21:09:44 +00:00
llvmnode.pas * create LLVM TAsmCFI wrapper that calls through to the original TASmCFI for 2019-03-03 17:15:09 +00:00
llvmpara.pas * LLVM=: also merge varargs paralocs 2019-02-27 21:13:49 +00:00
llvmpi.pas * moved tcgexceptionstatehandler to a new cgexcept unit 2019-02-27 21:13:45 +00:00
llvmsym.pas
llvmtarg.pas
llvmtype.pas * fix case completeness warnings 2019-05-12 18:46:47 +00:00
nllvmadd.pas * fixed <> comparisons with NaNs (use LLVM "unordered" comparison: succeed 2018-12-21 20:57:12 +00:00
nllvmbas.pas * synchronised with trunk till r42049 2019-05-12 18:44:05 +00:00
nllvmcal.pas * force pointer-based self parameters of inlined routines in temps for LLVM 2018-12-24 22:09:55 +00:00
nllvmcnv.pas * when creating wrappers, add a prefix to parameter names to prevent them 2018-12-24 22:10:06 +00:00
nllvmcon.pas
nllvmflw.pas * moved tcgexceptionstatehandler to a new cgexcept unit 2019-02-27 21:13:45 +00:00
nllvminl.pas + LLVM support for the FMA intrinsics 2018-12-21 20:57:19 +00:00
nllvmld.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
nllvmmat.pas
nllvmmem.pas
nllvmtcon.pas * synchronised with trunk till r42049 2019-05-12 18:44:05 +00:00
nllvmutil.pas * fixed Objective-C metadata generation for LLVM 2019-05-02 19:45:34 +00:00
rgllvm.pas * synchronised with trunk till r42049 2019-05-12 18:44:05 +00:00
symllvm.pas
tgllvm.pas