.. |
aasmllvm.pas
|
+ support for creating and writing LLVM landingpad instructions
|
2016-12-18 13:57:42 +00:00 |
agllvm.pas
|
* merged macOS/AArch64 support + revisions these changes depended on
|
2020-09-15 19:40:36 +00:00 |
cgllvm.pas
|
* fix memory leak: free rg[R_MMREGISTER]
|
2016-12-04 11:15:05 +00:00 |
hlcgllvm.pas
|
* rest of the previous accidental partial commit
|
2019-02-07 19:56:21 +00:00 |
itllvm.pas
|
+ support for creating and writing LLVM landingpad instructions
|
2016-12-18 13:57:42 +00:00 |
llvmbase.pas
|
* merged macOS/AArch64 support + revisions these changes depended on
|
2020-09-15 19:40:36 +00:00 |
llvmdef.pas
|
* rest of the previous accidental partial commit
|
2019-02-07 19:56:21 +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
|
|
|
llvmtarg.pas
|
|
|
llvmtype.pas
|
+ support for LLVM nil assembler symbols in instructions (write as "null")
|
2016-12-18 13:57:39 +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
|
* rest of the previous accidental partial commit
|
2019-02-07 19:56:21 +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
|
* fixed interprocedural gotos for llvm
|
2016-11-21 07:39:13 +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
|
* rest of the previous accidental partial commit
|
2019-02-07 19:56:21 +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
|
* keep track of the temp position separately from the offset in references,
|
2018-04-22 17:03:16 +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
|
|
|
symllvm.pas
|
* fixed llvm handling of routines that are normally declared in the
|
2015-08-05 21:05:55 +00:00 |
tgllvm.pas
|
* fixed llvm compiler compilation after r38814 (crashes in "make cycle", but
|
2018-04-22 20:40:19 +00:00 |