fpc/compiler/llvm
Pierre Muller 6724e3dec8 Add tsym parameter to ttgobj.getlocal method.
* tgobj.pas: Change virtula method getlocal to
    add tsym paramter to allow for bettter warning when
    required alignment is more than localalignmax.
  * hlcgobj.pas: Adapt thlcgobj.getlocal method to new ttgobj.getlocal
  * ncgflw.pas: Add exceptvarsym as new parameter to getlocal methos
  * jvm/tgcpu.pas: Adapt to added parameter for overloaded virtual method
  * wasm32/tgcpu.pas: Same.
  * llvm/tgllvm.pas: Same.
2025-06-05 12:19:57 +00:00
..
aasmllvm.pas LLVM: override thlcgobj.g_undefined_ok 2023-01-20 21:07:18 +01:00
aasmllvmmetadata.pas llvmdbg: remove unnecessary typedef intermediates 2022-11-12 21:14:28 +01:00
agllvm.pas Add x86_64-openbsd to LLVM supported list 2025-06-02 14:36:45 +02:00
cgllvm.pas
dbgllvm.pas * Fixed internal error 2022041701 number clash (LLVM changed to 2022041730) 2024-01-28 09:34:14 +00:00
hlcgllvm.pas + a_bit_scan_reg_reg gets a flag if src cannot be zero: this simplifies the generated code 2025-02-08 14:27:48 +01:00
itllvm.pas LLVM: override thlcgobj.g_undefined_ok 2023-01-20 21:07:18 +01:00
llvmbase.pas LLVM: override thlcgobj.g_undefined_ok 2023-01-20 21:07:18 +01:00
llvmcfi.pas
llvmdef.pas LLVM: don't use type names in ctor/dtor arrays 2023-03-18 23:13:03 +01:00
llvmfeatures.pas
llvminfo.pas LLVM: remove flags used to support older LLVM versions 2024-01-08 19:33:28 +01:00
llvmnode.pas
llvmpara.pas LLVM: only add sret attribute for first parameter on caller side 2023-07-30 22:22:28 +02:00
llvmpi.pas
llvmsym.pas
llvmtarg.pas
llvmtype.pas
nllvmadd.pas LLVM: support for -Sv (manual vector usage) 2022-09-16 11:21:05 +02:00
nllvmbas.pas * fix building of llvm compiler after node flag refactoring 2024-03-05 22:23:39 +01:00
nllvmcal.pas
nllvmcnv.pas LLVM: only round currency values when storing them back to memory 2023-12-04 22:52:39 +01:00
nllvmcon.pas LLVM: fix compilation after rgobj dynarray changes 2025-03-24 23:02:10 +01:00
nllvmflw.pas
nllvminl.pas
nllvmld.pas
nllvmmat.pas
nllvmmem.pas
nllvmset.pas tcginnode.pass_generate_code: use tlhcgobj.g_undefined_ok 2023-01-20 21:07:18 +01:00
nllvmtcon.pas
nllvmutil.pas LLVM: don't use type names in ctor/dtor arrays 2023-03-18 23:13:03 +01:00
rgllvm.pas LLVM: fix compilation after rgobj dynarray changes 2025-03-24 23:02:10 +01:00
symllvm.pas
tgllvm.pas Add tsym parameter to ttgobj.getlocal method. 2025-06-05 12:19:57 +00:00