* gen_inst: Use lastmcodeptr instead of last_compiled.
[cacao.git] / src / vm / jit / codegen.inc.h
2005-11-23 twisti* codegendata: Removed last_compiled for intrp and...
2005-11-22 twisti* Changed functionptr to u1*.
2005-11-22 twisti* Added defined(DISABLE_GC) to methodtree stuff so...
2005-11-22 twisti* codegen_start_native_call, codegen_finish_native_call...
2005-11-22 christianadded name to Changes:
2005-11-22 twisti* Renamed __INTRP__ to ENABLE_INTRP which is defined...
2005-11-11 twisti* codegen: Changed return type from void to bool.
2005-10-21 twisti* codegendata: Added lastmcodeptr.
2005-10-12 twisti* codegendata: xcheckarefs removed.
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-09-14 twisti* Unified disassembler interface.
2005-09-05 twisti* Added __INTRP__ define.
2005-07-21 twisti* struct patchref: Added disp.
2005-07-11 twisti* init_exceptions: removed
2005-07-11 twisti* codegen_findmethod: removed alpha version
2005-07-08 twisti* Added xstorerefs
2005-07-03 christianPreliminary Bugfix for PowerPC/Linux - only 3 Params...
2005-06-20 twisti* Moved machine independent code from createnativestub to
2005-06-13 twisti* Use dump memory for code and data segment
2005-06-08 twistiUse SIZEOF_VOID_P instead of POINTERSIZE.
2005-04-21 twistiRenamed patchref.asmwrapper to patcher
2005-04-06 twistiRenamed clinitref to patchref.
2005-04-01 edwinextended type system to use symbolic references
2005-03-29 twisti- added header includes
2004-12-07 twistiGNU header update.
2004-12-06 twistiPrototype codegen_findmethod for alpha.
2004-12-01 twistiHmm, forgot to include jit.h...
2004-11-30 twistiNew source tree.
2004-11-29 twisti- indent
2004-11-23 twisti- new clinit patch code stuff
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-05 twistiMove typedefs in front of includes to resolve circular...
2004-11-05 twistiCompiler data structure changes. This one is huge!
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-07-26 twistiExport codegen_addreference for i386 and x86_64.
2004-07-21 twisti.h file of codegen.inc