* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / jit.h
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-12 twisti* intrp_md_init: Added.
2005-12-30 twisti* vm/jit/codegen.inc.h: Renamed to vm/jit/codegen-common.h.
2005-12-22 twisti* COUNT, COUNT_SPILLS: Added.
2005-11-28 edwin* renamed CACAO_TYPECHECK to ENABLE_VERIFIER
2005-11-22 twisti* do_nothing_function, jit_compile, jit_compile_intern...
2005-11-22 twisti* compile_all_class_methods: Removed.
2005-11-07 twisti* ICMD_ARRAYCHECKCAST: Removed due to Java 1.5 changes.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-07-08 twisti* ICMD_ARRAYCHECKCAST: added
2005-06-25 twisti* Added md_init prototype (i think this is the best...
2005-06-20 edwinadded two macros for PUT{FIELD,STATIC}CONST
2005-06-06 twisti- removed: BUILTIN{1,2,3}, INSTRUCTION_PUTCONST_FIELDREF
2005-04-24 twistiRenamed ICMD_NULLCHECKPOP to ICMD_CHECKNULL and it...
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-01 edwinextended type system to use symbolic references
2005-03-30 twistiMoved builtin table stuff to builtin.[ch]
2005-03-29 twisti- added header includes
2005-03-25 edwinmoved INSTRUCTION_PUTCONST_* macros to vm/jit/jit.h
2005-03-20 twistiNew ICMDs: PUTSTATICCONST, PUTFIELDCONST, IMULPOW2...
2005-03-10 twistiAdded IS_ADR_TYPE macro.
2004-12-20 twistiRemoved i386 method_uses_ stuff.
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-25 twistiMove typedef's in front of includes.
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-05 twistiCompiler data structure changes. This one is huge!
2004-07-21 twisti- moved branchref, jumpref, linenumberref, dataref...
2004-07-05 twistiRemoved ICMD_xREM0X10001, we really don't need them...
2004-06-30 twisti- moved statistic variables into statistics.*
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-05-27 twisti- changed ICMD_CHECKOOM to ICMD_CHECKEXCEPTION
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-04-26 twisti- implemented ICMD_CHECKOOM
2004-03-25 jowenninlining starts working again for the first time after...
2004-03-13 jowennthe line number <-> mpc table is now stored into the...
2004-03-06 jowennmissing extern and ;
2004-03-06 jowennretrieve line number information
2004-03-06 twistiAdded reg to branchref structure for ArrayIndexOutOfBou...
2004-01-19 edwincleanup
2004-01-10 edwinimplemented subroutine verification (Coglio's method...
2004-01-05 twistiRemoved exports of compiler switches (moved to main.h).
2003-12-13 twisti- usage of imm_union in struct instruction
2003-12-11 edwinchanged builtin table layout
2003-12-08 edwinmade descriptor parsing safer + array classes fix
2003-12-06 edwinadded the typechecker (not yet complete)
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-11 twistiFixed builtintable stuff.
2003-11-11 twistiAdded builtintable again, we need it for powerpc.
2003-11-02 twistiMajor file restructuring.