GNU header update.
[cacao.git] / src / vm / jit / inline / inline.c
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