* Removed all Id tags.
[cacao.git] / src / vm / jit / i386 / patcher.c
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-08-11 michi* src/vm/global.h (java_handle_t): Added typedef.
2007-08-07 twisti* src/vmcore/field.c (mm/memory.h): Added.
2007-06-26 twisti* src/vm/jit/i386/patcher.c (patcher_builtin_multianewa...
2007-03-28 twisti* src/vm/exceptions.h (exceptionptr): Removed.
2007-03-28 twisti* Merged in twisti-branch.
2007-03-25 twisti* src/native/native.c (native_get_parametertypes):...
2007-03-09 twisti* tests/regression/resolving (svn:ignore): Added.
2007-03-06 edwin* src/vmcore/resolve.c: Moved back to src/vm/resolve.c.
2007-03-05 pm* src/vm/jit/s390/md-abi.h,
2007-03-02 pm* src/vm/jit/s390/emit.c,
2007-03-01 edwin* src/vmcore/resolve.h, src/vmcore/resolve.c
2007-01-29 twisti* src/vm/jit/i386/emit.c: Includes fixed for cacaoh...
2006-08-14 twisti* src/vm/jit/codegen-common.c (codegen_findmethod)...
2006-07-11 twisti* src/vm/jit/i386/emit.c: Changed prefix from i386_...
2006-03-15 twisti* src/vm/jit/i386/codegen.c (GETFIELD, PUTFIELD, PUTFIE...
2006-02-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
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-07 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
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-10 twisti* patcher_athrow_areturn: Added.
2005-10-05 edwinverify that abstract classes are not instantiated
2005-09-19 twisti* Changed vm/jit/i386/types.h include to vm/types.h.
2005-07-22 twisti* patcher_resolve_native: Native function is now loaded...
2005-07-13 twisti* Added #include "mm/memory.h"
2005-07-10 twisti* Implemented new stacktrace system
2005-06-22 twisti* Only patch back 5 bytes code (call size) since 8...
2005-06-13 twisti* native stub changes (data/code segment usage)
2005-05-31 twisti- use monitorenter/exit macros
2005-05-13 twistiImplemented patcher_putfieldconst.
2005-05-13 twistiAdded monitor for patcher functions.
2005-04-25 twisti- changes signatures (every patcher uses the same assem...
2005-04-22 twistiasmhelper.h to helper.h changes.
2005-04-22 twistiImplemented remaining patcher functions.
2005-04-20 twistiStarting to write code patching functions is C.