* src/vm/jit/x86_64/codegen.c (codegen): Use code variables.
[cacao.git] / src / vm / jit / x86_64 / md.c
2006-06-28 twisti* src/vm/jit/x86_64/md.c [ENABLE_THREADS] (threads...
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-04-21 twisti* src/vm/jit/jit.c (jit_asm_compile): New method.
2006-03-28 twisti* src/vm/jit/x86_64/md.c (md_signal_handler_sigsegv)
2006-03-22 edwin* src/vm/jit/powerpc/md.c (DISASSINSTR): #ifdef'ed
2006-03-16 twisti* src/vm/jit/x86_64/md.c (md_cacheflush): New method.
2006-03-16 edwin* src/vm/jit/code.c (code_get_stack_frame_size): Deal...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-20 twisti* src/vm/jit/powerpc/linux/md-os.c, src/vm/jit/powerpc...
2005-11-22 twisti* signal_handler_sigsegv, signal_handler_sigfpe: Replac...
2005-07-11 twisti* Newer, simpler, smaller stacktrace system
2005-07-10 twisti* Better (smaller) exception implementation
2005-07-09 twisti* Use new, more general, stacktrace system
2005-07-05 twisti* md_stacktrace_get_returnaddress: added
2005-06-27 twisti* md_init: added
2005-06-23 twisti* Removed machine independent stuff
2005-06-20 twisti* handler_signal_quit: added, this handler calls the...
2005-06-13 twisti* Moved signal stuff and critical section restart