..
aasmcpu.pas
+ support for (formal/untyped) constants (ordinal, floating point,
2011-08-20 07:55:41 +00:00
cgcpu.pas
* removed unused local variables
2011-08-20 07:54:37 +00:00
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
* replaced the old hack for non-formal var/out/constref support with
2011-08-20 08:34:46 +00:00
njvmcnv.pas
* give an error when trying to typecast a unicodestring into a pwidechar
2011-08-20 08:34:21 +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 array-of-const on the JVM target. Even though the
2011-08-20 08:34:00 +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
+ support for dereferencing any kind of pointer type
2011-08-20 08:33:49 +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