* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / x86_64 / codegen.h
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-22 twisti* vm/jit/jit.h: Added.
2005-11-17 twisti* M_LST_IMM32, M_AST_IMM32: Added.
2005-11-07 twisti* M_LSUB, M_LSUB_IMM32, M_AND, M_IAND, M_IAND_IMM,...
2005-11-04 twisti* M_IMOV_IMM: Added.
2005-10-24 twisti* M_CMP, M_CMP_IMM, M_CMP_MEMBASE: Added.
2005-10-21 twisti* config.h: Added.
2005-10-04 twisti* M_XOR, M_BNE: Added.
2005-09-21 twisti* types.h include fixes.
2005-09-21 twisti* thread_restartcriticalsection: Removed, should be...
2005-07-20 twisti* M_LEA: removed
2005-07-20 twisti* M_LEA: added
2005-07-13 twisti* M_PUSH_IMM: added
2005-07-10 twisti* M_MOV_IMM, M_PUSH, M_JMP, M_JMP_IMM, M_CALL: added
2005-07-09 twisti* Use new, more general, stacktrace system
2005-06-30 twisti* M_RET: added
2005-06-21 twisti* Added M_ALD, M_AST macros
2005-06-21 twisti* Added M_LADD, M_AADD macros
2005-06-13 twisti* Remove deprecated BlockPtrOfPC macro
2005-06-08 twisti- removed SET_ARG_STACKSLOTS
2005-04-29 twistiI think we should also use some alpha macros on x86_64.
2005-04-26 twistiDefine M_NOP.
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-11 twistiLazy loading changes (CHECKCAST and INSTANCEOF are...
2005-04-05 christianconsecutive argument numbering for -si
2005-04-05 christiannew ARGVAR Handling in stack.c
2005-03-24 twistiAdded x86_64_emit_byte_rex: movb_reg_membase needs...
2005-03-20 twistiRenamed x86_64_is_immxx to IS_IMMxx. Maybe these should...
2005-03-05 twistiRemoved ALIGNCODENOP.
2004-12-07 twistiGNU header update.
2004-12-03 twistiLess important changes.
2004-11-30 twistiNew source tree.
2004-11-24 twistiInclude <ucontext.h> instead of <sys/...>.
2004-11-17 twistiMoved architecture stuff into arch.h.
2004-11-05 twistiAgain changes concerning compiler data structures....
2004-07-26 twistiReentrant compiler changes.
2004-07-16 twistibug fixes: DUP2_X1 and DUP* regalloc
2004-07-07 twistiGlobal compiler variables changes.
2004-07-01 twisti- moved defines into header
2004-02-26 twistiDefine functions prototypes
2003-12-07 twistiuse again INT_ARG_CNT stuff
2003-11-07 twisti- removed code generation defines
2003-11-02 twistiMajor file restructuring.