* src/vm/jit/alpha/md-abi.c (regs): Renamed to
[cacao.git] / src / cacaoh /
2007-02-05 twisti* src/cacaoh/dummy.c (builtin_clone, builtin_isanysubclass)
2007-01-31 twisti* src/cacaoh/dummy.c (pthread.h): Added.
2007-01-31 twisti* src/toolbox/logging.c (log_start): Uncommented thread...
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2007-01-19 edwin* src/vm/options.h, src/vm/method.c, src/vm/jit/inline...
2007-01-16 twisti* src/cacaoh/headers.c (asm_compare_and_swap): Added.
2007-01-10 twisti* src/vm/suck.c (suck_add): Use vm_abort instead of
2006-12-27 twisti* src/vm/class.c: Java ME changes.
2006-12-27 twisti* configure.ac (--with-classpath-glibj-zip): Renamed to
2006-11-21 twisti* src/vm/builtin.c [DISABLE_GC] (builtin_idiv): Added.
2006-11-15 twisti* src/cacaoh/headers.c (cacao_prefix, classpath_libdir...
2006-11-12 edwin* src/cacaoh/headers.c (inline_debug_log): Added dummy...
2006-11-12 edwin* src/cacaoh/headers.c (jit_invalidate_code): Added...
2006-11-08 twisti* src/vm/exceptions.c (new_nullpointerexception): Renam...
2006-11-04 michi* src/mm/boehm.h: Renamed to gc-common.h
2006-10-31 twisti* src/vm/jit/optimizing/profile.c: Added.
2006-10-30 edwin* src/mm/memory.h (ALIGN): Renamed to MEMORY_ALIGN.
2006-10-29 edwin* src/cacaoh/headers.c (vm_abort): Print the error...
2006-10-20 twisti* src/vm/jit/jit.c (jit_init) [ENABLE_JIT]: Call stack_...
2006-10-20 twisti* src/vm/suck.c (vm/vm.h): Added.
2006-10-20 twisti* src/vm/signal.c (signal_init): Added dummy allocation...
2006-10-19 twisti* src/vm/jit/stacktrace.c (stacktrace_dump_trace):...
2006-10-11 edwin* src/cacaoh/headers.c (typeinfo_print_short): Stub...
2006-09-30 edwinMerged r5589 and r5590 from trunk:
2006-09-29 edwinMerged r5573, r5574, r5577, r5578, and r5579 from trunk.
2006-09-05 twisti* src/cacaoh/headers.c: Use a dummy flag for natively...
2006-08-25 twisti* src/vm/exceptions.c (new_illegalmonitorstateexception...
2006-08-18 twisti* src/vm/exceptions.c (new_arraystoreexception): Renamed to
2006-08-08 edwin* src/vm/access.h, src/vm/access.c (access_check_caller...
2006-07-31 twisti* src/native/vm/gnu_java_lang_management_VMThreadMXBean...
2006-07-21 twisti* src/vm/exceptions.c (new_verifyerror): Renamed to
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-07-06 twisti* src/vm/method.h (methodinfo): Removed isleafmethod...
2006-06-28 twisti* src/vm/utf8.c (utf_java_lang_AbstractMethodError...
2006-06-19 twisti* src/vm/jit/methodheader.h (MethodPointer): Removed.
2006-06-14 motse* src/vm/loader.c (load_class_from_classloader): Add...
2006-06-06 motsesrc/native/vm/VMVirtualMachine.c (unregisterEvent)...
2006-06-06 twisti* configure.ac (VM_ZIP_STRING): Removed.
2006-05-22 twisti* src/vm/vm.c (vm_abort): New method.
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: The Big utf_* Renaming.
2006-05-05 edwin* src/vm/utf8.c, src/vm/utf8.h (utf_strlen): Renamed to
2006-04-19 edwin* src/vm/builtin.c (builtin_print_cycles_stats): Added.
2006-04-13 edwin* src/vm/rt-timing.h (RT_TIMING_TIME_DIFF): Added.
2006-03-16 twisti* src/vm/jit/tools/Makefile.am, src/vm/jit/verify/Makef...
2006-03-14 edwin* src/vm/method.h (methodinfo): Moved `entrypoint`...
2006-03-14 edwin* src/vm/jit/code.c, src/vm/jit/code.h: Files added.
2006-03-07 twisti* src/cacaoh/headers.c (intrp_main_stack): Changed...
2006-03-06 twisti* src/vm/jit/powerpc/linux/Makefile.am (LIBS): Added...
2006-03-05 twisti* src/vm/vm.c (vm_call_method_intern): Removed.
2006-03-04 twisti* src/vm/global.h (jni_callblock): Removed.
2006-02-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-02-04 twisti* src/vm/jit/stacktrace.h (stacktrace_getCallingClassLo...
2006-01-28 twisti* src/vm/method.c (method_descriptor2types): Removed.
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* src/boehm-gc/.cvsignore, src/boehm-gc/include/.cvsignore,
2006-01-18 twisti* main: Call nogc_init for DISABLE_GC.
2006-01-17 twisti* main: Removed CACAO_INSTALL_PREFIX and CLASSPATH_INST...
2006-01-12 twisti* intrp_asm_calljavafunction, intrp_createcompilerstub,
2006-01-12 twisti* print_dynamic_super_statistics: Added from intrp.
2006-01-10 twisti* exceptions_throw_classformaterror,
2005-12-20 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-13 twisti* Define options as an enum.
2005-12-10 twisti* main: Added suck_add.
2005-12-01 twisti* Removed vm/tables.h include.
2005-12-01 twisti* Renamed vm/tables.h to vm/hashtable.h.
2005-11-26 edwin* added exceptions_new_linkageerror
2005-11-26 twisti* asm_call_jit_compiler: Removed.
2005-11-22 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-16 twisti* Initialize subsystems in correct order.
2005-11-16 twisti* throw_main_exception_exit: Added.
2005-11-11 twisti* exceptions_print_exception: Added.
2005-11-08 edwintypeinfo.h: rewrote some macros as functions
2005-11-08 twisti* exceptions_new_nosuchmethoderror: Added.
2005-11-07 twisti* exceptions_throw_outofmemory_exit: Added.
2005-11-03 twisti* threads renaming changes.
2005-11-03 twisti* new_illegalmonitorstateexception: Added.
2005-10-20 edwinAdded new_noclassdeffounderror and a function to convert
2005-10-12 twisti* stacktrace_print_trace: Added.
2005-10-11 twisti* bindir: Removed.
2005-09-29 twisti* GNU classpath removal changes.
2005-09-29 twisti* cacaoh: Added.
2005-09-21 twisti* new_classnotfoundexception: Added.
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-09-17 twisti* Renamed _exceptionptr to _no_threads_exceptionptr.
2005-09-16 twisti* intrp_main_stack: Added.
2005-09-15 twisti* main: Removed log_cputime call.
2005-07-09 twisti* cacao_catch_Handler: removed
2005-06-30 twisti* OPT_VERBOSE: added load/linkverbose
2005-06-30 twisti* native_findfunction: return non-NULL, otherwise we...
2005-06-28 twisti* Link against fdlibm instead of libm
2005-06-28 twisti* new_exception_javastring: added
2005-06-23 edwinexception handling in typeinfo.c and typecheck.c
2005-06-22 edwinadded stubs for typeinfo functions
2005-06-20 edwinadded stub for typeinfo_init_class
2005-06-14 twisti* --disable-gc bug fixes
2005-06-13 twisti* codegen native stub changes
2005-06-13 twisti* Use load_class_bootstrap return value
2005-06-06 twistiAdded md_param_alloc.
next