4 Byte Stackslots for i386 (native Calling Convention)
[cacao.git] / src / vm / jit / powerpc / codegen.c
2005-04-22 christian4 Byte Stackslots for i386 (native Calling Convention)
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-06 twisti- float argument store bugfix (use M_FST for float...
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
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-02-16 twistiCalling convention fixes.
2005-01-21 stefannullpointer fix
2005-01-04 twistiInclude cacao.h for JNI env variable.
2004-12-22 twistiQuick hack: #ifdef USE_THREADS cacao_catch_Handler...
2004-12-15 twisti#ifdef the cacao_catch_Handler to __DARWIN__.
2004-12-07 twistiGNU header update.
2004-12-05 stefanstack frame more abi compliant
2004-12-01 christianLinear Scan Register Allocator disabled. (with #ifdef...
2004-12-01 twistiNew source tree.
2004-11-12 twistiUse exception generating functions.
2004-11-11 twistiCompiler data structure changes.
2004-11-11 twistiPart 1 of powerpc changes.
2004-10-27 twistiReentrant jit compiler changes for powerpc.
2004-07-16 twistibug fixes: DUP2_X1 and DUP* regalloc
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-05-28 twistiReplaced ICMD_CHECKOOM by ICMD_CHECKEXCEPTION.
2004-05-19 stefanMacOSX threads working (somewhat)
2004-05-16 twisti- OutOfMemory stuff
2004-03-15 twisti- fixed -verbosecall
2004-01-06 stefanexceptionptr update for native threads
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-05 stefanMade loging thread-safe
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.