* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / mips / codegen.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-13 twisti* ICMD_MULTIANEWARRAY: Usage of iptr->val.a and iptr...
2006-01-11 twisti* ICMD_F2I, ICMD_D2I, ICMD_F2L, ICMD_D2L: #if 0.
2006-01-02 christianChanged register allocator .inc to .c files and moved...
2005-12-30 twisti* vm/jit/codegen.inc: Removed.
2005-12-21 twisti* LSRA: Renamed to ENABLE_LSRA.
2005-12-09 twisti* codegen: Don't set cd->mcodeend (now done in codegen_...
2005-12-05 twisti* vm/class.h: Added.
2005-11-28 edwin* codegen.c: ifdef athrow/areturn patcher with ENABLE_V...
2005-11-23 twisti* ICMD_xASTORE: Moved var_to_reg_xxx directly before...
2005-11-23 twisti* ICMD_xALOAD: Use REG_ITMP3 register to calculate...
2005-11-23 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-19 edwin* src/vm/jit/mips/codegen.c, src/vm/jit/alpha/codegen.c:
2005-11-19 edwin* codegen: generalize IFNE_ICONST bugfix to other IF...
2005-11-19 edwin* codegen: bugfix for IFNE_ICONST: prevent overwriting...
2005-11-11 twisti* Java 1.5 support changes.
2005-10-28 twisti* Calculate the return address of a patcher call via...
2005-10-21 twisti* lastmcodeptr: Stuff added.
2005-10-13 twisti* createnativestub: Local references table changes.
2005-10-05 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* types.h: Include path fixes.
2005-07-30 twisti* Check for branch displacement overflow in patcher...
2005-07-27 twisti* Handling of overflow in load/store intructions implem...
2005-07-18 twisti* Set currentline to 0 before basicblock start
2005-07-12 twisti* Implemented stacktraces
2005-07-12 twisti* Implemented idiv/irem, ldiv/lrem, aastore, arraycheck...
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-22 christianChanges in the registerdata structure:
2005-06-21 twisti* createnativestub: removed machine independent code
2005-06-15 twisti* Moved stuff to md.c
2005-06-09 twisti* use parsed descriptors
2005-05-31 twistiWe don't need to save temporary registers in runverbose...
2005-05-20 twistiKilled panic's.
2005-05-13 twisti#include "stringlocal.h"
2005-05-11 twistiLazy loading.
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-12 twistipatchref patch.
2005-04-04 christianAdress Register File, Neues ARG_VAR Handling, neue...
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
2005-03-20 twistiImplemented PUTSTATICCONST and PUTFIELDCONST.
2005-03-19 twistiImplemented integer ICMD_xASTORECONST instructions.
2005-01-05 twistiUse posix sigaction for hardware nullpointer.
2005-01-04 twisti- include config.h, cacao.h
2004-12-22 twistiMULTIANEWARRAY bugfix.
2004-12-07 twistiGNU header update.
2004-12-02 twistiNew clinit patch code works now.
2004-12-01 christianLinear Scan Register Allocator disabled. (with #ifdef...
2004-12-01 twistiNew source tree.
2004-11-29 twistiNew clinit patch code (not ready yet).
2004-11-19 twistiWarning fix.
2004-11-11 twisti- compiler data structure changes
2004-07-22 twistiReentrant compiler changes.
2004-07-16 twistibug fixes: DUP2_X1 and DUP* regalloc
2004-07-11 stefanrenamed vftbl type to vftbl_t
2004-07-09 twisti- moved #defines into header
2004-07-05 twistijit compiler global variable changes.
2004-07-03 stefanstatic monitorenter merge
2004-06-12 stefanThreads for IRIX
2004-06-05 twistiFixed ArrayIndexOutOfBoundsException bug.
2004-06-02 twisti- removed nullpointer proto
2004-03-31 twisti- removoed unused functions
2004-03-07 twisti- replaced proto_ exception with dynamic ones
2004-01-22 twisti- show float arguments as hex values in runverbose...
2004-01-06 stefanexceptionptr update for native threads
2004-01-06 twistiWe have to use gnu as because the optimization level...
2004-01-06 twisti- include main.h for compiler switches
2004-01-03 stefanasm_calljavafunction2 (untested)
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-05 stefanMade loging thread-safe
2003-11-16 stefanEasier native stub generation
2003-11-15 stefanLet the assembler assemble asm_calljavafunction
2003-11-14 stefanMIPS FP fixes (float->int, compare)
2003-11-14 stefanTurn off flush-to-zero
2003-11-09 twistiMoved variables into .c file
2003-11-03 twistiFurther changes.
2003-11-03 twistiMajor file restructuring.