cacao.git
2005-12-08 twisti* vm/jit/abi.h: Added.
2005-12-08 twisti* noinst_HEADERS: Added abi.h.
2005-12-08 twisti* Added register defines.
2005-12-08 twisti* exceptions_handle_exception: Better assert message.
2005-12-07 twisti* Removed accidentaly slipped in #if 0, we have to...
2005-12-07 twisti* codegen_ncode_increase: #ifdef'd ENABLE_INTRP.
2005-12-07 twisti* main (compileall): Print error and exception instead...
2005-12-07 twisti* load_class_bootstrap: Use new_noclassdeffounderror...
2005-12-07 anton* Dynamic superinstructions including patched instructi...
2005-12-07 anton* AC_ASM_SKIP16: Added.
2005-12-07 anton* OPT_NO_DYNAMIC: Added.
2005-12-07 anton* opt_no_dynamic: Added.
2005-12-07 anton* codegen_setup: Initialize dynamic superinstructions...
2005-12-07 anton* NCODEINITSIZE: Added.
2005-12-07 anton* asm_calljavafunction2: Changed void* to jni_callblock*.
2005-12-07 anton* Dynamic superinstructions added.
2005-12-06 twisti* asm_handle_exception: Much better, simpler and smalle...
2005-12-06 twisti* assert.h: Added.
2005-12-06 twisti* asm_handle_exception: Much better, simpler and smalle...
2005-12-05 twisti* asm_handle_exception: Use exceptions_handle_exception.
2005-12-05 twisti* offclassloaded, offclasslinked: Removed.
2005-12-05 twisti* classinfo: Removed loaded, linked members.
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-05 twisti* vm/exceptions.h: Removed.
2005-12-05 twisti* ENABLE_JIT: Forgot to define that for autconf.
2005-12-05 twisti* Use C comments.
2005-12-05 twisti* ffi_prep_closure: Use ansi asm and volatile names.
2005-12-05 twisti* vm/class.h: Added.
2005-12-05 twisti* We distribute these files only in releases, others...
2005-12-05 twisti* INCLUDES: ffi headers are generated fro .in files...
2005-12-05 twisti* vm/class.h: Added.
2005-12-05 twisti* vm/class.h: Added.
2005-12-05 twisti* ICMD_{PUT,GET}{STATIC,FIELD}: Don't set isleafmethod...
2005-12-05 twisti* JAVA_{PUT,GET}{STATIC,FIELD}: Removed isleafmethods...
2005-12-05 twisti* SUCK_BE_*: We can't use optimized version on MIPS...
2005-12-05 twisti* builtin_throw: Compile error and warning fixes.
2005-12-05 twisti* vm/class.h: Added.
2005-12-05 twisti* vm/class.h: Added.
2005-12-05 twisti* vm/tables.h: Removed.
2005-12-05 twisti* vm/class.h: Added.
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* vm/class.h: Added.
2005-12-03 twisti* patcher_get_putstatic: Replaced c->initialized by
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* --disable-debug added.
2005-12-03 twisti* Replaced c->initialized by (c->state & CLASS_INITIALI...
2005-12-03 twisti* Started to write our own zip handling code.
2005-12-03 twisti* tables.[ch]: Renamed to hashtable.[ch].
2005-12-03 twisti* Moved suck related stuff from loader and improved...
2005-12-03 twisti* exceptionentry: Added.
2005-12-03 twisti* vm/types.h, vm/jit/methodheader.h: Added.
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* initialize_class: Use c->state instead of old members...
2005-12-03 twisti* config.h, vm/types.h: Added.
2005-12-03 twisti* Removed a bunch of unused headers.
2005-12-03 twisti* java_lang_Class.h: Added.
2005-12-03 twisti* builtin_new: Replaced c->initialized by (c->state...
2005-12-03 twisti* Added ENABLE_DEBUG.
2005-12-03 twisti* patcher_get_putstatic: Replaced c->initialized by
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* Removed unused offsets.
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* exceptionentry: Moved to exceptions.h.
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* invokeNative: Replaced c->initialized by (c->state...
2005-12-03 twisti* Required by class.[ch] during bootstrapping.
2005-12-03 twisti* java_lang_Class.h: Moved to NO_GEN_HEADER_FILES.
2005-12-02 twisti* sys/stat.h, toolbox/util.h, vm/tables.h: Removed.
2005-12-02 twisti* config.h, vm/types.h, vm/class.h: Added.
2005-12-02 twisti* vm/tables.h: Removed.
2005-12-02 twisti* config.h: Added.
2005-12-01 twisti* vm/tables.h: Renamed to vm/hashtable.h.
2005-12-01 twisti* vm/tables.h: Renamed to vm/hashtable.h.
2005-12-01 twisti* tables.[ch]: Moved to hashtable.[ch] and removed...
2005-12-01 twisti* config.h, vm/types.h: Added.
2005-12-01 twisti* Removed tables.h include.
2005-12-01 twisti* main: Removed tables_close call.
2005-12-01 twisti* Added global hashtable_string.
2005-12-01 twisti* Renamed vm/tables.h to vm/hashtable.h.
2005-12-01 twisti* Removed vm/tables.h include.
2005-12-01 twisti* Removed vm/tables.h include.
2005-12-01 twisti* Renamed vm/tables.h to vm/hashtable.h.
2005-12-01 twisti* Renamed vm/tables.h to vm/hashtable.h.
2005-12-01 edwin* descriptor_to_basic_type: some minor cleanup
2005-12-01 edwin* desc_to_type: renamed to descriptor_to_basic_type...
2005-12-01 twisti* Renamed library_hash to hashtable_library and stuff...
2005-12-01 twisti* nativeLoad: Renamed native_library_hash_find to
2005-11-30 stefanbetter english
2005-11-30 antonbugfix: patchers now store spTOS before calling other...
2005-11-30 anton* md_init: Use line buffering on vm_out.
2005-11-29 anton* MCODECHECK: Removed lastmcodeptr calculation, now...
2005-11-29 anton* Added md-abi.h again (required for TRACE_ARGS_NUM).
2005-11-29 anton* codegen_increase: Check for lastmcodeptr != NULL...
2005-11-29 anton* main: Link the mainclass.
2005-11-28 edwin* descriptor.h: removed redundant comments
2005-11-28 edwin* classcache.c, classcache.h: make NDEBUG remove debug...
2005-11-28 edwin* loader.c: ifdef verifier code with ENABLE_VERIFIER
2005-11-28 edwin* codegen.c: ifdef athrow/areturn patcher with ENABLE_V...
2005-11-28 edwin* renamed CACAO_TYPECHECK to ENABLE_VERIFIER
next