..
aasmllvm.pas
* constructor to create extractvalue/extractelement instructions
2018-11-29 21:31:11 +00:00
agllvm.pas
* fixed handling of LLVM invoke instruction in the assembler writer and
2018-11-29 21:30:53 +00:00
cgllvm.pas
* fix memory leak: free rg[R_MMREGISTER]
2016-12-04 11:15:05 +00:00
hlcgllvm.pas
* changed create_hlcodegen into a procvar, so that we don't have to insert
2018-11-29 21:31:15 +00:00
itllvm.pas
+ support for creating and writing LLVM landingpad instructions
2016-12-18 13:57:42 +00:00
llvmbase.pas
* fix building with LLVM=1, thanks to Karl-Michael Schindler for the hint
2018-10-05 20:56:56 +00:00
llvmdef.pas
+ customint torddef type to create arbitraty bit-width integers
2018-11-29 20:57:08 +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
+ tllvmexceptionstatehandler that emits LLVM landingpad instructions to be
2018-11-29 21:30:46 +00:00
llvmpara.pas
* changed create_hlcodegen into a procvar, so that we don't have to insert
2018-11-29 21:31:15 +00:00
llvmpi.pas
* changed create_hlcodegen into a procvar, so that we don't have to insert
2018-11-29 21:31:15 +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
* fixed handling of LLVM invoke instruction in the assembler writer and
2018-11-29 21:30:53 +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
* keep track of the temp position separately from the offset in references,
2018-04-22 17:03:16 +00:00
nllvmcon.pas
* keep track of the temp position separately from the offset in references,
2018-04-22 17:03:16 +00:00
nllvmflw.pas
+ tllvmexceptionstatehandler that emits LLVM landingpad instructions to be
2018-11-29 21:30:46 +00:00
nllvminl.pas
* keep track of the temp position separately from the offset in references,
2018-04-22 17:03:16 +00:00
nllvmld.pas
* keep track of the temp position separately from the offset in references,
2018-04-22 17:03:16 +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
Use same parameter type for update_reference_offset override
2018-11-16 13:26:56 +00:00
nllvmtcon.pas
* fixed dynamic array constants for llvm
2018-11-28 19:23:25 +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
* changed create_hlcodegen into a procvar, so that we don't have to insert
2018-11-29 21:31:15 +00:00