* Use new, more general, stacktrace system
[cacao.git] / src / vm / jit / x86_64 / patcher.c
2005-07-09 twisti* Use new, more general, stacktrace system
2005-06-22 twisti* patcher_get_putfield: only patch back 5-bytes, since...
2005-06-21 twisti* Bugfix: membase %rsp/%r12 special case
2005-06-13 twisti* patcher_resolve_native: added
2005-06-10 jowennfix stacktrace problem found by twisti
2005-06-08 twisti- use monitorenter/exit macros: removed dontfillinexcep...
2005-05-19 jowennVMAccessController.getStack (currently leads in some...
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-04-30 twistiBugfix for the _great_ x86_64 isa. Since %r12 is handle...
2005-04-30 jowennmore statistics, less crashing
2005-04-30 twisti- sync stuff must be done before builtin_monitorexit
2005-04-29 twistiRemoved debug output, sync code works, checked on c4.
2005-04-29 twistiSynchronize patcher functions. Unfortunately it's not...
2005-04-28 twisti-sa bugfix in patcher_builtin_checkarraycast,
2005-04-27 twistiDo it like on alpha in patcher_get_putstatic.
2005-04-27 jowenngeneral: less warnings in stacktrace.c
2005-04-26 twisti- all patcher use the same wrapper and thus the same...
2005-04-24 jowennmore stacktraces
2005-04-22 twistiasmhelper.h to helper.h changes.
2005-04-22 twistiCall it patcher_builtin_newarray instead of patcher_bui...
2005-04-21 twistiCode patching functions rewritten in C.