fpc/compiler/jvm
Jonas Maebe 0706cb5eb6 + support for pointers to types that are implicit pointer types in the JVM
(non-dynamic arrays, records, shortstrings)
  - removed the ability to typecast such types directly into related class
    types, you have to use the @-operator first now to get a pointer to
    the type
   o updated the RTL and internal compiler code to properly use this
     new convention
   o allowed removing several special cases from
     tjvmtypeconvnode.target_specific_general_typeconv(), and that
     method can probably be removed completely over time
  * no longer give compile time errors for pointer-related typecasts that
    will fail at run time, because the checking was too complex and could
    be worked around via actual pointer typecasts anyway
  * removed some unnecessary checkcast operations (for shortstring/
    shortstringclass)

git-svn-id: branches/jvmbackend@18574 -
2011-08-20 08:11:49 +00:00
..
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 + cpubase for jvm: opcodes, basic register definitions, ... 2011-08-20 07:35:32 +00:00
cpuinfo.pas * fixed compilation 2011-08-20 07:36:22 +00:00
cpunode.pas + support for regular arrays and open arrays 2011-08-20 07:55:27 +00:00
cpupara.pas + support for non-array/record var parameter on the JVM target using 2011-08-20 08:07:24 +00:00
cpupi.pas + tjvmprocinfo, only overrides set_first_temp_offset() and sets it to 2011-08-20 07:37:20 +00:00
cputarg.pas + support for JVM local variable and parameter debug information 2011-08-20 07:50:41 +00:00
dbgjasm.pas + support for emiting "signature" attributes for fields and methods; these 2011-08-20 08:08:00 +00:00
hlcgcpu.pas + shortstring support for the JVM target (including accessing character 0 as 2011-08-20 08:11:28 +00:00
itcpujas.pas + jvm (cpu architecure) and java ("OS"/target) identifiers 2011-08-20 07:37:33 +00:00
jvmreg.dat + (mostly fake) register definitions for the JVM 2011-08-20 07:35:17 +00:00
njvmadd.pas + shortstring support for the JVM target (including accessing character 0 as 2011-08-20 08:11:28 +00:00
njvmcal.pas * free temp location allocated for function result if not used 2011-08-20 08:10:05 +00:00
njvmcnv.pas + support for pointers to types that are implicit pointer types in the JVM 2011-08-20 08:11:49 +00:00
njvmcon.pas + shortstring support for the JVM target (including accessing character 0 as 2011-08-20 08:11:28 +00:00
njvmflw.pas * make current_except_loc also valid while processing the default exception 2011-08-20 08:07:17 +00:00
njvminl.pas + support for pointers to types that are implicit pointer types in the JVM 2011-08-20 08:11:49 +00:00
njvmld.pas + support for pointers to types that are implicit pointer types in the JVM 2011-08-20 08:11:49 +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 pointers to types that are implicit pointer types in the JVM 2011-08-20 08:11:49 +00:00
njvmutil.pas + support for main programs for the JVM target 2011-08-20 08:05:38 +00:00
rgcpu.pas * don't remove regalloc/regdealloc pair if it's immediately followed by a 2011-08-20 08:01:19 +00:00
rjvmcon.inc + (mostly fake) register definitions for the JVM 2011-08-20 07:35:17 +00:00
rjvmnor.inc + (mostly fake) register definitions for the JVM 2011-08-20 07:35:17 +00:00
rjvmnum.inc + (mostly fake) register definitions for the JVM 2011-08-20 07:35:17 +00:00
rjvmrni.inc + (mostly fake) register definitions for the JVM 2011-08-20 07:35:17 +00:00
rjvmsri.inc + (mostly fake) register definitions for the JVM 2011-08-20 07:35:17 +00:00
rjvmstd.inc + (mostly fake) register definitions for the JVM 2011-08-20 07:35:17 +00:00
rjvmsup.inc + (mostly fake) register definitions for the JVM 2011-08-20 07:35:17 +00:00
tgcpu.pas + shortstring support for the JVM target (including accessing character 0 as 2011-08-20 08:11:28 +00:00