* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / jit.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* src/vm/jit/jit.c (jit_compile_intern): Use
2006-01-19 edwin* src/vm/jit/jit.c (jit_compile): Removed the INAFTERMA...
2006-01-12 twisti* jit_compile_intern: #ifdef codegen call to support...
2006-01-02 christianChanged register allocator .inc to .c files and moved...
2005-12-30 twisti* vm/jit/codegen.inc.h: Renamed to vm/jit/codegen-common.h.
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-21 twisti* LSRA: Renamed to ENABLE_LSRA.
2005-12-03 twisti* vm/tables.h: Removed.
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 christianadded name to Changes:
2005-11-22 twisti* compile_all_class_methods: Removed.
2005-11-21 edwin* analyse_stack: allocate a dummy stack slot for ICMD_I...
2005-11-20 christianRemoved lsra fallback in case of subroutines or excepti...
2005-11-11 twisti* jit_compile_intern: Check return value of codegen.
2005-11-07 twisti* ICMD_ARRAYCHECKCAST: Removed due to Java 1.5 changes.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-09-19 twisti* Fixed includes.
2005-09-14 twisti* Unified disassembler interface.
2005-09-05 twisti* Added ENABLE_JIT, ENABLE_INTRP defines to handle...
2005-07-20 twisti* jit_compile_intern: Also handle native functions...
2005-07-12 twisti* show_icmd_method: use a monitor since the binutils...
2005-07-09 twisti* Added opt_ prefix for some options
2005-07-08 twisti* ICMD_ARRAYCHECKCAST: added
2005-06-06 twisti- removed BUILTIN{1,2,3}
2005-05-23 twisti- warning fixes
2005-05-03 twisti- added asmpart.h include
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
next