* Removed all Id tags.
[cacao.git] / src / vm / jit / mips / asmpart.S
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-08-08 twisti* src/vm/jit/tools: Removed.
2007-08-06 twisti* src/vm/jit/patcher-common.h: Added __MIPS__ for new...
2007-06-21 twisti* configure.ac (AC_CHECK_HEADERS): Added sys/socket.h.
2007-06-14 twisti* src/vm/jit/mips/asmpart.S (asm_vm_call_method) [...
2007-06-13 twisti* src/vm/jit/mips/asmpart.S (asm_vm_call_method): Rewri...
2007-06-05 twisti* src/vm/jit/mips/md-abi.c (md_param_alloc) [SIZEOF_VOI...
2007-04-09 twisti* src/vm/jit/alpha/asmpart.S: Use % instead of @ for...
2007-04-03 twisti* src/vm/jit/alpha/asmpart.S: Replaced __GNU__ with...
2007-03-28 twisti* src/vm/exceptions.h (exceptionptr): Removed.
2007-03-28 twisti* Merged in twisti-branch.
2007-01-18 twisti* src/vm/jit/mips/md-asm.h (RESTORE_ARGUMENT_REGISTERS)
2007-01-11 twisti* src/vm/jit/mips/md-abi.h: Merged MIPS32 code.
2007-01-02 edwin* configure.ac: Added option --enable-replacement.
2006-11-06 twisti* jit/mips/emit.c (emit_patcher_stubs): Handle displace...
2006-10-26 twisti* src/vm/jit/mips/md-asm.h: Renamed t8 to t4 and remove...
2006-10-02 edwinMerged r5624 from trunk:
2006-08-23 twisti* src/vm/jit/mips/asmpart.S (asm_handle_exception)...
2006-08-14 twisti* src/vm/jit/codegen-common.c (codegen_findmethod)...
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-02 twisti* src/vm/jit/mips/asmpart.S (asm_abstractmethoderror...
2006-06-20 twisti* src/vm/jit/mips/codegen.c (codegen): Use codeinfo...
2006-05-15 twisti* src/vm/jit/alpha/asmpart.S (asm_perform_threadswitch)
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-11 twisti* src/vm/jit/mips/asmpart.S (asm_call_jit_compiler...
2006-04-24 twisti* src/vm/jit/mips/md.c (md_get_method_patch_address...
2006-04-11 twisti* src/vm/builtin.c (builtin_throw_exception): Changed...
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-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-02-05 twisti* src/vm/jit/powerpc/asmpart.S, src/vm/jit/alpha/asmpart.S,
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-09 twisti* vm/jit/mips/md-abi.h, vm/jit/abi.h: Added.
2005-11-18 twisti* asm_calljavafunction: Set noreorder so computing...
2005-10-27 twisti* asm_wrapper_patcher: We also need to save return...
2005-10-13 twisti* asm_call_jit_compiler: Use md_assembler_get_patch_add...
2005-10-04 twisti* types.h: Include path fixes.
2005-09-16 twisti* Bugfix: Used wrong register define.
2005-07-27 twisti* Handling of overflow in load/store intructions implem...
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-12 twisti* Implemented stacktraces
2005-07-12 twisti* Implemented idiv/irem, ldiv/lrem, aastore, arraycheck...
2005-06-15 twisti* changed some long stuff to use machine independent...
2005-06-09 twisti* moved defines into md-asm.h
2005-05-11 twistiHandle compiler exceptions.
2005-05-11 twistiLazy loading.
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-01 twisti- added asm_calljavafunction_int
2005-03-30 twistiRemoved deprecated .globl defines: asm_builtin_trace...
2005-01-04 twistiAdded asm_calljavafunction2int and asm_calljavafunction...
2004-12-22 twistiUse montiorenter/exit only with threads.
2004-12-07 twistiGNU header update.
2004-12-06 twistiUse .dword/.word instead of .quad/.long to support...
2004-12-06 twistiMoved data segment offsets from asmpart.s into asmoffse...
2004-12-02 twistiNew clinit patch code works now.
2004-12-01 twistiNew source tree.
2004-11-29 twistiNew clinit patch code (not ready yet).
2004-11-11 twisti- fixed clinit exceptions
2004-08-01 stefannew native threads implementation
2004-07-09 twistiWe need to save temp registers in asm_check_clinit...
2004-07-05 twistijit compiler global variable changes.
2004-06-12 stefanThreads for IRIX
2004-06-11 stefanatomic functions in asmpart.S because of MIPSPro compiler
2004-06-02 twisti- #include "config.h"
2004-03-31 twisti- removoed unused functions
2004-03-07 twisti- replaced proto_ exception with dynamic ones
2004-01-22 twisti- show float arguments as hex values in runverbose...
2004-01-06 twistiWe have to use gnu as because the optimization level...
2004-01-06 twisti- removed has_no_x_instr_set
2004-01-03 stefanMerged bug fix by jowenn (nov 25) + small asm_calljavaf...
2004-01-03 stefanasm_calljavafunction2 (untested)
2004-01-03 twistiAdded gnu header and emacs tailer.
2003-11-15 stefanLet the assembler assemble asm_calljavafunction
2003-11-03 twistiMajor file restructuring.