fpc/compiler/llvm
Jonas Maebe 8afffdb176 * moved get_string_symofs() to a virtual class method of
ttai_typedconstbuilder so that it can be overridden by other platforms
  * override get_string_symofs() for LLVM and always return 0, as you can't
    have labels in the middle of a declaration on that platform

git-svn-id: branches/hlcgllvm@28140 -
2014-07-03 22:28:21 +00:00
..
aasmllvm.pas + support for instruction operands that are tai themselves in the llvm 2014-07-01 16:30:22 +00:00
agllvm.pas * moved the tai_*typedconst classes to aasmcnst to make use of def-related 2014-07-02 17:24:50 +00:00
cgllvm.pas
hlcgllvm.pas + new llvmconvop() routine that determines the conversion operation to 2014-07-01 16:30:34 +00:00
itllvm.pas + new llvmconvop() routine that determines the conversion operation to 2014-07-01 16:30:34 +00:00
llvmbase.pas + new llvmconvop() routine that determines the conversion operation to 2014-07-01 16:30:34 +00:00
llvmdef.pas * fixed end of shortstring llvm def after r27015 2014-07-02 17:24:44 +00:00
llvminfo.pas
llvmnode.pas + initial llvm implementation of the ttai_typedconstbuilder class 2014-07-01 16:30:57 +00:00
llvmpara.pas
llvmsym.pas
llvmtarg.pas + basic llvm bitcode (textual format) writer: 2013-11-11 11:16:25 +00:00
nllvmadd.pas
nllvmcal.pas
nllvmcnv.pas
nllvmcon.pas
nllvmld.pas
nllvmmat.pas
nllvmmem.pas
nllvmtcon.pas * moved get_string_symofs() to a virtual class method of 2014-07-03 22:28:21 +00:00
nllvmutil.pas + basic support infrastructure in the llvm assembler writer to write out 2014-07-01 16:30:19 +00:00
rgllvm.pas
tgllvm.pas