cacao.git
2005-06-23 twisti* Renamed init_exceptions to signal_init
2005-06-23 twisti* Removed machine independent stuff
2005-06-23 twisti* Moved md_param_alloc prototype to decriptor.h
2005-06-23 twisti* Added: signal.c, signallocal.h
2005-06-23 twisti* Machine independent signal handler stuff.
2005-06-23 twisti* Include stdlib.h again to prevent a compiler warning...
2005-06-22 edwinadded comments and assertions, minor cleanup
2005-06-22 edwinadded comments (and some assertions)
2005-06-22 edwinfix error message code: utf_sprint declarer->name,...
2005-06-22 edwinadded checkaccess parameter to resolve_class_from_typedesc
2005-06-22 edwinadded checkaccess parameter to resolve_class* functions
2005-06-22 edwinfixed undefined return value of verify_init_locals
2005-06-22 edwinmade verify_ functions static
2005-06-22 edwinintroducted verifier_state structure
2005-06-22 edwinfix subtype checking for merged array types
2005-06-22 edwinif (opt_verify) set iptr->val.a to NULL to indicate...
2005-06-22 edwinadded stubs for typeinfo functions
2005-06-22 twisti* Added opt_shownativestub to show disassembled native...
2005-06-22 twisti* Added opt_shownativestub to show disassembled native...
2005-06-22 twisti* patcher_get_putfield: only patch back 5-bytes, since...
2005-06-22 christianVariables for later to be corrected argument register...
2005-06-22 christianAdded/Corrected [INT|ADR|FLT]_[REG|TMP|SAV|ARG|RES...
2005-06-22 christianAdopted to compile with the registerdata changes. Not...
2005-06-22 christianCorrect entries in Authors/Changes
2005-06-22 christianChanges in the registerdata structure:
2005-06-22 twisti* Only patch back 5 bytes code (call size) since 8...
2005-06-22 twisti* Added a filler entry to builtintable_automatic to...
2005-06-22 twisti* builtintable_sort_internal: removed, we don't need it
2005-06-21 twisti* Added M_ALD, M_AST macros
2005-06-21 twisti* Fixed nasty eclipse show-stopper: x86_64_mov_imm_memb...
2005-06-21 twisti* Some code cleanup, so maybe one day i can understand...
2005-06-21 twisti* createnativestub: removed machine independent code
2005-06-21 twisti* Added M_LADD, M_AADD macros
2005-06-21 twisti* Bugfix: membase %rsp/%r12 special case
2005-06-21 twisti* createnativestub: removed machine independent code
2005-06-21 twisti* createnativestub: removed machine independent code
2005-06-20 stefanfixed a deadlock introduced by previous patch
2005-06-20 stefanlet's clear this up a bit
2005-06-20 stefanlet's clear this up a bit
2005-06-20 stefanreplaced one hack by another
2005-06-20 twisti* Set java.version to 1.4.1 for eclipse-3.1
2005-06-20 edwindo not check protected access for methods of arrays...
2005-06-20 twisti* createnativestub: removed machine independent code
2005-06-20 twisti* Moved machine independent code from createnativestub to
2005-06-20 edwinfix merging error
2005-06-20 edwinsome fixes
2005-06-20 edwinadded stub for typeinfo_init_class
2005-06-20 edwinadded two macros for PUT{FIELD,STATIC}CONST
2005-06-20 edwinmove the verifier towards lazy loading
2005-06-20 edwinturn on TYPECHECK_DEBUG, turn off TYPECHECK_VERBOSE
2005-06-20 twisti* Come on... it's not that hard!
2005-06-20 edwinshorter debug dump for parsed descriptors
2005-06-20 edwinadded builtintable_entry_debug_dump
2005-06-20 edwinsome work on the resolve functions for verification
2005-06-20 edwinfixed classref field for 'this' parameter in methoddescs
2005-06-20 edwinadded class_get_self_classref, should be made faster...
2005-06-20 twisti* handler_signal_quit: added, this handler calls the...
2005-06-20 twisti* Added utf_run
2005-06-20 twisti* Started to implement thread_dump
2005-06-20 twisti* Added thread_dump
2005-06-18 edwinsplit create_unresolved_* functions in create_* and...
2005-06-18 edwinadded comments and a little fix to parameter allocation
2005-06-18 twisti* Use code/data segment in native stub
2005-06-17 twisti* Alpha signal stuff
2005-06-17 twisti* codegen_createnativestub: passed wrong length to
2005-06-17 twisti* asm_calljavafunction2: keep stack 16-byte aligned
2005-06-17 twisti* Added md.c
2005-06-17 twisti* Just typos
2005-06-17 twisti* Added putfieldconst zero for risc architectures
2005-06-17 twisti* Include correct signal.h
2005-06-17 twisti* Don't use native_findfunction with non-static classpath
2005-06-17 twisti* bug fixing in native library hash code, it should...
2005-06-16 twisti* ignore generated header files (static ones are still...
2005-06-16 edwinclass loading synchronization: throw away loaded class...
2005-06-16 twisti* Insert stackframesize in method header
2005-06-16 twisti* Small fix: let M_ALD use M_ILD
2005-06-16 twisti* Bugfix: a double skips 2 integer argument registers
2005-06-16 twisti* Test with 15 arguments, since powerpc-darwin has...
2005-06-16 christianRemoved runverbose depended usecount of argintregs...
2005-06-15 twisti* Forgot native/native.h include
2005-06-15 twisti* patcher_resolve_native: implemented
2005-06-15 twisti* Removed STATIC_CLASSPATH from alpha
2005-06-15 twisti* Moved stuff to md.c
2005-06-15 twisti* M_ASUB_IMM: added for both archs
2005-06-15 twisti* changed some long stuff to use machine independent...
2005-06-15 twisti* Defined stuff for MIPS32
2005-06-15 twisti* define some stuff for MIPS32
2005-06-15 twisti* Moved machine dependent stuff (signals, critical...
2005-06-15 twisti* added md.c
2005-06-15 christianrd->secondregs eliminated. A second integer register...
2005-06-15 twisti* patcher_resolve_native: implemented
2005-06-15 twisti* added STATIC_CLASSPATH defines to fix compile problems
2005-06-15 twisti* compile warning fixes
2005-06-15 twisti* removed STATIC_CLASSPATH for mips
2005-06-14 twisti* compile warning fixes
2005-06-14 twisti* Added DIST_SUBDIRS
2005-06-14 twisti* added DIST_SUBDIRS
2005-06-14 twisti* set freebsd flags correctly
2005-06-14 twisti* native_resolve_function: bugfix, don't overwrite...
2005-06-14 twisti* include some additional headers (safety first ;-)
next