cacao.git
2005-07-27 twisti* Removed unnecessary opt_showdisassemble stuff.
2005-07-27 twisti* Bugfix from arm-linux, boehm works now.
2005-07-27 twisti* Added src/vm/jit/mips/irix/Makefile
2005-07-27 twisti* Added irix subdirectory.
2005-07-27 twisti* Bugfix: Include config.h, SIZEOF_VOID_P was not defined
2005-07-27 twisti* Print name of test before it's run.
2005-07-27 twisti* Handling of overflow in load/store intructions implem...
2005-07-27 twisti* codegen_findmethod: Implemented to work with 3 instru...
2005-07-27 twisti* Warning fix
2005-07-26 twisti* RISC instruction overflow tests.
2005-07-24 twisti* Pass displacement to patcher functions.
2005-07-24 twisti* Pass load/store displacement to the patcher functions...
2005-07-24 twisti* codegen_findmethod: Use the new M_LDA macro after...
2005-07-24 twisti* M_LDA, M_ILD, M_LLD, M_IST, M_LST, M_FLD, M_DLD,...
2005-07-24 michireg_of_var: Special handling of splittet variables...
2005-07-24 twisti* Added StackDisplacementOverflow test.
2005-07-24 michi* reg_setup: Enabled splitting of long arguments across...
2005-07-24 michi* ICMD_INVOKE*: Renamed SUPPORT_NO_FLOAT_ARGUMENT_REGISTERS
2005-07-24 michi* suck_double: On little endian ARMs with FPA, doubles
2005-07-22 twisti* codegen_addpatchref: Passing displacement changes.
2005-07-22 twisti* patcher_resolve_native: Native function is now loaded...
2005-07-22 motsefix warning - bug #6
2005-07-22 twisti* Ignore generated latex files
2005-07-21 twisti* codegen_addpatchref changes: passing displacement...
2005-07-21 motsefix DeleteGlobalRef missing argument for IdentityHashMa...
2005-07-21 twisti* struct patchref: Added disp.
2005-07-21 twisti* codegen_addpatchref: Added a displacement argument...
2005-07-21 twisti* exit_handler: Don't free system resources, some threa...
2005-07-21 twisti* stacktrace_fillInStackTrace_methodRecursive: if no...
2005-07-21 twisti* JAVA_VERSION: added, it's defined in global.h
2005-07-21 twisti* Added -fullversion, required e.g. by jpackage
2005-07-21 michi* removed ENABLE_STATICVM for arm
2005-07-20 motsefix build error - bug #6
2005-07-20 twisti* Added 2 tests
2005-07-20 twisti* createnativestub: Removed initalize check and code...
2005-07-20 twisti* jit_compile_intern: Also handle native functions...
2005-07-20 twisti* codegen_createnativestub: Save native stub in entrypo...
2005-07-20 twisti* load_newly_created_array: Save native stub to m-...
2005-07-20 twisti* link_class_intern: Create for all methods a compiler...
2005-07-20 twisti* builtin_dummy: Removed.
2005-07-20 twisti* Java_java_lang_VMObject_clone: check for OOM in array...
2005-07-20 twisti* Added java_lang_StackTraceElement.h
2005-07-20 twisti* generateStackTraceArray: removed
2005-07-20 twisti* createnativestub: resolve function symbol before...
2005-07-20 twisti* M_LEA: removed
2005-07-20 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-20 twisti* stacktrace_extern_fillInStackTrace: removed, not...
2005-07-20 twisti* M_LEA: added
2005-07-20 michi* ICMD_INVOKE*: prevented precoloring of float argument...
2005-07-20 michi* added arm defines
2005-07-19 twisti* Removed unused unistd.h include
2005-07-19 twisti* Removed unistd.h include
2005-07-19 twisti* Use USE_CODEMMAP define
2005-07-19 twisti* Added --enable-jvmti configure switch, plus ENABLE_JV...
2005-07-19 twisti* Fixed jvmti.h include path
2005-07-19 twisti* Removed jvmti.[ch]
2005-07-19 motseadd emacs footer
2005-07-19 motseinitial support for jvmti
2005-07-19 twisti* Added other tests
2005-07-19 twisti* Ok, now the test is correct
2005-07-19 michi* added ICMD_IMULPOW2 and ICMD_LMULPOW2
2005-07-18 twisti* Added tests/regression/Makefile
2005-07-18 twisti* SUBDIRS: added regression
2005-07-18 twisti* Starting to make a regression suite
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-18 twisti* Set currentline to 0 before basicblock start
2005-07-18 twisti* lineNumberTableEntry: use ptrint as line type, otherw...
2005-07-18 twisti* dseg_addlinenumbertablesize: better comments, removed...
2005-07-18 michi* fixed compiler warning for arm (dseg_adds8 is not...
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-18 twisti* Some cleanup, code simplifying, added comments...
2005-07-18 twisti* Set cacao version to 0.92+cvs
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-18 twisti* ICMD_INLINE_START: -si display reformatted
2005-07-18 twisti* cacao_stacktrace_fillInStackTrace: check for m !...
2005-07-13 twisti* Changelog for 0.92
2005-07-13 twisti* Removed disass.h
2005-07-13 twisti* ICMD_IDIV, ICMD_IREM: gcc -O2 workaround: the cast...
2005-07-13 twisti* Removed unused asmoffsets.h
2005-07-13 twisti* Added #include "mm/memory.h"
2005-07-13 twisti* Compiler warning fixes
2005-07-13 twisti* M_PUSH_IMM: added
2005-07-13 twisti* stack_init: --disable-threads compilation fix
2005-07-13 twisti* Compiler warning fix
2005-07-13 twisti* SUBDIRS: removed
2005-07-13 twisti* DIST_SUBDIRS: defined explicitly, otherwise we have...
2005-07-13 twisti* resolve_classref_or_classinfo: convert ClassNotFoundE...
2005-07-13 twisti* Compiler warning fix
2005-07-13 twisti* builtintable_entry_debug_dump: removed, sorry edwin...
2005-07-13 twisti* Compiler warnnig fixes
2005-07-13 twisti* Java_java_lang_VMClass_getDeclaredClasses: bugfix...
2005-07-13 twisti* Compiler warning fix
2005-07-13 twisti* Changed cacao version and optimization for 0.92 release
2005-07-13 twisti* AC_C_ATTRIBUTE: check for __attribute__ (required...
2005-07-12 twisti* Implemented stacktraces
2005-07-12 twisti* Added mips defines
2005-07-12 twisti* Removed some defines (line numbers)
2005-07-12 twisti* Added mips define
2005-07-12 twisti* get_variable_message_length: implemented a irix versi...
next