fpc/compiler/jvm
Jonas Maebe 40e0b4677a + support for (only named, for now) records in the JVM target:
implemented via classes, all descending from system.FpcBaseRecordType
    (records are also considered to be "related" to system.FpcBaseRecordType
     on the JVM target)
  * several routines are auto-generated for all record-classes: apart
    from a default constructor (if there is none), also clone (which
    returns a new instance containing a deep copy of the current
    instance) and deepCopy (which copies all fields of one instance
    into another one)
   o added new field "synthetickind" to tprocdef that indicates what
     kind of synthetically generated method it is (if any), and
     mark such methods also as "synthetic" in the JVM assembler code
   o split off the JVM-specific parser code (e.g., to add default
     constructors) into pjvm.pas

git-svn-id: branches/jvmbackend@18450 -
2011-08-20 08:00:50 +00:00
..
aasmcpu.pas + support for (formal/untyped) constants (ordinal, floating point, 2011-08-20 07:55:41 +00:00
cgcpu.pas
cpubase.pas
cpuinfo.pas
cpunode.pas + support for regular arrays and open arrays 2011-08-20 07:55:27 +00:00
cpupara.pas * don't create (useless) temporary array/record/... for the result 2011-08-20 07:58:09 +00:00
cpupi.pas
cputarg.pas
dbgjasm.pas * moved tabstractvarsym.jvmmangledbasename to the jvmdef unit as a separate 2011-08-20 07:55:36 +00:00
hlcgcpu.pas + support for (only named, for now) records in the JVM target: 2011-08-20 08:00:50 +00:00
itcpujas.pas
jvmreg.dat
njvmadd.pas
njvmcal.pas + support for (only named, for now) records in the JVM target: 2011-08-20 08:00:50 +00:00
njvmcnv.pas * dynamic arrays and open arrays need no conversion helper for JVM 2011-08-20 07:58:29 +00:00
njvmcon.pas + support for JVM string constants 2011-08-20 07:57:50 +00:00
njvmflw.pas * replaced partial manual declarations of some Java classes with 2011-08-20 07:58:20 +00:00
njvminl.pas * initialise local dynamic array variables to empty arrays rather than 2011-08-20 07:57:55 +00:00
njvmld.pas + support for regular arrays and open arrays 2011-08-20 07:55:27 +00:00
njvmmat.pas
njvmmem.pas + support for regular arrays and open arrays 2011-08-20 07:55:27 +00:00
njvmutil.pas * initialise local dynamic array variables to empty arrays rather than 2011-08-20 07:57:55 +00:00
rgcpu.pas
rjvmcon.inc
rjvmnor.inc
rjvmnum.inc
rjvmrni.inc
rjvmsri.inc
rjvmstd.inc
rjvmsup.inc
tgcpu.pas + support for (only named, for now) records in the JVM target: 2011-08-20 08:00:50 +00:00