* md-abi.inc: Removed.
[cacao.git] / src / vm / jit / intrp /
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-21 antonbugfix (srcdir-related)
2005-12-21 anton* # is not portable, bugfix.
2005-12-21 antondisasm.c: added support for static profiling (disabled...
2005-12-21 anton* __INTRP__, USE_spTOS: Removed.
2005-12-21 anton* INCLUDES: Removed libffi include.
2005-12-21 twisti* Use WITH_FFI and WITH_FFCALL defines from configure.
2005-12-21 twisti* FFCALL: Define plus header includes removed.
2005-12-21 twisti* Use #ifdef WITH_FFI.
2005-12-20 twisti* ICMD_PUTSTATICCONST, ICMD_PUTFIELDCONST: Removed...
2005-12-13 twisti* asm_handle_exception: Renamed to intrp_asm_handle_exc...
2005-12-12 twistiprofiling stuff for static superinstructions
2005-12-12 twistiadded stuff for generating static superinstructions
2005-12-09 antonconverted java.vmg to use new "..." feature of vmgen
2005-12-07 anton* Dynamic superinstructions including patched instructi...
2005-12-07 anton* Dynamic superinstructions added.
2005-12-05 twisti* We distribute these files only in releases, others...
2005-12-05 twisti* INCLUDES: ffi headers are generated fro .in files...
2005-12-05 twisti* builtin_throw: Compile error and warning fixes.
2005-12-05 twisti* vm/class.h: Added.
2005-12-05 twisti* vm/class.h: Added.
2005-11-30 antonbugfix: patchers now store spTOS before calling other...
2005-11-30 anton* md_init: Use line buffering on vm_out.
2005-11-29 anton* MCODECHECK: Removed lastmcodeptr calculation, now...
2005-11-29 anton* Added md-abi.h again (required for TRACE_ARGS_NUM).
2005-11-23 twisti* EXTRA_DIST: Added with java.vmg.
2005-11-23 twisti* gen_inst: Use lastmcodeptr instead of last_compiled.
2005-11-23 twisti* vm/types.h: Added.
2005-11-23 twisti* gen_BBSTART: Use lastmodeptr instead of last_compiled.
2005-11-23 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-23 twisti* libintrp_la_SOURCES: Added *.i files.
2005-11-23 twisti* asmoffsets.h, disass.h: Removed if missed before.
2005-11-22 twisti* Removed __INTRP__ define.
2005-11-22 twisti* md-abi.h: Removed.
2005-11-18 twisti* Regenerated.
2005-11-18 twisti* Java 1.5 support changes.
2005-11-18 twisti* PATCHER_CALL_SIZE: Defined.
2005-11-18 twisti* nativevcall: Local references table changes.
2005-11-18 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-18 twisti* Removed empty line.
2005-11-17 twisti* Users should not need to generate these.
2005-11-07 twisti* INCLUDES: Added OS_DIR.
2005-10-20 edwininclude vm/resolve.h in patchers
2005-10-20 edwinremoved helper.h #includes
2005-10-20 edwinreplace helper_* calls in the pathers with calls to...
2005-10-12 twisti* USE_CODEMMAP: Removed.
2005-10-05 edwinverify that abstract classes are not instantiated
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