cacao.git
2006-06-06 michi* doc/handbook/arm.tex: Added.
2006-06-06 twisti* tests/regression/Makefile.am (JAVAFLAGS): Use flat...
2006-06-06 twisti* .externalToolBuilders/CacaoConfigure.launch: Updated...
2006-06-06 twisti* configure.ac (VM_ZIP_STRING): Removed.
2006-06-01 edwin* src/vm/jit/stack.h (NEW_CHECKOVERFLOW): New macro.
2006-06-01 edwin* src/vm/jit/parse.c (new_parse): Use temporary fields...
2006-06-01 edwin* src/vm/jit/parse.h (new_block_insert): New macro.
2006-06-01 edwin* src/vm/jit/jit.h (jitdata): Added temporary fields...
2006-06-01 edwin* src/vm/resolve.c (new_resolve_field_lazy): New method...
2006-06-01 edwin* src/vm/jit/jit.c (jcommandsize): Reformatted prettily...
2006-06-01 edwin* src/vm/jit/jit.h (ICMD_CHECKNULL_POP): New ICMD.
2006-06-01 edwin* src/vm/jit/parse.h: Reworked and documented macros...
2006-05-31 edwin* src/vm/jit/jit.h: Whitespace cleanup and comments.
2006-05-31 edwin* src/vm/jit/parse.c (parse): Removed unnecessary varia...
2006-05-31 edwin* src/vm/jit/parse.c (new_parse): Implement LOOKUPSWITC...
2006-05-31 twisti* src/native/jvmti/Makefile.am (INCLUDES): Renamed...
2006-05-31 edwin* src/vm/jit/ifconv/ifconv.c (show.h): Include this...
2006-05-31 edwin* src/vm/jit/show.c (show_init): Do not define this...
2006-05-31 edwin* src/vm/jit/show.h: New file.
2006-05-31 edwin* src/vm/jit/jit.h (s3_operant_t): Typo fixed to s3_ope...
2006-05-31 motsesrc/native/vm/VMVirtualMachine.c (suspendThread): print...
2006-05-31 twisti* src/vm/jit/x86_64/md-emit.h (IS_IMM8, IS_IMM32):...
2006-05-31 twisti* src/vm/jit/x86_64/emit.c: Use new emit methods, saves...
2006-05-30 edwin* src/vm/jit/parse.c (new_parse): Worked on implementin...
2006-05-30 edwin* src/vm/jit/parse.h (new_instruction): Moved `bte...
2006-05-29 edwin* src/vm/jit/jit.h (subroutineinfo): Removed unused...
2006-05-29 edwin* src/vm/jit/parse.h: New macros for new instruction...
2006-05-29 edwin* src/vm/jit/parse.h: Reordered and commented macros...
2006-05-29 edwin* src/vm/jit/parse.c (new_parse): New function. This...
2006-05-29 edwin* src/vm/jit/jit.h (new_instruction): Committed the...
2006-05-29 twisti* Tagging 0.96.
2006-05-29 twisti* configure.ac (AC_INIT): Changed to 0.96+svn.
2006-05-29 twisti* ChangeLog: Updated.
2006-05-29 twisti* configure.ac (AC_INIT): Changed to version 0.96.
2006-05-29 twisti* src/vm/vm.c (usage): Removed new-line.
2006-05-29 twisti* src/vm/vm.c (OPT_GLIBJ): Added.
2006-05-29 edwin* src/vm/linker.c (link_class_intern): On i386 align...
2006-05-29 twisti* src/threads/native/critical.h (signal.h): Added,...
2006-05-29 twisti* NEWS: Added a lot of stuff.
2006-05-29 twisti* src/cacao/Makefile.am: Renamed libcacaovm.so to libjv...
2006-05-29 motsesrc/native/jni.c: removed jvmti.h included cacaodbg...
2006-05-26 edwin* src/toolbox/logging.h (stdarg.h): Include it here...
2006-05-26 twisti* src/vm/jit/powerpc/linux/md-os.c (thread_restartcriti...
2006-05-26 edwin* NEWS: Added unicode cleanup.
2006-05-26 edwin* NEWS: Added tasuki locks and other news.
2006-05-26 motsesrc/native/jvmti/jvmti.c (GetClassStatus): bugfix ...
2006-05-26 edwin* src/vm/jit/stacktrace.c (stacktrace_remove_stackframe...
2006-05-26 twisti* src/vm/jit/powerpc/linux/md-os.c (thread_restartcriti...
2006-05-26 edwin* src/vm/builtin.c (builtin_init): Documented.
2006-05-26 edwin* src/vm/loader.h: Comment update.
2006-05-26 twisti* src/vm/properties.c (properties_system_add): Changed
2006-05-26 edwin* src/vm/class.c (class_resolveclassmethod): Removed...
2006-05-26 edwin* src/native/jni.c (DefineClass): Use javastring_new_fr...
2006-05-26 twisti* src/mm/boehm.c (stackcall_malloc_atomic): Removed.
2006-05-25 motsesrc/vm/vm.c(usage): added information for jvmti agent...
2006-05-25 twisti* vm/jit/intrp/intrp.h (global_sp): Added space, yeah...
2006-05-25 twisti* NEWS: Sorry.
2006-05-25 twisti* src/vm/vm.c (HEAP_MAXSIZE): Changed to 128MB.
2006-05-25 twisti* src/vm/jit/x86_64/md-emit.h (emit_movl_reg_reg):...
2006-05-25 edwin* configure.ac: Disable inlining and lsra by default.
2006-05-24 twisti* src/threads/native/threads.c (threads_startup_thread...
2006-05-24 twisti* configure.ac: Added INTRP_CFLAGS.
2006-05-24 motsesrc/vm/vm.c (vm_exit): only set JVMTI_PHASE_DEAD if...
2006-05-23 motsesrc/vm/classcache.c: export CLASSCACHE_LOCK/UNLOCK...
2006-05-23 motsesrc/vm/vm.c (vm_create): rename jvmti function calls
2006-05-23 twisti* src/vm/jit/x86_64/codegen.c: Changed the code generat...
2006-05-23 twisti* src/vm/options.c (opt_heapmaxsize, opt_heapstartsize...
2006-05-23 twisti* src/vm/jit/x86_64/emit.c (emit_movl_reg_reg): New...
2006-05-22 twisti* configure.ac: Added --with-classpath-includedir.
2006-05-22 twisti* NEWS: Some news.
2006-05-22 twisti* src/vm/vm.c (vm_abort): New method.
2006-05-18 edwin* src/threads/native/lock.h, src/threads/native/lock...
2006-05-18 twisti* src/vm/properties.c (properties_get): Search the...
2006-05-18 twisti* src/vm/vm.c (version): Print default and runtime...
2006-05-17 twisti* configure.ac: Don't export BOOTCLASSPATH, that makes...
2006-05-17 twisti* src/vm/jit/powerpc/codegen.c (createnativestub):...
2006-05-16 twisti* src/vm/jit/powerpc/codegen.c (codegen): Bugfix: use...
2006-05-16 edwin* src/threads/native/lock.c: Fixed comment formatting.
2006-05-15 edwin* src/vm/jit/i386/machine-instr.h (compare_and_swap...
2006-05-15 twisti* configure.ac: Export BOOTCLASSPATH for javac check.
2006-05-15 edwin* src/vm/jit/inline/inline_debug.c: Renamed to src...
2006-05-15 edwin* src/threads/native/lock.c (lock_record_remove_waiter...
2006-05-15 edwin* src/threads/native/lock.h, src/threads/native/lock.c
2006-05-15 edwin* configure.ac (src/threads/green/Makefile): Removed...
2006-05-15 edwin* src/threads/native/lock.h (lock_record_pool_header_t...
2006-05-15 twisti* THIRDPARTY: Removed green threads stuff.
2006-05-15 twisti* src/vm/jit/alpha/asmpart.S (asm_perform_threadswitch)
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-15 twisti* src/vm/jit/asmpart.h (calljava_xhandler2): Not requir...
2006-05-15 twisti* src/threads/native/threads.c (sem_init, sem_post...
2006-05-15 edwin* src/threads/native/lock.c (THIN_UNLOCKED): Abstracted...
2006-05-15 edwin* src/threads/native/lock.c: Added reference to thin...
2006-05-14 edwin* src/threads/native/lock.c: Thin lock implementation.
2006-05-14 edwin* src/threads/native/lock.c (lock_record_free_pools...
2006-05-14 edwin* src/threads/native/threads.c (threads_table_init...
2006-05-14 edwin* src/threads/native/threads.h, src/threads/native...
2006-05-14 edwin* src/threads/native/lock.c, src/threads/native/lock...
2006-05-14 edwin* src/threads/native/threads.c (threads_calc_absolute_t...
2006-05-13 edwin* src/threads/native/lock.c (lock_init_thread_lock_reco...
2006-05-13 edwin* src/threads/native/threads.c, src/threads/native...
next