* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / inline / inline.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-19 edwin* src/vm/jit/inline/inline.c (inlining_setup): Removed...
2006-01-19 twisti* src/vm/jit/inline/inline.c, src/vm/jit/inline/sets.c,
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-01 twisti* Removed vm/tables.h include.
2005-10-06 edwinalways check return value of class_getconstant
2005-06-22 edwinadded checkaccess parameter to resolve_class* functions
2005-05-20 twistiKilled panic's.
2005-04-02 edwinremoved "class" field in constant_FMIref
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
2005-03-28 twistiChanged some includes.
2005-03-09 twistiInclude config.h and ifdef statistics stuff to support...
2005-03-01 carolynadded inline statistics + error check in VMThread.c
2005-02-19 carolynxta full code
2004-12-10 carolyninlining of parameters fixed
2004-12-09 carolynUpdates for parseRT with Threads / debug moved to parse...
2004-12-07 twistiGNU header update.
2004-11-30 carolynAdd depth level to ICMD_INLINE_START
2004-11-30 twistiNew source tree.
2004-11-22 carolyninline interfaces
2004-11-18 twistiRenamed verbose to opt_verbose.
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-11 carolyninline corrections to if test; PRIVATE now inlined...
2004-11-09 carolyninline virtuals update (need to use -rt -inv together...
2004-11-05 twistiCompiler data structure changes. This one is huge!
2004-11-03 jowenntableswitch index problem solved, jump to wrong instruc...
2004-11-02 jowenndynamic native library loading, some inlining 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-06-30 twistiInclude options.h instead of main.h.
2004-06-25 carolynupdated inline.c so works with lazy loading
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-06-17 twistiFixed include paths.
2004-05-18 stefanRenamed loging to logging
2004-03-31 edwinadded field and method resolution
2004-01-05 twistiInclude main.h for compiler switches.
2003-12-11 edwinfixed loging crash caused by printf
2003-12-09 edwinadded UTF-8 validation
2003-12-05 stefanMade loging thread-safe
2003-11-21 jowennwill be replaced by modified versions
2003-11-09 twisti- removed warnings
2003-11-06 twistiPass method to inline_init()
2003-11-02 twistiMajor file restructuring.
2003-10-20 twistiCompile without warnings with -Wall.
2003-09-26 didiMethod Inlining added