more statistics, less crashing
[cacao.git] / src / vm / jit / jit.c
2005-04-30 jowennmore statistics, less crashing
2005-04-28 jowennless debug output
2005-04-24 twistiRenamed ICMD_NULLCHECKPOP to ICMD_CHECKNULL and it...
2005-04-06 edwinrevert commit of debug code
2005-04-06 edwinfixed bug in classcache_add_constraint
2005-04-05 christianold ARGVAR handling in stack.c eliminated
2005-04-04 christianAdress Register File, Neues ARG_VAR Handling, neue...
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
2005-03-30 twistiRemoved unnecessary stdlib.h include.
2005-03-30 twistiMoved builtin table stuff to builtin.[ch]
2005-03-20 twistiSUPPORT_LONG_LOG -> SUPPORT_LONG_LOGICAL
2005-03-20 twistiNew ICMDs: PUTSTATICCONST, PUTFIELDCONST, IMULPOW2...
2005-03-09 twistiInclude config.h and ifdef statistics stuff to support...
2005-03-04 christian*** empty log message ***
2005-02-17 christian*** empty log message ***
2005-02-17 christian*** empty log message ***
2005-02-15 christiannew lsra version
2005-02-07 twistiRemove qsort warning.
2005-01-31 twistiAdded float and double ICMDs to builtin_desc.
2005-01-27 twistiCount also native jit call.
2005-01-21 carolyninitial XTA set-up changes
2004-12-29 twistiRemoved unused jitrunning stuff.
2004-12-29 twistiUnified icmd_names and opcode_names (name length, remov...
2004-12-22 twistiUse monitorenter/exit only with threads.
2004-12-21 jowenndon't terminate with "method not found" during compile...
2004-12-20 twistiRemoved i386 method_uses_ stuff.
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.