fpc/compiler/jvm
Jonas Maebe 87925db8fb * fixed 64 bit shl/shr/sar operations: the second argument of the
operation is 32 bit, not 64 bit (both in the compiler and in the
    JVM)
  * request a 64 rather than a 32 bit shift operation from tjvmshlshrnode
    if the result is 64 bit (rather than in case shift value is 64 bit,
    since as described above that never happens)

git-svn-id: branches/jvmbackend@18337 -
2011-08-20 07:48:23 +00:00
..
aasmcpu.pas + basic implementation: support for loading jvm-specific operands 2011-08-20 07:35:53 +00:00
cgcpu.pas * made maxregs related information protected instead of private in trgobj, 2011-08-20 07:38:11 +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 + JVM support for int_to_int, int_to_real, bool_to_int and 2011-08-20 07:48:18 +00:00
cpupara.pas * allow overriding tparamanager.is_stack_paraloc() and let it always 2011-08-20 07:46:17 +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 + jvm (cpu architecure) and java ("OS"/target) identifiers 2011-08-20 07:37:33 +00:00
hlcgcpu.pas * fixed 64 bit shl/shr/sar operations: the second argument of the 2011-08-20 07:48:23 +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 + added "list" parameter to thlcgjvm.inc/decstack() methods, and 2011-08-20 07:48:00 +00:00
njvmcal.pas + added "list" parameter to thlcgjvm.inc/decstack() methods, and 2011-08-20 07:48:00 +00:00
njvmcnv.pas + JVM support for int_to_int, int_to_real, bool_to_int and 2011-08-20 07:48:18 +00:00
njvmcon.pas + support for floating point constants 2011-08-20 07:47:29 +00:00
njvmmat.pas * fixed 64 bit shl/shr/sar operations: the second argument of the 2011-08-20 07:48:23 +00:00
rgcpu.pas * made maxregs related information protected instead of private in trgobj, 2011-08-20 07:38:11 +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 * made setfirsttemp() virtual and override it in jvm/tgcpu so it no 2011-08-20 07:36:14 +00:00