cacao.git
2006-01-17 twisti* Updated to new classpath configure options.
2006-01-17 twisti* CLASSPATH_INSTALL_DIR: Renamed to CLASSPATH_PREFIX.
2006-01-17 twisti* CACAO_INSTALL_PREFIX: Renamed to CACAO_PREFIX.
2006-01-17 twisti* main: Removed CACAO_INSTALL_PREFIX and CLASSPATH_INST...
2006-01-17 twisti* Java_gnu_classpath_VMSystemProperties_preInit: Renamed
2006-01-17 twisti* CACAO_VM_ZIP_PATH: Prepend CACAO_PREFIX.
2006-01-17 twisti* CLASSPATH_INSTALL_DIR: Renamed to CLASSPATH_PREFIX.
2006-01-17 twisti* Added.
2006-01-17 twisti* m4/as-ac-expand.m4: Added.
2006-01-16 twisti* jni_init: Fixed small typo.
2006-01-16 twisti* Java_gnu_classpath_VMSystemProperties_preInit: Use...
2006-01-15 twisti* utf_java_nio_DirectByteBufferImpl_ReadWrite: Removed.
2006-01-15 twisti* native_new_and_init: Ooops, reverting last change...
2006-01-15 twisti* CLASSPATH_LIBRARY_PATH, CLASSPATH_GLIBJ_ZIP_PATH...
2006-01-15 twisti* native_findfunction: #ifdef ENABLE_STATICVM.
2006-01-15 twisti* native_new_and_init: Fixed return value.
2006-01-15 twisti* math.h: Added for isnan.
2006-01-15 twisti* JAVAC: Removed.
2006-01-15 twisti* Java_gnu_classpath_VMSystemProperties_preInit: Set...
2006-01-14 twisti* builtin_trace_args: Added callcount to verbose call...
2006-01-14 edwin* src/native/vm/Method.c (invokeNative): check class...
2006-01-13 twisti* codegen_setup: #ifdef datareferences.
2006-01-13 twisti* This class does not differ from the GNU classpath...
2006-01-13 twisti* defineClassWithTransformers: Added, updated to generi...
2006-01-13 twisti* codegendata: #ifdef datareferences member.
2006-01-13 twisti* codegen_finish: Moved data segment reference resolvin...
2006-01-13 twisti* dseg_resolve_datareferences: Added.
2006-01-13 twisti* Small reformatting.
2006-01-13 twisti* src/vm/jit/{i386,x86_64}/{dis-asm.h,i386-dis.c}:...
2006-01-13 twisti* ICMD_MULTIANEWARRAY: Usage of iptr->val.a and iptr...
2006-01-13 twisti* codegen.h: Added when ENABLE_JIT defined.
2006-01-13 twisti* ICMD_MULTIANEWARRAY: Usage of iptr->val.a and iptr...
2006-01-12 twisti* ICMD_MULTIANEWARRAY: Usage of iptr->val.a and iptr...
2006-01-12 twisti* arch.h: Added.
2006-01-12 twisti* GC_test_and_set: Removed 64-bit version since the...
2006-01-12 twisti* show_icmd: Use CLASS_IS_OR_ALMOST_INITIALIZED.
2006-01-12 twisti* initialize_class: Use CLASS_IS_OR_ALMOST_INITIALIZED.
2006-01-12 twisti* CLASS_IS_OR_ALMOST_INITIALIZED: Added.
2006-01-12 twisti* GETSTATIC_FLOAT, PUTSTATIC_FLOAT, GETFIELD_FLOAT...
2006-01-12 twisti* Some 64-bit big-endian bugfixes.
2006-01-12 twisti* 64-bit big-endian bugfix: replace s4 with ptrint.
2006-01-12 twisti* Imported for the interpreter.
2006-01-12 twisti* Added powerpc64 target.
2006-01-12 twisti* intrp_disassinstr, intrp_disassemble: Added.
2006-01-12 twisti* vm/options.h: Added.
2006-01-12 twisti* config.h, vm/types.h: Added.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION* macros.
2006-01-12 twisti* thread_addstaticcritical: Quick hack: #ifdef ENABLE_JIT
2006-01-12 twisti* vm/options.h: Added.
2006-01-12 twisti* Fixed a lot of compiler warnings (functionptr ->...
2006-01-12 twisti* regs: Removed.
2006-01-12 twisti* ICMD_MULTIANEWARRAY: Usage of iptr->val.a and iptr...
2006-01-12 twisti* builtin_gen_table: #if function according to arch.h.
2006-01-12 twisti* verify_multianewarray: Usage iptr->val.a and iptr...
2006-01-12 twisti* JAVA_MULTIANEWARRAY: Pass c in iptr->val.a and cr...
2006-01-12 twisti* codegen_createnativestub: #ifdef ENABLE_JIT md_param_...
2006-01-12 twisti* analyse_stack: #ifdef ENBALE_JIT md_return_alloc...
2006-01-12 twisti* builtintable_internal: Removed ICMD_CHECKCAST.
2006-01-12 twisti* Prefixed functions with intrp_.
2006-01-12 twisti* md_init, md_stacktrace_get_returnaddress: Prefixed...
2006-01-12 twisti* Prefix functions with intrp_.
2006-01-12 twisti* Use ptrint instead of s8 in some places.
2006-01-12 twisti* Use DISASSINSTR macro.
2006-01-12 michi* Comment updated (for asm_cacheflush)
2006-01-12 twisti* intrp_createcompilerstub, intrp_createnativestub...
2006-01-12 twisti* codegen.h: Include only for some archs.
2006-01-12 twisti* intrp_md_stacktrace_get_returnaddress: Added.
2006-01-12 twisti* cacao_stacktrace_fillInStackTrace: #ifdef md_stacktra...
2006-01-12 twisti* Seperate ENABLE_JIT and ENABLE_INTRP.
2006-01-12 twisti* config.h: Added.
2006-01-12 twisti* jit_compile_intern: #ifdef codegen call to support...
2006-01-12 twisti* DISASSINSTR, DISASSEMBLE: Added.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION macro.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION_INT macro.
2006-01-12 twisti* intrp_asm_calljavafunction, intrp_createcompilerstub,
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION macros.
2006-01-12 twisti* link_class_intern: #ifdef createcompilerstub call...
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION macros.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION_ADR macro.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION macro.
2006-01-12 twisti* intrp_md_init: Added.
2006-01-12 twisti* Check explicitly for isnan.
2006-01-12 twisti* print_dynamic_super_statistics: Added from intrp.
2006-01-12 michi* Included md-abi.h (needed for REG_SPLIT on Arm)
2006-01-12 twisti* We have to use a machine dependent arch.h.
2006-01-11 twisti* vm/jit/codegen.inc.h: Removed.
2006-01-11 twisti* ICMD_F2I, ICMD_D2I, ICMD_F2L, ICMD_D2L: #if 0.
2006-01-11 twisti* SUPPORT_FMOD: Removed.
2006-01-10 twisti* SUPPORT_FMOD: Removed.
2006-01-10 twisti* SUPPORT_FMOD: Removed.
2006-01-10 twisti* EXTRA_DIST: Added ChangeLog-2005.
2006-01-10 twisti* SUPPORT_FMOD: Removed.
2006-01-10 twisti* asm_getclassvalues_atomic: Replaced with ASM_GETCLASS...
2006-01-10 twisti* ASM_CALLJAVAFUNCTION, ASM_CALLJAVAFUNCTION_ADR, ASM_C...
2006-01-10 twisti* SUPPORT_IFCVT: Replaced with SUPPORT_I2F or SUPPORT_I2D.
2006-01-10 twisti* exceptions_throw_negativearraysizeexception: Use
2006-01-10 twisti* exceptions_throw_classformaterror,
2006-01-10 twisti* exceptions_throw_classformaterror: Use this function.
2006-01-10 twisti* exceptions_throw_nullpointerexception: Use this function.
2006-01-10 twisti* exceptions_throw_nullpointerexception,
next