* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / i386 / codegen.h
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-22 twisti* BlockPtrOfPC: Removed.
2005-12-21 twisti* LSRA: Renamed to ENABLE_LSRA.
2005-11-04 twisti* M_XOR, M_CLR: Added.
2005-10-21 twisti* PATCHER_CALL_SIZE: Added.
2005-10-10 twisti* M_CALL_IMM: Added.
2005-10-04 twisti* M_BNE: Added.
2005-07-10 twisti* Implemented new stacktrace system
2005-06-26 twisti* M_ALD, M_AST: macros added
2005-06-13 twisti* native stub changes (data/code segment usage)
2005-06-08 christianMoved abi stuff to machine depended files
2005-05-23 twistiKilled panic's.
2005-05-13 twisti- renamed some I386_* to more common REG_* or ALU_*
2005-04-25 twisti- removed ALIGNCODENOP
2005-04-22 christian4 Byte Stackslots for i386 (native Calling Convention)
2005-04-22 twistiAdded: i386_emit_membase32
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-05 christiannew ARGVAR Handling in stack.c
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-23 twistiMoved architecture dependent stuff into arch.h.
2004-11-05 twistiCompiler data structure changes.
2004-07-22 twistiReentrant compiler changes.
2004-06-30 twistiDefine {INT,FLT}_{ARG,SAV}_CNT
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-06-05 twisti- fixed ArrayIndexOutOfBoundsException bug
2004-06-05 twisti- moved all code emitter functions in emitfuncs.c
2004-05-27 twistiSome header changes.
2004-05-03 stefannative threads - critical section (cast) change
2004-04-26 twistiRemoved unused fpu stuff (this should be implemented...
2003-12-14 stefanMore macros
2003-12-14 twistiAdded code macros:
2003-12-13 twisti- most important: exchanged REG_ITMP2 and REG_ITMP3...
2003-11-09 twistiFurther code changes.
2003-11-02 twistiMajor file restructuring.