GNU header update.
[cacao.git] / src / vm / jit / jit.c
2004-12-07 twistiGNU header update.
2004-12-01 christianLinear Scan Register Allocator disabled. (with #ifdef...
2004-11-30 twistiNew source tree.
2004-11-25 christian*** empty log message ***
2004-11-17 christiancodegendata an optimize_loops ��bergeben
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-11 twistiPass registerdata to preregpass.
2004-11-11 carolyninline corrections to if test; PRIVATE now inlined...
2004-11-08 twistiWe again use the dump memory in the jit compiler.
2004-11-05 twistiCompiler data structure changes. This one is huge!
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-10-27 twistiReentrant jit compiler changes for powerpc.
2004-10-19 carolynrta rewrite for loader changes
2004-10-11 jowennFix a crash in the code which tests, if a method is...
2004-10-04 carolyninline updates (almost finished) to separate class...
2004-08-17 twisti- moved <clinit> call back into internal function
2004-07-28 twistiRemoved init_exceptions() and init_system_exceptions...
2004-07-21 twisti- reentrant compiler fixes: usage of monitorenter
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-06-19 twistiDon't use ecx, edx on i386 (we have problems with asmpa...
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.