* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / x86_64 / asmpart.S
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-21 twisti* asm_handle_exception: Some small changes.
2005-12-08 twisti* vm/jit/abi.h: Added.
2005-12-06 twisti* asm_handle_exception: Much better, simpler and smalle...
2005-12-05 twisti* asm_handle_exception: Use exceptions_handle_exception.
2005-11-22 twisti* asm_builtin_arraycheckcast: Removed global.
2005-11-06 twisti* asm_wrapper_patcher: We now use %rbp to address the...
2005-10-26 twisti* asm_handle_exception: Indent.
2005-09-21 twisti* Renamed _exceptionptr to _no_threads_exceptionptr.
2005-09-21 twisti* Include methodheader.h instead of asmoffsets.h.
2005-09-14 twisti* asm_wrapper_patcher: Fixed 16-byte stackframe alignme...
2005-07-21 twisti* codegen_addpatchref changes: passing displacement...
2005-07-20 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-11 twisti* Newer, simpler, smaller stacktrace system
2005-07-09 twisti* Use new, more general, stacktrace system
2005-06-17 twisti* asm_calljavafunction2: keep stack 16-byte aligned
2005-06-08 twistiMoved stuff to md-asm.h
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-04-30 jowennmore statistics, less crashing
2005-04-29 twistiAgain a libc-movaps bugfix. Arghhh!
2005-04-29 twistiPass java_objectheader to asm_wrapper_patcher.
2005-04-26 twisti- removed: asm_builtin_monitorenter, asm_builtin_monito...
2005-04-24 jowennmore stacktraces
2005-04-22 jowennfirst part of stacktraces on x86_64
2005-04-22 twistiWe only need 3 patcher wrapper functions.
2005-04-19 twistiMerged 3 patcher functions:
2005-04-12 twisti- renamed code patching functions
2005-04-11 twistiLazy checkcast and instanceof.
2005-04-11 twistiLazy loading changes (CHECKCAST and INSTANCEOF are...
2005-04-07 twistiComment fix.
2005-04-06 twisti- don't pass pv to asm_builtin_new_helper
2005-04-06 twisti- changes for asm_check_clinit: don't use a stack locat...
2005-04-03 twistiRenamed class_init to initialize_class.
2005-03-31 twisti- call proper class load/link functions
2005-03-30 twistiRemoved unused .globl defines (from i386): asm_builtin_...
2005-03-25 twisti- added asm_calljavafunction_int (for calls which requi...
2005-03-20 twisti- don't pass stackpointer to asm_check_clinit
2004-12-22 twisti- use monitorenter/exit only with threads
2004-12-13 twisti- much indent (sorry)
2004-12-07 twistiGNU header update.
2004-12-04 jowennuse two functions for creating/removing items of the...
2004-11-30 twistiNew source tree.
2004-11-24 twistiNew clinit patch code.
2004-11-17 twistiHopefully correct version of the argument-block-to...
2004-11-17 twisti1. step of implementing asm_calljavafunction2 argument...
2004-11-05 twisti- made code patching thread safe in check_clinit (use...
2004-07-11 stefancritical sections fix (native threads)
2004-07-07 twistiGlobal compiler variables changes.
2004-06-06 twisti- export xhandler
2004-06-03 twisti- added asm_getclassvalues_atomic and asm_criticalsections
2004-05-16 twisti- ExceptionInInitializerError stuff
2004-03-24 twistiRemoved unused functions and .globl's.
2004-03-07 twisti- replaced proto_ exceptions with dynamic ones
2004-02-26 twisti- removed builtin trace functions
2003-12-07 twisti- added gnu header
2003-11-02 twistiWhy was there the i386 version? Hmm...
2003-11-02 twistiMajor file restructuring.