* codegen_createnativestub: passed wrong length to
[cacao.git] / src / vm / jit / codegen.inc
2005-06-17 twisti* codegen_createnativestub: passed wrong length to
2005-06-14 twisti* include some additional headers (safety first ;-)
2005-06-14 twisti* powerpc warning fixes
2005-06-13 twisti* Use dump memory for code and data segment
2005-06-08 twistiAdded: codegen_disassemble_nativestub
2005-06-08 twistiUse SIZEOF_VOID_P instead of POINTERSIZE.
2005-05-23 twisti- removed _CODEGEN_INC_H_ define, it's no header
2005-05-11 twisti- use MCOPY macros
2005-05-11 twistiAdded comment to gen_resolvebranch.
2005-04-30 jowennmore statistics, less crashing
2005-04-28 jowennless debug output
2005-04-27 jowenngeneral: less warnings in stacktrace.c
2005-04-22 jowennfirst part of stacktraces on x86_64
2005-04-21 twisti- renamed patchref.asmwrapper to patcher
2005-04-12 twistidseg_display warning fix.
2005-04-11 twistiPrint memory address in dseg_display.
2005-04-06 twisti- changed codegen_addclinitref to codegen_addpatchref...
2005-04-05 christian*** empty log message ***
2005-04-04 christianAdress Register File, Neues ARG_VAR Handling, neue...
2005-04-02 edwinremoved "class" field in constant_FMIref
2005-02-17 christian*** empty log message ***
2005-02-17 twistiDon't declare float/double functions on xdspcore (preve...
2004-12-29 twisti#ifdef USE_THREADS monitorenter/exit calls.
2004-12-14 twistiCalculate regoff for float ARGVAR's correcly.
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.