cacao.git
2005-09-14 twisti* asm_wrapper_patcher: Fixed 16-byte stackframe alignme...
2005-09-14 twisti* Unified disassembler interface.
2005-09-14 twisti* Unified disassembler interface.
2005-09-14 twisti* Most stuff implemented (stacktraces, ...), stuff...
2005-09-12 twisti* Removed or commented ffcall stuff, this fixes autogen...
2005-09-12 twisti* intBitsToFloat, longBitsToDouble: Made static.
2005-09-12 twisti* patcher_get_putstatic: Fixed cast for disp.
2005-09-12 twisti* nativeLoad: Call JNI_OnLoad if the functions is avail...
2005-09-10 twisti* mapLibraryName: Don't add extension.
2005-09-10 twisti* Diff unified and with head.
2005-09-10 twisti* Fixed load displacement overflows (one bug still...
2005-09-10 twisti* Added comments.
2005-09-10 twisti* We can't use r0 as REG_ITMP3, use r16 instead.
2005-09-10 twisti* Added #include "vm/options.h".
2005-09-10 twisti* preInit: Added java.vm.info.
2005-09-10 twisti* ACLOCAL_AMFLAGS: Added, fixes problems with aclocal...
2005-09-10 twisti* getCallingClassLoader: Fixed #ifdef.
2005-09-10 twisti* findLoadedClass: Added.
2005-09-10 twisti* Proxy to VMProxy changes.
2005-09-10 twisti* Proxy to VMProxy changes.
2005-09-10 twisti* Changed RawData to Pointer (classpath-0.18 change).
2005-09-10 twisti* fillInStackTrace: Check return value of cacao_stacktr...
2005-09-10 twisti* forName: Changed to (Ljava/lang/String;ZLjava/lang...
2005-09-05 twisti* Added ENABLE_INTRP define (this is more like a hack...
2005-09-05 twisti* Added ENABLE_INTRP defines.
2005-09-05 twisti* Added __INTRP__ define.
2005-09-05 twisti* Added ENABLE_JIT, ENABLE_INTRP defines to handle...
2005-09-05 twisti* Added opt_jit, opt_intrp
2005-09-05 twisti* PATCHER_checkcast_instanceof: Added for intrp.
2005-09-05 twisti* Disable the stackwalker stuff for the intrp for now...
2005-09-05 twisti* Bugfix: Use rt.jar in CLASSPATH
2005-09-05 twisti* Added options: -Xjit, -Xint
2005-09-05 twisti* Added ffcall library for intrp.
2005-09-05 twisti* Added ffcall for intrp
2005-09-05 twisti* Added intrp stuff
2005-09-05 twisti* Added ENABLE_JIT, ENABLE_INTRP defines.
2005-09-05 twisti* Added ENABLE_INTRP stuff.
2005-09-05 twisti* POP/DUP/DUP_Xx fixes for longs: we need to undo our...
2005-09-02 twisti* Changed _TYPES_H define to _CACAO_TYPES_H
2005-09-02 twisti* More interpreter files (important ones).
2005-09-02 twisti* Ignore some files.
2005-09-02 twististarted reintegrating interpreter
2005-08-24 michi* added arm defines
2005-08-23 cacao* SUBDIRS: Changed to OS_DIR
2005-08-23 cacao* MIPS Linux stuff.
2005-08-23 cacao* builtin_multianewarray: Handle MIPS32 correctly ...
2005-08-23 cacao* builtin_new: Removed i386 asm_builtin_new define
2005-08-22 twisti* throw_exception_exit_intern: Print detail message...
2005-08-18 twisti* testlong: added IF_Lxx tests, fixed IF_LCMPxx tests
2005-08-17 michi* implemented big-endian-arms
2005-08-17 michi* removed arm defines (ICMD_FREM and ICMD_DREM cannot...
2005-08-14 michi* added armv5b architecture
2005-08-05 michi* reg_setup: fixed typo in register splitting
2005-08-02 cacao* Added MIPS32 support
2005-07-30 twisti* Check for branch displacement overflow in patcher...
2005-07-28 twisti* Bug #8: Collectors should return a value, so we can...
2005-07-28 twisti* Bug #5: tobj->info.next may be NULL, check that in...
2005-07-28 twisti* Bug #5: Don't print threads which are currently in...
2005-07-28 twisti* New output.
2005-07-27 twisti* M_FLD, M_DLD: Bugfix, we can't use `a' as temp regist...
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.
next