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