fpc/compiler/llvm
Jonas Maebe acf02ab64b * when creating wrappers, add a prefix to parameter names to prevent them
hiding the method name of the wrapped routine
   o also add a few more '&' prefixes to the generated wrapper code to
     prevent issues when keywords are used as identifiers

git-svn-id: trunk@40634 -
2018-12-24 22:10:06 +00:00
..
aasmllvm.pas * cleaned up blockaddress instruction (add type rather than hardcoding it 2018-12-20 21:22:44 +00:00
agllvm.pas * cleaned up blockaddress instruction (add type rather than hardcoding it 2018-12-20 21:22:44 +00:00
cgllvm.pas
hlcgllvm.pas
itllvm.pas
llvmbase.pas
llvmdef.pas
llvminfo.pas
llvmnode.pas
llvmpara.pas
llvmsym.pas
llvmtarg.pas
llvmtype.pas
nllvmadd.pas * fixed <> comparisons with NaNs (use LLVM "unordered" comparison: succeed 2018-12-21 20:57:12 +00:00
nllvmbas.pas
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
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
nllvmmem.pas
nllvmtcon.pas * fixed LLVM code generator not taking into account constalignmin/max 2018-12-21 20:57:22 +00:00
nllvmutil.pas
rgllvm.pas
symllvm.pas
tgllvm.pas