.. |
aasmllvm.pas
|
* always emit the procdef when calling a routine in llvm; this is
|
2015-11-21 12:37:17 +00:00 |
agllvm.pas
|
* don't write the parameter names for external function declarations in llvm,
|
2015-11-24 20:10:28 +00:00 |
cgllvm.pas
|
|
|
hlcgllvm.pas
|
* keep the result type after a call as llvmretdef, because call nodes
|
2015-11-22 11:49:51 +00:00 |
itllvm.pas
|
+ llvm blockaddress() intrinsic (supported as of LLVM 3.5.1)
|
2015-11-21 12:36:55 +00:00 |
llvmbase.pas
|
+ llvm blockaddress() intrinsic (supported as of LLVM 3.5.1)
|
2015-11-21 12:36:55 +00:00 |
llvmdef.pas
|
* don't write the parameter names for external function declarations in llvm,
|
2015-11-24 20:10:28 +00:00 |
llvminfo.pas
|
|
|
llvmnode.pas
|
* fixed external wrapper generation on llvm
|
2015-11-22 11:49:40 +00:00 |
llvmpara.pas
|
* support marking defs created via the getreusable*() class methods as
|
2015-11-04 20:46:18 +00:00 |
llvmsym.pas
|
|
|
llvmtarg.pas
|
|
|
llvmtype.pas
|
* fixed resetting defs after generating the llvm "type" instructions: the
|
2015-11-24 20:10:35 +00:00 |
nllvmadd.pas
|
|
|
nllvmbas.pas
|
* initialise all register temps with "undef" for llvm, so that llvm knows
|
2015-11-22 11:49:15 +00:00 |
nllvmcal.pas
|
|
|
nllvmcnv.pas
|
* fixed llvm second_int_to_real for comp
|
2015-11-22 11:49:11 +00:00 |
nllvmcon.pas
|
|
|
nllvminl.pas
|
* fixed opcode in second_sqr_real
|
2015-11-21 12:36:39 +00:00 |
nllvmld.pas
|
* force complex procvars immediately to memory for llvm, so we don't have to
|
2015-11-21 12:36:48 +00:00 |
nllvmmat.pas
|
|
|
nllvmmem.pas
|
* renamed thlcgobj.g_set_addr_nonbitpacked_record_field_ref() to
|
2015-11-21 12:37:01 +00:00 |
nllvmtcon.pas
|
* ensure that necessary padding bytes in a non-anonymous aggregate are added
|
2015-11-24 20:10:38 +00:00 |
nllvmutil.pas
|
|
|
nllvmvmt.pas
|
* fixed external wrapper generation on llvm
|
2015-11-22 11:49:40 +00:00 |
rgllvm.pas
|
|
|
symllvm.pas
|
|
|
tgllvm.pas
|
* fixed allocation of temps for empty arrays on llvm
|
2015-11-12 22:00:28 +00:00 |