fpc/compiler/llvm
Jonas Maebe 89c4bd8522 * index the llvm shadow symtable with a fieldvarsym rather than with the
index of the corresponding llvm fieldvar, as this index is a member
    of the fieldvarsym that only gets initialised once the llvm shadow
    symtable gets built, which in turn is triggered by trying to access
    it for the first time -> if fieldvarsym.llvmfieldnr got loaded by
    the compiler before evaluating the llvmst expression and if the
    llvmst hadn't been built yet, this llvmfieldnr was not yet initialized

git-svn-id: trunk@31060 -
2015-06-13 22:48:37 +00:00
..
aasmllvm.pas * once we've defined a symbol as an alias, it's declared to the same extent 2015-05-03 16:50:51 +00:00
agllvm.pas * support llvm aliases for defs other than procdef 2015-06-13 22:48:14 +00:00
cgllvm.pas
hlcgllvm.pas * use correct llvm type conversion operator when loading a "named register" 2015-06-13 22:48:23 +00:00
itllvm.pas
llvmbase.pas
llvmdef.pas * generate the correct llvm type description for classrefdef 2015-05-31 16:51:04 +00:00
llvminfo.pas
llvmnode.pas * reworked external symbol handling on llvm to deal with the fact that 2015-06-13 22:48:20 +00:00
llvmpara.pas
llvmsym.pas
llvmtarg.pas
llvmtype.pas * reworked external symbol handling on llvm to deal with the fact that 2015-06-13 22:48:20 +00:00
nllvmadd.pas
nllvmcal.pas
nllvmcnv.pas * don't insert a typeconversion from pasbool to int in case the left 2015-05-03 16:51:10 +00:00
nllvmcon.pas
nllvminl.pas
nllvmld.pas * fixed open array constructors for llvm 2015-06-13 22:48:28 +00:00
nllvmmat.pas
nllvmmem.pas * index the llvm shadow symtable with a fieldvarsym rather than with the 2015-06-13 22:48:37 +00:00
nllvmtcon.pas * index the llvm shadow symtable with a fieldvarsym rather than with the 2015-06-13 22:48:37 +00:00
nllvmutil.pas
rgllvm.pas
symllvm.pas * reworked external symbol handling on llvm to deal with the fact that 2015-06-13 22:48:20 +00:00
tgllvm.pas