src/vm/jit/powerpc64/md.c (md_get_method_patch_address): Fixed opcodes in
[cacao.git] / src / vm / jit / mips /
2006-08-14 twisti* src/vm/jit/codegen-common.c (codegen_findmethod)...
2006-07-25 twisti* src/vm/jit/jit.h (ICMD_ELSE_ICONST): Removed.
2006-07-19 twisti* src/vm/jit/mips/patcher.c (assert.h): Added.
2006-07-17 twisti* src/vm/jit/asmpart.h (asm_wrapper_patcher): Renamed to
2006-07-13 twisti* src/vm/jit/mips/codegen.c (codegen): Use lock_monitor...
2006-07-12 twisti* src/vm/jit/mips/codegen.c (codegen): Use jd->isleafme...
2006-07-02 twisti* src/vm/jit/mips/asmpart.S (asm_abstractmethoderror...
2006-06-21 twisti* src/vm/jit/mips/linux/.cvsignore: Added TAGS.
2006-06-20 twisti* src/vm/jit/mips/codegen.c (codegen): Use codeinfo...
2006-06-06 twisti* src/vm/jit/alpha/arch.h (SUPPORT_LONG_DIV_POW2)
2006-05-18 edwin* src/threads/native/lock.h, src/threads/native/lock...
2006-05-15 twisti* src/vm/jit/alpha/asmpart.S (asm_perform_threadswitch)
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-05-11 twisti* src/vm/jit/mips/codegen.c: Changed mcodeptr from...
2006-05-11 twisti* src/vm/jit/mips/asmpart.S (asm_call_jit_compiler...
2006-04-30 edwin* src/vm/resolve.c (resolve_method_verifier_checks)
2006-04-24 twisti* src/vm/jit/codegen-common.c (codegen_increase): Chang...
2006-04-24 twisti* src/vm/jit/mips/md.c (md_get_method_patch_address...
2006-04-18 twisti* src/vm/jit/alpha/Makefile.am (DISASS_SOURCES): Added.
2006-04-18 twisti* src/vm/jit/mips/codegen.h (M_FLTMOVE): Removed.
2006-04-14 twisti* src/vm/jit/mips/emit.c: New file.
2006-04-12 edwin* src/vm/jit/parse.c (parse): New unresolved reference...
2006-04-11 twisti* src/vm/builtin.c (builtin_throw_exception): Changed...
2006-04-06 twisti* src/vm/jit/mips: Added TAGS.
2006-04-06 twisti* src/vm/jit/mips/codegen.c (codegen): Changed signatur...
2006-04-05 twisti* src/vm/jit/alpha/asmpart.S (asm_vm_call_method):...
2006-03-30 twisti* src/vm/jit/alpha/asmpart.S (vm/jit/abi.h): Changed to
2006-03-30 twisti* src/vm/exceptions.c (exceptions_handle_exception...
2006-03-30 twisti* src/vm/jit/mips/asmpart.S (asm_vm_call_method): Retur...
2006-03-22 edwin* src/vm/jit/powerpc/md.c (DISASSINSTR): #ifdef'ed
2006-03-19 edwin* src/vm/jit/code.c (code_get_stack_frame_size): Implem...
2006-03-16 twisti* src/vm/jit/mips/md.c (sys/cachectl.h): Added.
2006-03-14 edwin* src/vm/method.h (methodinfo): Moved `entrypoint`...
2006-03-06 twisti* src/vm/jit/powerpc/linux/Makefile.am (LIBS): Added...
2006-03-01 twisti* src/vm/options.c: Renamed runverbose to opt_verbosecall.
2006-02-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-02-13 twisti* src/vm/jit/mips/codegen.c (createcompilerstub): Store...
2006-02-12 twisti* src/vm/jit/alpha/md.c (md_assembler_get_patch_address...
2006-02-05 twisti* src/vm/jit/powerpc/asmpart.S, src/vm/jit/alpha/asmpart.S,
2006-01-31 twisti* src/vm/jit/powerpc/codegen.c, src/vm/jit/alpha/codegen.c,
2006-01-28 twisti* src/vm/jit/powerpc/linux/md-abi.c,
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-20 twisti* src/vm/jit/mips/irix/md-os.c (md_signal_handler_sigse...
2006-01-20 twisti* src/vm/jit/powerpc/linux/md-os.c, src/vm/jit/powerpc...
2006-01-19 twisti* INCLUDES: Replaced with AM_CPPFLAGS as Tom Tromey...
2006-01-13 twisti* ICMD_MULTIANEWARRAY: Usage of iptr->val.a and iptr...
2006-01-11 twisti* ICMD_F2I, ICMD_D2I, ICMD_F2L, ICMD_D2L: #if 0.
2006-01-11 twisti* SUPPORT_FMOD: Removed.
2006-01-02 twisti* nregdescint, nregdescfloat: Moved to md-abi.c.
2006-01-02 twisti* nregdescint, nregdescfloat: Added.
2006-01-02 twisti* noinst_HEADERS: Removed md-abi.inc.
2006-01-02 christianChanged register allocator .inc to .c files and moved...
2005-12-30 twisti* vm/jit/codegen.inc: Removed.
2005-12-22 twisti* COUNT_SPILLS: Removed.
2005-12-21 twisti* LSRA: Renamed to ENABLE_LSRA.
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-05 twisti* vm/class.h: Added.
2005-12-05 twisti* vm/class.h: Added.
2005-11-28 edwin* codegen.c: ifdef athrow/areturn patcher with ENABLE_V...
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* 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-19 edwin* src/vm/jit/mips/codegen.c, src/vm/jit/alpha/codegen.c:
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-18 twisti* asm_calljavafunction: Set noreorder so computing...
2005-11-17 twisti* SUPPORT_LONG_CMP_CONST: Added.
2005-11-15 twisti* BUILT_SOURCES: Added offsets.h.
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-07 twisti* DIST_SUBDIRS: Added.
2005-11-05 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-03 twisti* Added mips32 stuff.
2005-10-28 twisti* patcher_get_putfield: Fixed TYPE_LNG on mips32.
2005-10-28 twisti* Calculate the return address of a patcher call via...
2005-10-28 twisti* patcher_get_putstatic, patcher_get_putfield,
2005-10-27 twisti* asm_wrapper_patcher: We also need to save return...
2005-10-27 twisti* SAVE_RETURN_REGISTERS, RESTORE_RETURN_REGISTERS:...
2005-10-21 twisti* lastmcodeptr: Stuff added.
2005-10-21 twisti* PATCHER_CALL_SIZE: Added.
2005-10-21 twisti* patcher_athrow_areturn: Added.
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-18 twisti* types.h: Fixed include path.
2005-10-18 twisti* disassinstr: 32-bit output and warning fixes.
2005-10-13 twisti* asm_call_jit_compiler: Use md_assembler_get_patch_add...
2005-10-13 twisti* md_assembler_get_patch_address: Added.
2005-10-13 twisti* createnativestub: Local references table changes.
2005-10-12 twisti* USE_CODEMMAP: Removed.
2005-10-05 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-05 edwinverify that abstract classes are not instantiated
next