fpc/compiler/llvm
Jonas Maebe 81381cfbb4 + vectorized dead-strippable section support for LLVM
o individual elements are not (yet) dead-strippable on LLVM though,
     there doesn't seem to be a way to encode the necessary information
     in LLVM (so e.g. all resource strings from a unit are currently
     always linked in if at least one is referenced)

git-svn-id: trunk@32802 -
2015-12-30 21:55:29 +00:00
..
aasmllvm.pas + vectorized dead-strippable section support for LLVM 2015-12-30 21:55:29 +00:00
agllvm.pas + support for a reference without base or symbol, if the offset is 0 2015-12-28 15:06:15 +00:00
cgllvm.pas
hlcgllvm.pas * don't internalerror when asked to set the function result of a function 2015-12-28 15:06:22 +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 * def.fullownerhierarchyname() already ends in a '.', so don't append another 2015-12-28 15:06:55 +00:00
llvminfo.pas
llvmnode.pas * fixed external wrapper generation on llvm 2015-11-22 11:49:40 +00:00
llvmpara.pas * reset shiftval when transforming a paraloc into an llvm paraloc 2015-12-20 21:08:56 +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 * register the types for the cgparas instead of for the parameters of 2015-12-26 20:00:18 +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 load data in a register when converting from void to an integer 2015-12-26 20:01:44 +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 llvm types for loading the address of a nested routine 2015-12-05 18:03:45 +00:00
nllvmmat.pas + added div-by-zero and overflow checking support for mod/div 2015-12-26 20:00:57 +00:00
nllvmmem.pas * fixed indexing dynamic arrays and strings with a constant index (the index 2015-12-26 20:01:32 +00:00
nllvmtcon.pas + vectorized dead-strippable section support for LLVM 2015-12-30 21:55:29 +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