* src/vm/jit/x86_64/asmpart.S (asm_abstractmethoderror): Keep stack aligned.
[cacao.git] / src / vm / jit / x86_64 / asmpart.S
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.