* src/vm/jit/code.c (code_get_stack_frame_size): Implement stack alignment
[cacao.git] / src / vm / jit / mips / asmpart.S
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.