fpc/compiler/llvm
Jonas Maebe f55d962e40 * use system.round() instead of LLVM's fptosui operation for converting a
floating point type to currency, as fptosui is defined as always rounding
    to zero while on other platforms we use the FPU's current rounding mode
    (fixes webtbs/tw21449 for LLVM, and also webtbs/tw24197 because LLVM's
     code generated for fptosui temporarily changes the FPU control word so
     it rounds to zero and also to disable FPU exceptions)

git-svn-id: trunk@35061 -
2016-12-04 11:15:22 +00:00
..
aasmllvm.pas + add support for marking an LLVM definition as using "appending" linkage 2016-12-02 12:32:58 +00:00
agllvm.pas * fixed "smart linking" parameters to llc 2016-12-02 17:45:12 +00:00
cgllvm.pas * fix memory leak: free rg[R_MMREGISTER] 2016-12-04 11:15:05 +00:00
hlcgllvm.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
itllvm.pas + new la_asm LLVM pseudo-instruction to represent function-level inline 2016-11-13 16:06:26 +00:00
llvmbase.pas + new la_asm LLVM pseudo-instruction to represent function-level inline 2016-11-13 16:06:26 +00:00
llvmdef.pas * support encoding helper types for LLVM (encode the same type as the 2016-12-04 11:15:19 +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 - removed the globalsymbolmangleprefix/suffix constants that were added for 2014-07-05 15:44:16 +00:00
llvmtarg.pas
llvmtype.pas * don't perform the automatic insertion of typecasts in case register 2016-07-14 15:20:19 +00:00
nllvmadd.pas * create a separate type and def for the LLVM "i1" type, because reusing 2016-05-20 20:51:44 +00:00
nllvmbas.pas * fixed compilation of llvm compiler after r34996 2016-11-27 21:44:26 +00:00
nllvmcal.pas * "push" zero-sized value parameters for LLVM and JVM, because all parameters 2016-07-14 15:24:50 +00:00
nllvmcnv.pas * use system.round() instead of LLVM's fptosui operation for converting a 2016-12-04 11:15:22 +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 + added volatility information to all memory references 2016-11-27 18:17:37 +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 * changed getpointerdef() into a tpointerdef.getreusable() class method 2015-06-22 08:17:49 +00:00
symllvm.pas * fixed llvm handling of routines that are normally declared in the 2015-08-05 21:05:55 +00:00
tgllvm.pas * apply localalignmin/max to local variables for LLVM (fixes webtbs/tw15582) 2016-11-29 21:54:30 +00:00