fpc/compiler/jvm
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
..
aasmcpu.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
agjasmin.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
aoptcpu.pas
aoptcpub.pas
aoptcpud.pas
cgcpu.pas
cpubase.pas
cpuinfo.pas
cpunode.pas
cpupara.pas
cpupi.pas
cputarg.pas
dbgjasm.pas
hlcgcpu.pas
itcpujas.pas
jvmdef.pas
jvmreg.dat
njvmadd.pas
njvmcal.pas
njvmcnv.pas
njvmcon.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
njvmflw.pas
njvminl.pas
njvmld.pas
njvmmat.pas
njvmmem.pas
njvmset.pas
njvmtcon.pas * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews 2025-03-20 17:01:31 +01:00
njvmutil.pas
njvmvmt.pas
pjvm.pas
rgcpu.pas * Use dynamic arrays instead of getmem for spill temp 2025-03-20 17:01:31 +01:00
rjvmcon.inc
rjvmnor.inc
rjvmnum.inc
rjvmrni.inc
rjvmsri.inc
rjvmstd.inc
rjvmsup.inc
symcpu.pas
tgcpu.pas Add tsym parameter to ttgobj.getlocal method. 2025-06-05 12:19:57 +00:00
tripletcpu.pas