fpc/compiler/jvm
Jonas Maebe 1a0913c462 * fixed proc_to_procvar() type conversion in case the target procvar
type was generated on-the-fly rather than specified to the
    type conversion node

git-svn-id: branches/jvmbackend@18762 -
2011-08-20 08:33:45 +00:00
..
aasmcpu.pas
cgcpu.pas
cpubase.pas
cpuinfo.pas
cpunode.pas + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
cpupara.pas + support for formal var/out parameters on the JVM target: 2011-08-20 08:23:33 +00:00
cpupi.pas
cputarg.pas
dbgjasm.pas + support for emiting "signature" attributes for fields and methods; these 2011-08-20 08:08:00 +00:00
hlcgcpu.pas * since enums are represented by classes in the JVM, initialize global 2011-08-20 08:33:02 +00:00
itcpujas.pas
jvmreg.dat
njvmadd.pas + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
njvmcal.pas * don't copy back constref parameter values after the call 2011-08-20 08:33:30 +00:00
njvmcnv.pas * fixed proc_to_procvar() type conversion in case the target procvar 2011-08-20 08:33:45 +00:00
njvmcon.pas * since enums are represented by classes in the JVM, initialize global 2011-08-20 08:33:02 +00:00
njvmflw.pas * converted all enum handling for the JVM target so that it uses the 2011-08-20 08:15:54 +00:00
njvminl.pas + import java.lang.Math in the system unit 2011-08-20 08:31:24 +00:00
njvmld.pas + support for procedural variables for the JVM target 2011-08-20 08:24:58 +00:00
njvmmat.pas + support for qword div/mod via helper (the JVM only supports signed 2011-08-20 08:07:02 +00:00
njvmmem.pas * allow taking the address of var-parameters in normal Pascal code (not just 2011-08-20 08:29:11 +00:00
njvmset.pas * convert non-constant enums in in-expressions to longint if we use the 2011-08-20 08:25:33 +00:00
njvmtcon.pas + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
njvmutil.pas * when the user calls initialize(), force initialization to happen on the 2011-08-20 08:23:16 +00:00
rgcpu.pas * fixed memory leak 2011-08-20 08:13:36 +00:00
rjvmcon.inc
rjvmnor.inc
rjvmnum.inc
rjvmrni.inc
rjvmsri.inc
rjvmstd.inc
rjvmsup.inc
tgcpu.pas * don't initialize static arrays of records twice (g_newarray already 2011-08-20 08:32:52 +00:00