* renamed CACAO_TYPECHECK to ENABLE_VERIFIER
[cacao.git] / src / vm / jit /
2005-11-28 edwin* renamed CACAO_TYPECHECK to ENABLE_VERIFIER
2005-11-26 twisti* use_class_as_object removed, link_class added where...
2005-11-26 twisti* store_reg_to_var_int0: Removed.
2005-11-26 twisti* signal_handler_sigsegv: Changed functionptr to u1*.
2005-11-26 twisti* Nothing important, removed spaces, add empty lines.
2005-11-25 twisti* PACK_REGS, GET_LOW_REG, GET_HIGH_REG: Changed packing...
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* Use codegen_findmethod for intrp and md_codegen_findm...
2005-11-23 twisti* codegendata: Removed last_compiled for intrp and...
2005-11-23 twisti* Removed duplicate stuff that slipped in when added...
2005-11-23 twisti* Added alpha-freebsd support.
2005-11-23 twisti* noinst_HEADERS: Added methodheader.h and disass.h.
2005-11-23 twisti* asmoffsets.h, disass.h: Removed if missed before.
2005-11-23 twisti* ICMD_xASTORE: Moved var_to_reg_xxx directly before...
2005-11-23 twisti* ICMD_xALOAD: Use REG_ITMP3 register to calculate...
2005-11-23 twisti* ICMD_GETFIELD: Check if a destination register is...
2005-11-23 twisti* signal_handler_sigsegv, signal_handler_sigfpe: Replac...
2005-11-23 twisti* md_stacktrace_get_returnaddress: Changed return type...
2005-11-23 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-23 twisti* signal_handler_sigsegv: Use u1* instead of functionptr.
2005-11-23 twisti* md_stacktrace_get_returnaddress: Use u1* instead...
2005-11-23 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-23 twisti* md_stacktrace_get_returnaddress: Use u1* instead...
2005-11-23 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-22 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-22 twisti* signal_handler_sigsegv, signal_handler_sigfpe: Replac...
2005-11-22 twisti* config.h: Added.
2005-11-22 twisti* createcompilerstub, createnativestub: Changed return...
2005-11-22 twisti* asm_builtin_arraycheckcast: Removed global.
2005-11-22 twisti* Changed functionptr to u1*.
2005-11-22 twisti* do_nothing_function, jit_compile, jit_compile_intern...
2005-11-22 twisti* Replaced functionptr with u1*.
2005-11-22 twisti* Added defined(DISABLE_GC) to methodtree stuff so...
2005-11-22 twisti* Added defined(DISABLE_GC) to methodtree stuff so...
2005-11-22 twisti* md_init: Removed #if 0 from ieee_set_fp_control but...
2005-11-22 twisti* codegen_start_native_call, codegen_finish_native_call...
2005-11-22 christianadded name to Changes:
2005-11-22 twisti* compile_all_class_methods: Removed.
2005-11-22 christianFix for dependence conflict regarding ICMD_DUP* and...
2005-11-22 christianfix for ICMD_DUP*
2005-11-22 christianChanges for Usage Count and spill heuristik
2005-11-22 twisti* Removed __INTRP__ define.
2005-11-22 twisti* md-abi.h: Removed.
2005-11-22 twisti* Renamed __INTRP__ to ENABLE_INTRP which is defined...
2005-11-22 twisti* createnativestub: Fixed wrong compare value to xxx_AR...
2005-11-21 twisti* asm_wrapper_patcher: Fixed two typos for powerpc...
2005-11-21 twisti* asm_calljavafunction: Fixed darwin -O2 compilation...
2005-11-21 twisti* Added a comment about r2.
2005-11-21 edwin* analyse_stack: allocate a dummy stack slot for ICMD_I...
2005-11-20 christianRemoved lsra fallback in case of subroutines or excepti...
2005-11-20 christianRemoved lsra fallback in case of subroutines or excepti...
2005-11-20 christianRemoved obsolete output of reserved Register usage
2005-11-19 edwin* src/vm/jit/mips/codegen.c, src/vm/jit/alpha/codegen.c:
2005-11-19 edwin* codegen: generalize bugfix for IFNE_ICONST to other...
2005-11-19 edwin* codegen: generalize IFNE_ICONST bugfix to other IF...
2005-11-19 edwin* codegen: bugfix for IFNE_ICONST: prevent overwriting...
2005-11-19 edwin* codegen: bugfix for IFNE_ICONST: prevent overwriting...
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-18 twisti* jumptable_int, jumptable_long: Defined.
2005-11-18 twisti* patcher_builtin_arraycheckcast: Don't set BUILTIN_arr...
2005-11-18 twisti* asm_calljavafunction: Set noreorder so computing...
2005-11-17 twisti* asm_calljavafunction2: Load address for jumptables...
2005-11-17 twisti* Users should not need to generate these.
2005-11-17 twisti* asm_calljavafunction: Fixed -O2 problem, we have...
2005-11-17 twisti* var_to_reg_int_{low,high} renamed to var_to_reg_lng_...
2005-11-17 twisti* var_to_reg_int_{low,high} renamed to var_to_reg_lng_...
2005-11-17 twisti* SUPPORT_LONG_CMP_CONST: Added.
2005-11-17 twisti* SUPPORT_LONG_CMP_CONST: Added.
2005-11-17 twisti* NOLONG_CONDITIONAL renamed to SUPPORT_LONG_CMP_CONST.
2005-11-17 twisti* SAVE_TEMPORARY_REGISTERS, RESTORE_TEMPORARY_REGISTERS...
2005-11-17 twisti* M_LST_IMM32, M_AST_IMM32: Added.
2005-11-17 twisti* createnativestub: Don't save return value for void...
2005-11-15 twisti* BUILT_SOURCES: Added offsets.h.
2005-11-15 twisti2005-11-14 Tom Tromey <tromey@redhat.com>
2005-11-14 twisti* createnativestub: Some fixes, don't save return value...
2005-11-11 twisti* codegen: Changed return value to bool, throw Internal...
2005-11-11 twisti* codegen: Changed return value to bool, throw Internal...
2005-11-11 twisti* analyse_stack: Pass opcode to InternalError.
2005-11-11 twisti* codegen: Changed return value to bool, throw Internal...
2005-11-11 twisti* Java 1.5 support changes.
2005-11-11 twisti* patcher_builtin_new: Removed due to Java 1.5 support...
2005-11-11 twisti* jit_compile_intern: Check return value of codegen.
2005-11-11 twisti* codegen: Changed return type from void to bool.
2005-11-11 twisti* java_lang_Throwable.h, java_lang_VMThrowable.h: Added.
2005-11-11 twisti* stacktrace_print_trace: Changed argument type to...
2005-11-09 christianWorking lsra Version
2005-11-09 christianMax Lifetimecount Correction for lsra
2005-11-09 edwinmark statistics on primitive loads as "currently not...
2005-11-09 edwinsave a function call in typecheck.c (without using...
2005-11-08 twisti* ICMD_FRETURN, ICMD_DRETURN: In monitorexit we have...
next