GNU header update.
[cacao.git] / src / vm / jit / powerpc / codegen.c
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.