* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / alpha / patcher.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-05 twisti* vm/class.h: Added.
2005-12-03 twisti* patcher_get_putstatic: Replaced c->initialized by
2005-11-28 edwin* codegen.c: ifdef athrow/areturn patcher with ENABLE_V...
2005-11-08 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-10-21 twisti* patcher_athrow_areturn: Added.
2005-10-20 edwininclude vm/resolve.h in patchers
2005-10-20 edwinremoved helper.h #includes
2005-10-20 edwinreplace helper_* calls in the pathers with calls to...
2005-10-05 edwinverify that abstract classes are not instantiated
2005-09-27 twisti* types.h: Include fixes.
2005-07-27 twisti* Removed unnecessary opt_showdisassemble stuff.
2005-07-24 twisti* Pass load/store displacement to the patcher functions...
2005-07-11 twisti* Implemented new (and new improved) stacktrace system
2005-07-08 twisti* Save pv to the position of the patcher function pointer
2005-06-15 twisti* Forgot native/native.h include
2005-06-15 twisti* patcher_resolve_native: implemented
2005-06-08 twisti* use PATCHER_MARK_PATCHED_MONITOREXIT on exit
2005-05-25 twistiDefined PATCHER_MONITORENTER/EXIT macros (i have some...
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-05-03 twistiPatcher synchronization.
2005-04-27 twistiThe return address is now store on the stack in the...
2005-04-26 twistiLazy loading for alpha and code patching stuff.