* Moved stuff to codegen-common.[ch] and dseg.[ch].
[cacao.git] / src / vm / jit /
2005-12-30 twisti* Moved stuff to codegen-common.[ch] and dseg.[ch].
2005-12-30 twisti* Moved codegen stuff from codengen.inc.
2005-12-30 twisti* Moved data segment stuff from codegen.inc.
2005-12-30 twisti* noinst_HEADERS: Removed codegen.inc, codegen.inc.h.
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-22 twisti* Typo.
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-22 twisti* COUNT, COUNT_SPILLS: Added.
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-22 twisti* COUNT: Removed.
2005-12-22 twisti* COUNT_SPILLS: Removed.
2005-12-22 twisti* BlockPtrOfPC: Obsolete.
2005-12-22 twisti* BlockPtrOfPC: Removed.
2005-12-22 twisti* STATS: Removed, use #if defined(ENABLE_STATISTICS...
2005-12-22 twisti* vm/jit/jit.h: Added.
2005-12-22 twisti* parse: Some compilers put a JAVA_NOP after a blockend...
2005-12-21 antonbugfix (srcdir-related)
2005-12-21 anton* # is not portable, bugfix.
2005-12-21 anton* codegen_finish: -no-replication bugfix.
2005-12-21 anton* lastmcodeptr: Also enable for intrp.
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-21 twisti* LSRA: Renamed to ENABLE_LSRA.
2005-12-21 twisti* LSRA: Renamed to ENABLE_LSRA.
2005-12-21 twisti* a0l: Defined.
2005-12-21 twisti* asm_handle_exception: Some small changes.
2005-12-20 twisti* ICMD_AASTORECONST: Made it work again.
2005-12-20 twisti* ICMD_PUTSTATICCONST, ICMD_PUTFIELDCONST: Removed...
2005-12-20 edwin* src/vm/jit/i386/codegen.c: fixed DUP2_X1 instruction...
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-11 twisti* Replaced ENABLE_DEBUG with NDEBUG.
2005-12-09 antonconverted java.vmg to use new "..." feature of vmgen
2005-12-09 twisti* signal_handler_sigsegv: Use u1* instead of functionptr.
2005-12-09 twisti* vm/jit/mips/md-abi.h, vm/jit/abi.h: Added.
2005-12-09 twisti* codegen: Don't set cd->mcodeend (now done in codegen_...
2005-12-09 twisti* asll: Added.
2005-12-09 twisti* Added MIPS32 stuff.
2005-12-09 twisti* builtin_monitorexit, builtin_trace_exception, initial...
2005-12-09 twisti* vm/jit/abi.h: Added.
2005-12-09 twisti* codegen: Don't set cd->mcodeend (now done in codegen_...
2005-12-08 twisti* vm/jit/alpha/md-abi.h, vm/jit/alpha/md-asm.h, vm...
2005-12-08 twisti* codegen: Don't set cd->mcodeend (now done in codegen_...
2005-12-08 twisti* SAVE_TEMPORARY_REGISTERS, RESTORE_TEMPORARY_REGISTERS...
2005-12-08 twisti* Removed trailing spaces.
2005-12-08 twisti* codegendata: Removed $ifdef's from mcodeptr.
2005-12-08 twisti* vm/jit/abi.h, vm/jit/i386/md-abi.h, vm/jit/i386/md...
2005-12-08 twisti* noinst_HEADERS: Added md-asm.h.
2005-12-08 twisti* asmpart.S defines.
2005-12-08 twisti* Added, contains common ABI defines.
2005-12-08 twisti* config.h, vm/types.h, vm/global.h, vm/linker.h: Inclu...
2005-12-08 twisti* vm/jit/abi.h: Added.
2005-12-08 twisti* noinst_HEADERS: Added abi.h.
2005-12-08 twisti* Added register defines.
2005-12-07 twisti* Removed accidentaly slipped in #if 0, we have to...
2005-12-07 twisti* codegen_ncode_increase: #ifdef'd ENABLE_INTRP.
2005-12-07 anton* Dynamic superinstructions including patched instructi...
2005-12-07 anton* codegen_setup: Initialize dynamic superinstructions...
2005-12-07 anton* NCODEINITSIZE: Added.
2005-12-07 anton* asm_calljavafunction2: Changed void* to jni_callblock*.
2005-12-07 anton* Dynamic superinstructions added.
2005-12-06 twisti* asm_handle_exception: Much better, simpler and smalle...
2005-12-06 twisti* asm_handle_exception: Much better, simpler and smalle...
2005-12-05 twisti* asm_handle_exception: Use exceptions_handle_exception.
2005-12-05 twisti* offclassloaded, offclasslinked: Removed.
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-05 twisti* vm/exceptions.h: Removed.
2005-12-05 twisti* vm/class.h: 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* vm/class.h: Added.
2005-12-05 twisti* vm/class.h: Added.
2005-12-05 twisti* ICMD_{PUT,GET}{STATIC,FIELD}: Don't set isleafmethod...
2005-12-05 twisti* JAVA_{PUT,GET}{STATIC,FIELD}: Removed isleafmethods...
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-12-05 twisti* vm/tables.h: Removed.
2005-12-05 twisti* vm/class.h: Added.
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* vm/class.h: Added.
2005-12-03 twisti* patcher_get_putstatic: Replaced c->initialized by
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* Added ENABLE_DEBUG.
2005-12-03 twisti* patcher_get_putstatic: Replaced c->initialized by
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* Removed unused offsets.
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* exceptionentry: Moved to exceptions.h.
2005-12-01 twisti* Removed vm/tables.h include.
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).
next