cacao.git
2005-11-07 twisti* INCLUDES: Added OS_DIR.
2005-11-07 twisti* Java 1.5 support changes.
2005-11-07 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-07 twisti* PATCHER_builtin_new, PATCHER_builtin_newarray,
2005-11-07 twisti* Java 1.5 support changes.
2005-11-07 twisti* M_LSUB, M_LSUB_IMM32, M_AND, M_IAND, M_IAND_IMM,...
2005-11-07 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-07 twisti* Java 1.5 support changes.
2005-11-07 twisti* ICMD_ARRAYCHECKCAST: Removed due to Java 1.5 changes.
2005-11-07 twisti* OP*: Macros reformatted.
2005-11-07 twisti* Java 1.5 support changes.
2005-11-07 twisti* LOADCONST_A_CLASS: Added.
2005-11-07 twisti* builtin_canstore: Some reformatting.
2005-11-07 twisti* exceptions_throw_outofmemory_exit: Added.
2005-11-07 twisti* exceptions_throw_outofmemory_exit: Added.
2005-11-07 twisti* memory_checked_alloc, mem_realloc: Use exceptions_thr...
2005-11-07 twisti* gc_out_of_memory: Use exceptions_throw_outofmemory_ex...
2005-11-07 twisti* MAJOR_VERSION: Updated to 49.
2005-11-07 christianComment added why integer return register is not precol...
2005-11-07 twisti* DISABLE_GC: Defined.
2005-11-07 twisti* asm_call_jit_compiler: Argument save/restore offsets...
2005-11-07 twisti* get: Warning fix.
2005-11-07 twisti* DIST_SUBDIRS, SUBDIRS: Moved to top.
2005-11-07 twisti* DIST_SUBDIRS: Added.
2005-11-06 twisti* Fix line number problem in exception stubs: we can...
2005-11-06 twisti* Fix line number problem in exception stubs: we can...
2005-11-06 twisti* Fix line number problem in exception stubs: we can...
2005-11-06 twisti* darwin: Fixed small typo.
2005-11-06 motseforgot to include a few header files
2005-11-06 twisti* GEN_JVMTI_HEADER_FILES: Added, fixed small type,...
2005-11-06 twisti* VMFrame.c, VMVirtualMachine.c: Added, compile only...
2005-11-06 motseadd check for ENABLE_JVMTI
2005-11-06 motsesplit VMjvmti.c in VMVirtualMachine.c and VMFrame.c
2005-11-06 motseignore for jvmti header files added
2005-11-06 twisti* x86_64_emit_ishift, x86_64_emit_lshift: Bugfix where...
2005-11-06 twisti* asm_wrapper_patcher: We now use %rbp to address the...
2005-11-06 twisti* bp: Defined.
2005-11-06 motseVMjdwp/VMjvmti new makefile entries
2005-11-05 twisti* codegen_findmethod: Use structure in local stackframe...
2005-11-05 twisti* main: Call nogc_init at the very beginning for DISABL...
2005-11-05 twisti* nogc_init, nogc_realloc: Added for DISABLE_GC.
2005-11-05 twisti* nogc_realloc, heap_free, nogc_init: Added.
2005-11-05 twisti* Define some macros differently for DISABLE_GC, alloca...
2005-11-05 twisti* builtin_new: Check for java.lang.InstantiationError.
2005-11-05 twisti* string_java_lang_InstantiationError: Added.
2005-11-05 twisti* show_icmd: Fixed ICMD_ARRAYCHECKCAST output.
2005-11-05 twisti* asm_call_jit_compiler: Renamed _exceptionptr to _no_t...
2005-11-05 twisti* createnativestub: Renamed _exceptionptr to _no_thread...
2005-11-05 twisti* JAVA_GET/PUT*: Removed __POWERPC__ define, since...
2005-11-05 twisti* JAVA_GET/PUT*, JAVA_CHECKCAST, JAVA_INSTANCEOF: Remov...
2005-11-05 twisti* currentThread: Assign return value to variable, this...
2005-11-05 twisti* Only added some debug output for mips and powerpc...
2005-11-05 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-04 motsealmost all required function implemented - first integr...
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-04 twisti* M_XOR, M_CLR: Added.
2005-11-04 twisti* createnativestub: Call trace fixes.
2005-11-04 twisti* verify_builtin: Use classinfo instead of vftbl for...
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-04 twisti* JAVA_ANEWARRAY, JAVA_MULTIANEWARRAY, JAVA_CHECKCAST...
2005-11-04 twisti* M_IMOV_IMM: Added.
2005-11-04 twisti* builtin_arrayinstanceof, builtin_arraycheckcast,...
2005-11-04 twisti* fill_callblock_from_objectarray: Pass classinfo to
2005-11-04 twisti* config.h, vm/types.h: Added.
2005-11-04 twisti* defineClass: Renamed arguments so they fit to the...
2005-11-03 twisti* CallStatic*Method*: Some cleanups and correct log...
2005-11-03 twisti* Added mips32 stuff.
2005-11-03 twisti* patcher_athrow_areturn changes.
2005-11-03 twisti* thread_restartcriticalsection: Added.
2005-11-03 twisti* Finalizer thread changes.
2005-11-03 twisti* Some functions renamed.
2005-11-03 twisti* codememlock: #ifdef for threads.
2005-11-03 twisti* runboehmfinalizer: Removed.
2005-11-03 twisti* start: threads changes.
2005-11-03 twisti* _no_threads_localref_table: Made non-static.
2005-11-03 twisti* threads renaming changes.
2005-11-03 twisti* new_illegalmonitorstateexception: Added.
2005-11-03 twisti* Finalizer thread changes.
2005-11-03 twisti* Finalizer thread and stuff required for that.
2005-11-03 twisti* finalizer.[ch]: Added.
2005-11-03 twisti* threads_dump: Renamed from thread_dump.
2005-11-03 twisti* class_java_lang_IllegalMonitorStateException: Added.
2005-11-03 twisti* utf_java_lang_IllegalMonitorStateException: Added.
2005-11-03 twisti* --disable-threads fixes.
2005-11-03 twisti* gnu_classpath_Pointer.h: Added, required by java_lang...
2005-11-03 twisti* Updated.
2005-11-03 twisti* Regenerated with GNU classpath 0.19 files.
2005-11-03 twisti* genall: Added, generates the headers which are in...
2005-11-03 twisti* CHECK_MONITORSTATE: Check for lr == NULL, this is...
2005-11-03 twisti* Updated to classpath-0.19 versions.
2005-11-02 twisti* preInit: When GC is disabled, we add constant strings...
2005-11-02 twisti* Map the whole heap to a specific address (0x10000000...
2005-11-02 twisti* stackcall_realloc, heap_reallocate: Removed.
2005-11-02 twisti* preInit: Set java.vendor and java.vendor.url to GNU...
2005-11-01 twisti* config.h, vm/types.h: Added include.
2005-11-01 edwinfix in linker: do not store self-reference for bootload...
2005-11-01 twisti2005-11-01 Christian Thalinger <twisti@complang.tuwie...
2005-11-01 twisti* getDeclaredClasses: Mauve bugfix, we took the wrong...
next