cacao.git
2005-06-06 twistiAdded: builtintable.inc
2005-06-06 twisti- use parsed descriptors
2005-06-06 twistiCommented builtin stuff. Please fix me!
2005-06-06 twisti- removed: BUILTIN{1,2,3}, INSTRUCTION_PUTCONST_FIELDREF
2005-06-06 twisti- removed BUILTIN{1,2,3}
2005-06-06 twistiLinux changes.
2005-06-06 twistiChanged to generic ICMD_BUILTIN.
2005-06-06 twistiCommented builtin stuff. This has to be fixed correctly.
2005-06-06 twistiCode beautify.
2005-06-06 twistiAdded: utf_clone
2005-06-06 twistiDefined ACC_UNDEF, ACC_NONE: these are used internally
2005-06-06 twisti- removed old builtin table stuff
2005-06-06 twisti- added OS_DIR to SUBDIRS
2005-06-06 twistiPOINTERSIZE, CONSECUTIVE_FLOAT_ARGS: removed
2005-06-06 twistiInclude memory.h for OFFSET macro.
2005-06-06 twistiMoved ABI and machine dependent stuff into linux/ subdi...
2005-06-06 twistiMoved ABI and machine dependent stuff into darwin/...
2005-06-06 twistiAdded MMOVE macro.
2005-06-06 twistiAdded md_param_alloc.
2005-06-06 twisti- moved jit_init
2005-06-06 twistiIgnore nativetable.inc
2005-06-06 twistiUse memory macros.
2005-06-06 twisti- renamed arguments to fit classpath's
2005-06-06 twistiIgnore generated files.
2005-06-06 twistiContains builtin tables (internal, automatic). Included...
2005-05-31 twistiInclude OS_DIR.
2005-05-31 twisti- include <stdarg.h>
2005-05-31 twisti- removed lazy loading defines
2005-05-31 twistiRemoved lazy loading defines and old, unused code.
2005-05-31 twistiMany changes (nearly too much for one commit):
2005-05-31 twistiMachine dependent stuff.
2005-05-31 twistiRemoved ABI related stuff (now in OS_DIR/md-abi.h).
2005-05-31 twistiPatcher functions implemented.
2005-05-31 twisti- use monitorenter/exit macros
2005-05-31 twisti- defined PATCHER_MONITOREXIT and PATCHER_MARK_PATCHED_...
2005-05-31 twisti- include OS_DIR
2005-05-31 twistiInclude OS_DIR.
2005-05-31 twistiDefine OS_DIR for Makefiles.
2005-05-31 twistiWe don't need to save temporary registers in runverbose...
2005-05-29 twisti- killed panic, return NULL is error case
2005-05-27 twistigetCallingClass, getCallingClassLoader: implemented
2005-05-27 twistiCheck for pango only with gtk peer enabled.
2005-05-25 twistiDefined PATCHER_MONITORENTER/EXIT macros (i have some...
2005-05-24 christianMissing "regsneeded" renamed to intregsneeded (for...
2005-05-24 twisti- compilation fixes
2005-05-24 twisti- disabled gtk static build, problems with cairo
2005-05-23 edwinfixed missing linking check in get_array_class
2005-05-23 twistiInclude src/classpath/m4 for aclocal to get AM_ICONV...
2005-05-23 twistiCheck for additional libraries with STATIC_CLASSPATH...
2005-05-23 twistiAdded some libraries with STATIC_CLASSPATH (not finishe...
2005-05-23 twistiRemoved orphaned headers: made problems with java_lang_...
2005-05-23 twistiFixed: missing return statement at end of non-void...
2005-05-23 twistiKilled panic's.
2005-05-23 twistiAdded DISABLE_GC stuff.
2005-05-23 twisti- killed panic's
2005-05-23 twisti- killed panic's
2005-05-23 twisti- warning fixes
2005-05-23 twistiAdded USE_INLINING stuff.
2005-05-23 twistiAdded: --disable-gc, --disable-inlining (but currently...
2005-05-23 twistiAllocates memory with malloc (no GC).
2005-05-23 twistiAdded nogc.c
2005-05-23 twisti- dolog: don't use vsprintf, just print it out (no...
2005-05-23 twisti- removed _CODEGEN_INC_H_ define, it's no header
2005-05-23 twisti- line length changes
2005-05-23 twistiKilled panic's.
2005-05-23 twisti- killed panic's
2005-05-23 twistiUse dolog instead of sprintf/log_text, so no fixed...
2005-05-23 twisti- killed panic's
2005-05-23 twisti- killed panic's
2005-05-23 twistiUse log_message_class/log_message_class_message_class...
2005-05-23 twisti- killed panic's
2005-05-23 twisti- builtin_throw_exception, builtin_trace_args, builtin_...
2005-05-23 twisti- killed panic's
2005-05-23 twistiKilled panic's.
2005-05-22 twistiKilled panic's.
2005-05-21 twistiKilled panic's.
2005-05-21 twisti- killed panic's
2005-05-21 twistiKilled panic's.
2005-05-21 twistiAdded includes to prevent compiler warnings with STATIC...
2005-05-20 twisti- new_verifyerror takes varargs
2005-05-20 twistiKilled panic's.
2005-05-20 twisti- killed panic's
2005-05-20 twistiKilled panic's.
2005-05-20 twistiTypo in java_security_VMAccessController.h, so it was...
2005-05-20 jowennperhaps I should commit the implementation too
2005-05-20 twisti- killed panic's, replaced mostly by verify errors
2005-05-20 twistiKilled panic's, replaced by log_text/assert.
2005-05-19 jowennVMAccessController.getStack (currently leads in some...
2005-05-17 twistiKilled panic's.
2005-05-13 twistiAdded ADDITIONAL_STATIC_CLASSPATH_HEADER_FILES, which...
2005-05-13 twisti- added AM_CONDITIONAL for STATIC_CLASSPATH
2005-05-13 twisti#include "stringlocal.h"
2005-05-13 twisti- added missing INT_*, FLT_* defines
2005-05-13 twistiUse patcher_putfieldconst in ICMD_PUTFIELDCONST.
2005-05-13 twistiImplemented patcher_putfieldconst.
2005-05-13 twistiAdded missing defines PUTFIELDCONST: i386, alpha, mips
2005-05-13 twistiAdded i386 define for patcher_putfieldconst.
2005-05-13 twistiUse really long values for long field/static tests.
2005-05-13 twisti#include "vm/stringlocal.h"
2005-05-13 twisti- correct order of argument-register assigment/monitore...
next