fpc/compiler/jvm
Jonas Maebe a5653916e0 * convert array indices always to s32int, because that is the index type used
by java arrays (otherwise we may get unwanted sign extensions after
    performing e.g. an s16bit operation, see the test)

git-svn-id: trunk@26472 -
2014-01-15 20:36:52 +00:00
..
aasmcpu.pas
cgcpu.pas
cpubase.pas Implement support for saving and restoring address registers. 2013-10-05 21:43:42 +00:00
cpuinfo.pas
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 * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables 2013-12-01 17:02:08 +00:00
itcpujas.pas
jvmdef.pas * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables 2013-12-01 17:02:08 +00:00
jvmreg.dat
njvmadd.pas * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables 2013-12-01 17:02:08 +00:00
njvmcal.pas Fix jvm compiler compilation failure after rev 25013 2013-07-02 12:52:32 +00:00
njvmcnv.pas * fixed compilation after r25847 (mantis #25237) 2013-10-27 17:35:04 +00:00
njvmcon.pas
njvmflw.pas * fixed compilation after r25847 (mantis #25237) 2013-10-27 17:35:04 +00:00
njvminl.pas * fixed compilation of length(unicode/ansistring) on JVM target after r25499 2013-09-24 23:57:17 +00:00
njvmld.pas Fix jvm compiler compilation failure after rev 25013 2013-07-02 12:52:32 +00:00
njvmmat.pas
njvmmem.pas * convert array indices always to s32int, because that is the index type used 2014-01-15 20:36:52 +00:00
njvmset.pas
njvmtcon.pas
njvmutil.pas + -CTinitlocals switch for the JVM that initialises all local variables 2013-08-29 22:21:23 +00:00
pjvm.pas * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables 2013-12-01 17:02:08 +00:00
rgcpu.pas
rjvmcon.inc
rjvmnor.inc
rjvmnum.inc
rjvmrni.inc
rjvmsri.inc
rjvmstd.inc
rjvmsup.inc
tgcpu.pas