GNU header update.
[cacao.git] / src / vm / jit / codegen.inc
2004-12-07 twistiGNU header update.
2004-12-05 jowennalmost all stacktraces do now really work.
2004-12-04 jowennuse two functions for creating/removing items of the...
2004-12-03 twistiRemoved Michael Gschwind form changes.
2004-11-30 twistiNew source tree.
2004-11-23 twisti- new clinit patch code stuff
2004-11-14 twistic89 fix.
2004-11-12 motsefix // comment
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-11 twistiDefines in reg_of_var for __POWERPC__, so we can remove...
2004-11-08 twistiWe again use the dump memory in the jit compiler.
2004-11-06 motseadd escape character for underscore to codegen_resolve_...
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-11 jowennFix a crash in the code which tests, if a method is...
2004-07-21 twistiReentrant compiler fixes (things not catched with i386...
2004-07-21 twistiReentrant compiler fixes: moved global variables into...
2004-07-01 twistiExport codegen_addreference on i386 and x86_64.
2004-06-30 twistiMoved reg_of_var from codegen.c, cause it's platform...
2004-06-30 twistiInclude options.h/statistics.h.
2004-06-29 twisticodegen_insertNative only for i386 and x86_64.
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-12 stefanAlignment was broken for MIPS
2004-06-05 twistii386 and x86_64 methodtable bugfix.
2004-06-03 twistiUse avl tree instead of a simple linked list for x86...
2004-06-02 twistiAlso set xcheckarefs back to null.
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-27 twistiChanged xoomrefs to xexceptionrefs.
2004-05-18 stefanRenamed loging to logging
2004-05-05 stefannative threads - checkcast fixes
2004-04-26 twistiAdded oom stuff.
2004-03-18 jowennadditional fields for line numbers added to data segmen...
2004-03-15 jowennexception back traces for i386
2004-03-13 jowennthe line number <-> mpc table is now stored into the...
2004-03-06 twistiPass register number of index register to codegen_addxb...
2004-01-14 stefanAdded critical regions for native threads
2003-11-09 twistiWarnings fixes.
2003-11-02 twistiMajor file restructuring.