.. |
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
|
* fixed rol/ror
|
2015-11-29 21:46:10 +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
|
* correctly encode bitpacked arrays of elements that can't be bitpacked
|
2015-11-29 21:46:06 +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
|
- removed the globalsymbolmangleprefix/suffix constants that were added for
|
2014-07-05 15:44:16 +00:00 |
llvmtarg.pas
|
|
|
llvmtype.pas
|
* fixed resetting defs after generating the llvm "type" instructions: the
|
2015-11-24 20:10:35 +00:00 |
nllvmadd.pas
|
* only convert left/right to the resultdef of an addnode involving pointers
|
2015-11-24 20:10:45 +00:00 |
nllvmbas.pas
|
* initialise all register temps with "undef" for llvm, so that llvm knows
|
2015-11-22 11:49:15 +00:00 |
nllvmcal.pas
|
* added missing {$i fpcdefs.inc}
|
2014-08-10 19:40:34 +00:00 |
nllvmcnv.pas
|
* don't internallerror when encountering an "absolute" type conversion to
|
2015-12-02 22:29:23 +00:00 |
nllvmcon.pas
|
* (again) fixed loading the address of the string data of an ansi/
|
2015-07-30 16:58:19 +00:00 |
nllvminl.pas
|
* fixed opcode in second_sqr_real
|
2015-11-21 12:36:39 +00:00 |
nllvmld.pas
|
* fixed storing "self" (nestedfpstruct) when taking the address of a nested
|
2015-11-29 21:45:54 +00:00 |
nllvmmat.pas
|
* fixed llvm unaryminus for comp/currency on platforms supporting extended
|
2015-11-24 20:10:48 +00:00 |
nllvmmem.pas
|
* handle bitpacked ordinal fields whose size is a multiple of 8 bits the same
|
2015-12-02 22:24:04 +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
|
* converted tnodeutils.InsertResourceInfo to the high level typed constant
|
2015-11-25 22:25:48 +00:00 |
nllvmvmt.pas
|
* fixed external wrapper generation on llvm
|
2015-11-22 11:49:40 +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
|
* fixed allocation of temps for empty arrays on llvm
|
2015-11-12 22:00:28 +00:00 |