* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / mips / patcher.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-05 twisti* vm/class.h: Added.
2005-11-28 edwin* codegen.c: ifdef athrow/areturn patcher with ENABLE_V...
2005-11-11 twisti* patcher_builtin_new: Removed due to Java 1.5 support...
2005-11-05 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-10-28 twisti* patcher_get_putfield: Fixed TYPE_LNG on mips32.
2005-10-28 twisti* patcher_get_putstatic, patcher_get_putfield,
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-10-04 twisti* types.h: Include path fixes.
2005-08-02 cacao* Added MIPS32 support
2005-07-27 twisti* Handling of overflow in load/store intructions implem...
2005-07-12 twisti* Implemented idiv/irem, ldiv/lrem, aastore, arraycheck...
2005-06-15 twisti* patcher_resolve_native: implemented
2005-06-09 twisti* use patcher monitorenter/exit macros
2005-05-11 twistiLazy loading.