cacao.git
2005-10-24 edwinadded more detailed statistics to typecheck.c
2005-10-24 twisti* LREM: Bugfix, we accidentaly overwrote REG_ITMP2...
2005-10-24 twisti* M_CMP, M_CMP_IMM, M_CMP_MEMBASE: Added.
2005-10-24 twisti* CFLAGS: Use default only if nothing's specified.
2005-10-21 twisti* Define OS_INLINE for darwin.
2005-10-21 twisti* types.h: Include path fixed.
2005-10-21 twisti* types.h: Include path fixed.
2005-10-21 twisti* ICMD_ATHROW, ICMD_ARETURN: Added patcher stub calls.
2005-10-21 twisti* patcher_athrow_areturn: Added.
2005-10-21 twisti* Patcher stub call nop'ing stuff added.
2005-10-21 twisti* PATCHER_CALL_SIZE: Added.
2005-10-21 twisti* patcher_athrow_areturn: Added.
2005-10-21 twisti* ICMD_ATHROW, ICMD_ARETURN: Added patcher stub call.
2005-10-21 twisti* memory_cnew: Added.
2005-10-21 twisti* memory_cnew: Added.
2005-10-21 twisti* lastmcodeptr: Stuff added.
2005-10-21 twisti* PATCHER_CALL_SIZE: Added.
2005-10-21 twisti* patcher_athrow_areturn: Added.
2005-10-21 twisti* codegen_increase: We also need to set the lastmcodept...
2005-10-21 twisti* ICMD_ARETURN: Added patcher call, missed in last...
2005-10-21 twisti* patcher_athrow_areturn: Fixed comment.
2005-10-21 twisti* Added stuff to nop the missing space for patcher...
2005-10-21 twisti* config.h: Added.
2005-10-21 twisti* patcher_athrow_areturn: Added.
2005-10-21 twisti* dseg_addlinenumbertablesize: Do padding on all 64...
2005-10-21 twisti* codegendata: Added lastmcodeptr.
2005-10-20 edwinadded Changes: Edwin Steiner to exceptions.[ch]
2005-10-20 edwinsmall fix in classnotfoundexception_to_noclassdeffounderror
2005-10-20 edwininclude vm/resolve.h in patchers
2005-10-20 edwinremoved helper.h #includes
2005-10-20 edwinremoved helper.[ch]
2005-10-20 edwinreplace helper_* calls in the pathers with calls to...
2005-10-20 edwinadded resolve_*_eager functions
2005-10-20 edwinAdded new_noclassdeffounderror and a function to convert
2005-10-19 twisti* cacao_get_field_address: Check if we should bypass...
2005-10-19 twisti* set: Assigment bugfix, wrong variable used. Maybe...
2005-10-19 twisti* callingMethodCollector: Return [1] element since...
2005-10-19 twisti* Second part of the rewrite, seems quite ok now and...
2005-10-19 twisti* new_illegalargumentexception: Added.
2005-10-19 twisti* utf_java_lang_IllegalArgumentException: Added.
2005-10-19 twisti* class_java_lang_IllegalArgumentException: Added.
2005-10-19 twisti* is_accessible_class: Renamed to access_is_accessible_...
2005-10-19 twisti* config.h, vm/types.h: Added.
2005-10-19 twisti* Fixed file path.
2005-10-19 twisti* Smaller fixes, nothing important.
2005-10-19 twisti* Use noinst_DATA target for header files since all...
2005-10-19 twisti* Arghhh! Sorry...
2005-10-19 twisti* class_findfield_approx, class_findfield_index_approx...
2005-10-19 twisti* First part of rewrite, get/setXXX functions are now...
2005-10-18 twisti* We have to configure all sub packages, otherwise...
2005-10-18 twisti* types.h: Fixed include path.
2005-10-18 twisti* disassinstr: 32-bit output and warning fixes.
2005-10-17 edwinmake NDEBUG disable TYPEINFO_DEBUG and TYPECHECK_DEBUG
2005-10-14 twisti* Updated to boehm-gc 6.6
2005-10-14 twisti* DefineClass, GetSuperclass, NewObjectA: Add return...
2005-10-14 twisti* getDeclaredClasses, getDeclaringClass: Fixes the...
2005-10-13 edwindo not throw exceptions for missing fields/methods...
2005-10-13 edwinreplaced TYPEINFO_INIT_FROM_CLASSREF_OR_CLASSINFO with...
2005-10-13 twisti* NewLocalRef: Keep the compiler happy, return a value.
2005-10-13 twisti* asm_call_jit_compiler: Use md_assembler_get_patch_add...
2005-10-13 twisti* md_assembler_get_patch_address: Added.
2005-10-13 twisti* createnativestub: Local references table changes.
2005-10-13 twisti* Ignore *.class
2005-10-13 edwinfix bug when calling Java method with return type long
2005-10-13 twisti* createnativestub: Local references changes.
2005-10-13 twisti* -mx options fix.
2005-10-12 twisti* createnativestub: Local references changes, restore...
2005-10-12 twisti* createnativestub: Local references changes.
2005-10-12 twisti* java_lang_VMThrowable.h: Added.
2005-10-12 twisti* main: Call jni_init().
2005-10-12 twisti* heap_alloc_uncollectable: Clear allocated memory.
2005-10-12 twisti* utf_remove, utf_put, utf_get, utf_value: Added.
2005-10-12 twisti* builtin_new, builtin_newarray: Don't memset memory...
2005-10-12 twisti* class_create_classinfo: Don't set field to 0 values...
2005-10-12 twisti* load_class_from_classbuffer: GCNEW renamed to GCNEW_U...
2005-10-12 twisti* createnativestub: Local references table changes.
2005-10-12 twisti* codegen_addxcheckarefs: Removed.
2005-10-12 twisti* codegendata: xcheckarefs removed.
2005-10-12 twisti* stacktrace_dump_trace: Use stacktrace_print_trace...
2005-10-12 twisti* stacktrace_print_trace: Added.
2005-10-12 twisti* method_free: Warning fix.
2005-10-12 twisti* Include stdlib.h
2005-10-12 twisti* USE_CODEMMAP: Removed.
2005-10-12 twisti* Added local references stuff.
2005-10-12 twisti* localref_table: Added.
2005-10-12 twisti* Added vm/global.h include.
2005-10-12 twisti* start: If we use no threads, just return a Thread...
2005-10-12 twisti* nativethread: _dontfillinexceptionstacktrace, _thread...
2005-10-12 twisti* GCNEW renamed to GCNEW_UNCOLLECTABLE.
2005-10-12 twisti* USE_CODEMMAP: Removed.
2005-10-11 twisti* bindir: Removed.
2005-10-11 twisti* bindir: Removed, install in cnofigured bindir.
2005-10-11 twisti* exec_prefix, bindir: Added.
2005-10-11 twisti* bindir: Removed, install in configured bindir.
2005-10-11 twisti* src/scripts/cacao, src/scripts/javac: Removed.
2005-10-11 twisti* Removed mmap stuff, which was not thread safe (maybe...
2005-10-11 twisti* Added some array instanceof checks, suggested by...
2005-10-10 edwinbuiltin_arrayinstanceof: return 0 if object == NULL
2005-10-10 edwinfor ATHROW and ARETURN: set iptr->val.a = NULL in parse.c
2005-10-10 twisti* ICMD_ATHROW, ICMD_ARETURN: Generate a call to the...
next