fpc/compiler/jvm
Jonas Maebe 1ce93f7430 * when automatically generating an overriding getter/setter method (because
a property in a child class has a higher visibility than the getter/
    setter), ensure that we call the inherited method and not the method
    itself (causing a stack overflow due to infinite recursion)

git-svn-id: trunk@25223 -
2013-08-06 21:50:56 +00:00
..
aasmcpu.pas
cgcpu.pas
cpubase.pas * consistently define empty saved_mm_registers arrays as containing a single 2012-06-15 18:24:25 +00:00
cpuinfo.pas * -O4 switch for optimizations which are correct but which might have unexpected effects 2012-08-09 18:58:54 +00:00
cpunode.pas
cpupara.pas * add a tdef to each parameter location and set it for all target 2013-06-02 10:24:02 +00:00
cpupi.pas
cputarg.pas
dbgjasm.pas
hlcgcpu.pas * fixed compilation after r24661 (added dummy overloads for newly 2013-06-01 16:48:11 +00:00
itcpujas.pas
jvmdef.pas * fixed writing jvm type for string constants after r22020 2012-08-19 13:47:50 +00:00
jvmreg.dat
njvmadd.pas
njvmcal.pas Fix jvm compiler compilation failure after rev 25013 2013-07-02 12:52:32 +00:00
njvmcnv.pas * fixed conversion of empty ansistring/widestring constants to pchar on 2012-05-26 11:32:20 +00:00
njvmcon.pas * fixed conversion of empty ansistring/widestring constants to pchar on 2012-05-26 11:32:20 +00:00
njvmflw.pas * override tcgraisenode.pass_1 so that the JVM raise support will keep 2013-04-22 14:47:06 +00:00
njvminl.pas * don't add a separate high parameter for array-of-const parameters on the 2012-11-10 20:26:42 +00:00
njvmld.pas Fix jvm compiler compilation failure after rev 25013 2013-07-02 12:52:32 +00:00
njvmmat.pas + full support for overflow checking on the JVM target (note: significantly 2012-10-21 17:56:33 +00:00
njvmmem.pas Fix jvm compiler compilation failure after rev 25013 2013-07-02 12:52:32 +00:00
njvmset.pas
njvmtcon.pas
njvmutil.pas
pjvm.pas * when automatically generating an overriding getter/setter method (because 2013-08-06 21:50:56 +00:00
rgcpu.pas
rjvmcon.inc
rjvmnor.inc
rjvmnum.inc
rjvmrni.inc
rjvmsri.inc
rjvmstd.inc
rjvmsup.inc
tgcpu.pas * made alloctemp more generic 2013-03-27 17:16:26 +00:00