* added exceptions_new_linkageerror
[cacao.git] / src / vm /
2005-11-26 edwin* added exceptions_new_linkageerror
2005-11-26 twisti* load_class_from_classloader: Store array classes...
2005-11-26 twisti* classinfo: classvftbl removed.
2005-11-26 twisti* linker_init: Link java.lang.Class first and then...
2005-11-26 twisti* class_create_classinfo: Set header.vftbl to the vftbl...
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* methodinfo: Changed functionptr to u1*.
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* string_init: Added.
2005-11-17 twisti* string_init: Added.
2005-11-17 twisti* finalizer_add: Removed.
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-16 edwinmake twisti's debug code a bit more compiler friendly
2005-11-16 twisti* gnu_classpath_Pointer.h: Removed.
2005-11-16 twisti* link_array: Replaced utf_new_intern with utf_new.
2005-11-16 twisti* load_constantpool, load_newly_created_array: Replaced...
2005-11-16 twisti* utf_new_intern: Removed.
2005-11-16 twisti* config.h, vm/types.h: Added.
2005-11-16 twisti* classcache_init: Changed return type to bool.
2005-11-16 twisti* tables_init: Changed return type to bool, removed...
2005-11-16 twisti* tables_init: Changed return type to bool.
2005-11-16 twisti* lock_utf_hashtable: Added.
next