Merged revisions 7797-7917 via svnmerge from
[cacao.git] / src / vm / jit / patcher.h
2007-05-20 michiMerged revisions 7797-7917 via svnmerge from
2006-11-06 twisti* src/vm/jit/codegen-common.c (toolbox/list.h): Added.
2006-08-28 twisti* src/vm/jit/patcher.h (patcher_resolve_class): Added.
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-07-06 tbfgpowerpc64 compiles
2006-07-04 twisti* src/vm/jit/powerpc/darwin/md-asm.h
2006-05-15 twisti* src/vm/hashtable.h,
2006-04-12 edwin* src/vm/jit/parse.c (parse): New unresolved reference...
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...
2006-01-12 twisti* config.h: Added.
2005-11-07 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-10-10 twisti* patcher_athrow_areturn: Added.
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-09-05 twisti* PATCHER_checkcast_instanceof: Added for intrp.
2005-06-13 twisti* patcher_resolve_native: added
2005-05-31 twisti- defined PATCHER_MONITOREXIT and PATCHER_MARK_PATCHED_...
2005-05-25 twistiDefined PATCHER_MONITORENTER/EXIT macros (i have some...
2005-05-13 twistiAdded i386 define for patcher_putfieldconst.
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-04-30 twistiWe need an extra patcher_putfieldconst fro x86_64.
2005-04-26 twistiAdded patcher_checkcast_instanceof_class for other...
2005-04-25 twisti- changed signatures
2005-04-22 twistipatcher_builtin_new gets a contant_classref.
2005-04-21 twistiAdded more functions.
2005-04-21 twistiAdded more functions.
2005-04-20 twistiStarting to write code patching functions is C.