Lazy checkcast and instanceof.
[cacao.git] / src / vm / jit / powerpc /
2005-04-06 twisti- float argument store bugfix (use M_FST for float...
2005-04-05 christiannew ARGVAR Handler for Powerpc
2005-04-04 twistioffsets.h depends on genoffsets and config.h, all other...
2005-04-04 twistiRenamed class_init to initialize_class.
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
2005-04-01 twisti- added asm_calljavafunction_int
2005-03-20 twistiAdded and changed some SUPPORT defines.
2005-03-08 christiansimple lsra first POWERPC Version (all long in memory)
2005-03-08 christiansimple lsra first POWERPC Version (all long in memory)
2005-03-06 stefandon't use r2 as a temp register on linux
2005-03-05 twistiJust ignore some files.
2005-03-04 twistiBuild directory fixes.
2005-03-03 twisti- don't pass unused pos to disassinstr
2005-02-23 twistiAdded SUPPORT_MUL_CONST define.
2005-02-16 twistiCalling convention fixes.
2005-02-14 stefanrange overwrite fixed in asm_cacheflush
2005-01-27 twistiAdded SUPPORT_LOGICAL_CONST
2005-01-21 stefannullpointer fix
2005-01-21 stefanmostly conformant abi stack frames
2005-01-04 twistiAdded asm_calljavafunction2int and asm_calljavafunction...
2005-01-04 twistiInclude cacao.h for JNI env variable.
2004-12-22 twisti- use monitorenter/exit only with threads
2004-12-22 twistiQuick hack: #ifdef USE_THREADS cacao_catch_Handler...
2004-12-15 twistipowerpc-linux changes.
2004-12-15 twisti#ifdef the cacao_catch_Handler to __DARWIN__.
2004-12-15 twisti- use bl instead of lwz-mtctr-bctrl sequence
2004-12-07 twistiDepend on offsets.h on genoffsets (breaks make dist).
2004-12-07 twistiGNU header update.
2004-12-07 twistiBuild and clean offsets.h.
2004-12-06 twistiRemoved data segment offsets.
2004-12-06 twistiUse libtool.
2004-12-06 twistiContains data segment offsets.
2004-12-05 stefanstack frame more abi compliant
2004-12-03 twisti- build/dist/install changes
2004-12-03 twistiRemoved Michael Gschwind.
2004-12-01 twisti- moved architecture dependent stuff into arch.h
2004-12-01 christianLinear Scan Register Allocator disabled. (with #ifdef...
2004-12-01 twistiNew source tree.
2004-11-23 stefanatomic instructions
2004-11-12 twistiUse exception generating functions.
2004-11-12 twisti-ansi -pedantic bug fixes.
2004-11-11 twistiCompiler data structure changes.
2004-11-11 twistiPart 1 of powerpc changes.
2004-11-11 twistiAdditional #endif removed.
2004-10-27 twistiReentrant jit compiler changes for powerpc.
2004-08-02 stefanpreparation for new threads
2004-07-16 twistibug fixes: DUP2_X1 and DUP* regalloc
2004-07-13 stefanglobal jit variables removal
2004-07-12 stefan- global jit variables removal
2004-07-03 stefanstatic monitorenter merge
2004-06-11 stefanNull pointer exception working again on darwin
2004-06-05 twisti- fixed ArrayIndexOutOfBoundsException bug
2004-06-05 twisti- bug fix in L_initializererror
2004-05-28 twistiReplaced ICMD_CHECKOOM by ICMD_CHECKEXCEPTION.
2004-05-19 stefanMacOSX threads working (somewhat)
2004-05-16 twisti- OutOfMemory stuff
2004-03-25 twistiReplaced proto_ exceptions with dynamic ones.
2004-03-25 twistiPrint real addresses instead of method byte offset...
2004-03-15 twisti- fixed -verbosecall
2004-03-15 twisti- added gnu header and emacs tailer
2004-01-06 stefanexceptionptr update for native threads
2004-01-03 stefanMerged bug fix by jowenn (nov 25)
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-05 stefanMade loging thread-safe
2003-11-13 twistiChanged SUPPORT_LONG_MULDIV to SUPPORT_LONG_MUL and...
2003-11-12 stefanidiv,irem
2003-11-12 twistiFixed == 0 bug for some IF_Lxx
2003-11-12 twistiIt seems there is no REG_ZERO
2003-11-12 twistiImplemented ICMD_IF_Lxx
2003-11-11 twistiRemoved unused ICACHE
2003-11-09 twistiPass method to reg_init()
2003-11-09 twistiMoved variables into .c file.
2003-11-06 twistiMajor file restructuring.