fpc/compiler/llvm
Jonas Maebe fc60ec2ea4 + support for LLVM LTO: compile units with -CLflto -> when compiling a main
program/library also with -Clflto, all units compiled with that option
    will be linked using their bitcode files and LTO
   o compiling with -CLflto will compile all units twice: once for normal
     (static or smart) linking, and once for LTO. So the result can be
     used both with and without LTO.

git-svn-id: branches/debug_eh@41910 -
2019-04-20 18:56:11 +00:00
..
aasmllvm.pas * support forcing to write the parameter alignment for parameters for LLVM, 2019-03-17 15:28:27 +00:00
agllvm.pas + support for LLVM LTO: compile units with -CLflto -> when compiling a main 2019-04-20 18:56:11 +00:00
cgllvm.pas
hlcgllvm.pas * support forcing to write the parameter alignment for parameters for LLVM, 2019-03-17 15:28:27 +00:00
itllvm.pas + added "cleanup" landing pad opcode 2018-11-29 21:31:18 +00:00
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 r41449 2019-02-24 20:01:53 +00:00
llvminfo.pas * support for the individual alignment flags for the memcpy intrinsic of 2019-03-17 15:28:23 +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 * fixed LLVM para loading for byval paralocs that are preceded by other 2019-02-03 21:10:18 +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 r41449 2019-02-24 20:01:53 +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 * when creating wrappers, add a prefix to parameter names to prevent them 2018-12-24 22:10:06 +00:00
nllvmmat.pas * ensure the generic version of tcgshlshrnode gets used for llvm 2018-12-04 19:53:16 +00:00
nllvmmem.pas Use same parameter type for update_reference_offset override 2018-11-16 13:26:56 +00:00
nllvmtcon.pas * synchronised with trunk till r40605 2018-12-21 20:58:16 +00:00
nllvmutil.pas * register static symbols references from assembly code as "used" so that LLVM won't 2018-12-01 20:30:27 +00:00
rgllvm.pas * converted tllvmpara contents from tlocation to toper, so we can also 2018-11-29 21:31:27 +00:00
symllvm.pas
tgllvm.pas * synchronised with trunk till r40503 2018-12-08 15:33:36 +00:00