fpc/compiler/llvm
Jonas Maebe a0efde8167 * automatically generate necessary indirect symbols when a new assembler
symbol is defined
   o removed all places where AB_INDIRECT symbols were explicitly generated
   o only generate AB_INDIRECT symbols for AT_DATA on systems_indirect_var_imports
   o for some symbols an indirect symbol is always required (because they are
     dereferenced by code in RTL units) -> use new AT_DATA_FORCEINDIRECT type

git-svn-id: trunk@34165 -
2016-07-20 20:53:03 +00:00
..
aasmllvm.pas * specify the def of assembler level symbols defined via 2016-07-20 20:52:59 +00:00
agllvm.pas + support for LOC_VOID parameters in llvm for empty records (fixes 2016-07-15 14:35:17 +00:00
cgllvm.pas
hlcgllvm.pas * specify the def of assembler level symbols defined via 2016-07-20 20:52:59 +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 * always write bitpacked typed constant arrays as a multiple of bytes rather 2016-07-14 15:23:07 +00:00
llvminfo.pas + added some extra llvm versions and flags describing their features 2016-01-07 22:05:49 +00:00
llvmnode.pas * changed the abstract method wrapper generation from thlcgobj to synthetic 2016-07-14 15:24:13 +00:00
llvmpara.pas * specify the def of assembler level symbols defined via 2016-07-20 20:52:59 +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 * don't perform the automatic insertion of typecasts in case register 2016-07-14 15:20:19 +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 * initialise all register temps with "undef" for llvm, so that llvm knows 2015-11-22 11:49:15 +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 * don't check type size equality for conversions to formaldef either 2016-06-15 18:31:37 +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 * create a separate type and def for the LLVM "i1" type, because reusing 2016-05-20 20:51:44 +00:00
nllvmmem.pas * always write bitpacked typed constant arrays as a multiple of bytes rather 2016-07-14 15:23:07 +00:00
nllvmtcon.pas * when converting a pointer-sized entity to a complex procvar in a typed 2016-07-14 15:18:35 +00:00
nllvmutil.pas * automatically generate necessary indirect symbols when a new assembler 2016-07-20 20:53:03 +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