fpc/compiler/jvm
Jonas Maebe 3916a32f9e * created generic version of thlcgobj.g_reference_loc() and only override
JVM-specific case (needed for future trunk marge to prevent abstract
    method warning)

git-svn-id: branches/jvmbackend@20387 -
2012-02-20 11:28:50 +00:00
..
aasmcpu.pas
cgcpu.pas
cpubase.pas
cpuinfo.pas * generate JVM bytecode that passes the stringent requirements of the Dalvik 2011-12-04 14:48:54 +00:00
cpunode.pas
cpupara.pas * sign extend all byte/ansichar/word parameters before passing them 2011-08-30 23:34:12 +00:00
cpupi.pas
cputarg.pas
dbgjasm.pas
hlcgcpu.pas * created generic version of thlcgobj.g_reference_loc() and only override 2012-02-20 11:28:50 +00:00
itcpujas.pas
jvmdef.pas * always get the basedef for an enum before using its classdef (since only 2012-01-21 19:35:58 +00:00
jvmreg.dat
njvmadd.pas * replace assigned(dynarray) and dynarray=/<>nil with length(dynarray)=/<>0 2011-09-19 19:59:32 +00:00
njvmcal.pas * fixed popping the unused function results of methods returning implicit 2011-11-06 14:01:12 +00:00
njvmcnv.pas * make sure that integers converted to widechar are always processed by an 2011-12-11 17:26:14 +00:00
njvmcon.pas * fixed all known memory leaks in the code added for the JVM port 2011-09-26 19:31:34 +00:00
njvmflw.pas * save/restore the current_except_loc instead of invalidating it after each 2011-11-21 18:48:19 +00:00
njvminl.pas * replace assigned(dynarray) and dynarray=/<>nil with length(dynarray)=/<>0 2011-09-19 19:59:32 +00:00
njvmld.pas * fixed (harmless) invalid typecasts that caused run time errors with -CR 2011-12-11 17:25:50 +00:00
njvmmat.pas * generate JVM bytecode that passes the stringent requirements of the Dalvik 2011-12-04 14:48:54 +00:00
njvmmem.pas * fixed r18981 (conversion of LOC_JUMP to something else must happen before 2011-09-19 21:22:35 +00:00
njvmset.pas
njvmtcon.pas + generic infrastructure for target-specific switches 2011-11-14 22:57:41 +00:00
njvmutil.pas
pjvm.pas * in case of an enum without a type name (e.g., "type xx = set of (ea,eb)"), 2011-10-28 21:19:12 +00:00
rgcpu.pas
rjvmcon.inc
rjvmnor.inc
rjvmnum.inc
rjvmrni.inc
rjvmsri.inc
rjvmstd.inc
rjvmsup.inc
tgcpu.pas * sign extend all byte/ansichar/word parameters before passing them 2011-08-30 23:34:12 +00:00