Exceptions work now with nested builtin_news correctly (set the exception pointer...
[cacao.git] / jit / jit.c
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-27 twisti- many changes related to exceptions
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- implemented ICMD_CHECKOOM
2004-04-10 twistiTry to use %ecx (REG_ITMP2) as scratch register.
2004-03-29 stefanNative threads almost working
2004-03-06 jowennretrieve line number information
2004-02-24 edwinfix bug when jit_compile is entered recursively
2004-02-02 twisti- initialize class only if the called function is static
2004-01-21 stefanMore NATIVE_THREADS ifdefs
2004-01-19 edwincleanup
2004-01-06 twistiLog class initialization
2004-01-05 twistiForgot to remove #if 0's
2004-01-05 twisti- moved compiler switches into main
2003-12-16 edwinadded -noverify option
2003-12-16 edwinbuiltin table fixes and loging
2003-12-16 edwinfixed builtin problem on alpha
2003-12-13 twisti- removed command line option variables
2003-12-13 stefanNative threads
2003-12-12 stefanDid not compile on alpha
2003-12-11 edwinfixed loging crash caused by printf
2003-12-11 edwindocumented new builtin table
2003-12-11 edwinchanged builtin table layout
2003-12-10 edwinadded end-of-bytecode check
2003-12-06 edwinadded the typechecker (not yet complete)
2003-12-05 stefanMade loging thread-safe
2003-11-15 stefanBetter BUILTINTABLE
2003-11-14 stefanMIPS FP fixes (float->int, compare)
2003-11-14 stefanFixed BUILTINTABLE
2003-11-13 twistiChanged SUPPORT_LONG_MULDIV to SUPPORT_LONG_MUL and...
2003-11-11 twistiFixed builtintable stuff.
2003-11-11 twistiAdded builtintable again, we need it for powerpc.
2003-11-09 twistiInclude codegen.h
2003-11-06 twistiInlining bugfix.
2003-11-02 twistiMajor file restructuring.