* src/vm/jit/alpha/patcher.c (patcher_wrapper): Added return address
[cacao.git] / src / vm / jit / intrp /
2005-09-24 twisti* builtin_throw: Don't pass line to builtin_trace_excep...
2005-09-21 twisti* Added 1000 static superinstructions.
2005-09-21 twisti* Bugfixes, some optimizations.
2005-09-21 twisti* Fixed header text.
2005-09-21 twisti* Fixed includes.
2005-09-19 twisti* Fixed includes.
2005-09-19 twisti* AM_CFLAGS, noinst_HEADERS: Removed.
2005-09-19 twisti* Changed vm/jit/intrp/types.h include to vm/types.h.
2005-09-19 twisti* We now use a global vm/types.h.
2005-09-19 twisti* Double_Store: 32-bit fix.
2005-09-16 twisti* Unified disassembler interface.
2005-09-15 twisti* Superinstructions added.
2005-09-14 twisti* Most stuff implemented (stacktraces, ...), stuff...
2005-09-05 twisti* POP/DUP/DUP_Xx fixes for longs: we need to undo our...
2005-09-02 twisti* More interpreter files (important ones).
2005-09-02 twisti* Ignore some files.
2005-09-02 twististarted reintegrating interpreter