cacao.git
2005-11-26 twisti* use_class_as_object removed, link_class added where...
2005-11-26 twisti* asm_call_jit_compiler: Removed.
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-24 twisti* Changed version to 0.93+cvs.
2005-11-24 unknownThis commit was manufactured by cvs2svn to create tag
2005-11-24 twisti* Updated to 0.93.
2005-11-24 twisti* Changed version to 0.93.
2005-11-23 twisti* Renamed checkall to check.
2005-11-23 twisti* EXTRA_DIST: Added with java.vmg.
2005-11-23 twisti* EXTRA_DIST: Added Test.sh.
2005-11-23 twisti* EXTRA_DIST: Added prop.java.
2005-11-23 twisti* Updated.
2005-11-23 twisti* EXTRA_DIST: Typo.
2005-11-23 twisti* gen_inst: Use lastmcodeptr instead of last_compiled.
2005-11-23 twisti* vm/types.h: Added.
2005-11-23 edwin* (cacao.1): fix typo
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* EXTRA_DIST: Added hello.java.
2005-11-23 twisti* EXTRA_DIST: Added with all files.
2005-11-23 twisti* EXTRA_DIST: Added libtool-version.
2005-11-23 twisti* Removed duplicate stuff that slipped in when added...
2005-11-23 edwin* (cacao.1): use .BR again. The problem on IRIX was...
2005-11-23 twisti* Added alpha-freebsd support.
2005-11-23 twisti* src/vm/jit/alpha/freebsd/Makefile, src/vm/jit/alpha...
2005-11-23 edwin* (cacao.1): IRIX does not seem to like the .BR macro...
2005-11-23 edwin* (cacao.1): updated the manpage
2005-11-23 twisti* noinst_HEADERS: Added methodheader.h and disass.h.
2005-11-23 twisti* EXTRA_DIST: Added configure.host.
2005-11-23 twisti* EXTRA_DIST: Added all java files.
2005-11-23 twisti* asmoffsets.h, disass.h: Removed if missed before.
2005-11-23 twisti* jctest, fptest, fp, extest: Removed.
2005-11-23 twisti* Removed, most of them are now regression tests.
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* Made most functions private.
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* patcher_builtin_new, patcher_builtin_newarray,
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_...
next