cacao.git
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-28 twisti* Added SUBDIRS: we have to build fdlibm since this...
2005-06-28 twisti* Only cosmetic changes
2005-06-28 twisti* Java_java_lang_VMObject_wait: changed signature in...
2005-06-28 twisti* Ignore classes, vm.zip
2005-06-28 twisti* Ooops, i should use a java string instead of an utf...
2005-06-28 twisti* Ignore kjc, rmic
2005-06-28 twisti* Added OPT_SHOWVERSION, OPT_HELP, OPT_X
2005-06-28 twisti* AttachCurrentThread: added function header comment
2005-06-27 twisti* Set MCODECHECK sizes much higher, so we don't run...
2005-06-27 twisti* Ooops, a darwin accident
2005-06-27 twisti* Updated to boehm 6.5
2005-06-27 twisti* Added DISABLE_DUMP: use normal malloc in dump functions
2005-06-27 twisti* --disable-dump: added, this disables the use of the...
2005-06-27 twisti* native_make_overloaded_function: heap corruption...
2005-06-27 christianTyping error from last commit fixed
2005-06-27 christianReserve stack space for saving return values to survive...
2005-06-27 twisti* md_init: added
2005-06-27 christianCorrect saving of integer return register for [AIL...
2005-06-27 twisti* Ignore ADDITIONAL_STATIC_CLASSPATH_HEADER_FILES
2005-06-26 twisti* Bugfix: check return type for IS_2_WORD_TYPE and...
2005-06-26 twisti* M_ALD, M_AST: macros added
2005-06-26 christiancorrect handling for register usage for return types
2005-06-26 christianone M_ILD in var_to_reg_int too much
2005-06-26 christianmd_param_alloc has to be called if paramcount==0, too
2005-06-26 twisti* md_init: added
2005-06-26 twisti* Added md_init
2005-06-25 twisti* Added md_init
2005-06-25 twisti* Removed machine independent stuff
2005-06-25 twisti* Use strlen("0") instead of 1
2005-06-25 twisti* Removed machine independent stuff
2005-06-25 twisti* Added md_init prototype (i think this is the best...
2005-06-25 twisti* builtin_displaymethodstop: print hex values of intege...
2005-06-25 twisti* ICMD_{GET,PUT}STATIC: print (NOT INITIALIZED) for...
2005-06-25 twisti* Print hex value for ICMD_FCONST, ICMD_DCONST
2005-06-25 twisti* builtin_asm_get_stackframeinfo: don't declare as...
2005-06-24 christianUse of unused argument registers in leaf methods enable...
2005-06-24 christianUse of unused argument registers as temp registers...
2005-06-24 christianTyping error corrected (argINTreguse instead of argFLTr...
2005-06-23 edwincomments
2005-06-23 twisti* asm_call_jit_compiler: use store macros on linux...
2005-06-23 twisti* Removed machine independent stuff
2005-06-23 twisti* Removed redundant )'s
2005-06-23 christianTyping errors corrected
2005-06-23 christianIndex for intargregs for long Parameters get packed now
2005-06-23 christianCorrected INT_XXX_CNT
2005-06-23 christianRegister Packing macros moved to md-abi.h
2005-06-23 edwinexception handling in typeinfo.c and typecheck.c
2005-06-23 twisti* Removed darwin stuff for old hardware nullpointer...
2005-06-23 twisti* Use sigaction for sigsegv handler
2005-06-23 twisti* generic_print_address: fixed typo which generated...
2005-06-23 twisti* asm_handle_nullptr_exception: removed
2005-06-23 twisti* JAVA_{GET,PUT}{STATIC,FIELD}: check for initialized...
2005-06-23 twisti* Removed machine independent stuff
2005-06-23 twisti* Time for -Werror
2005-06-23 twisti* Include global.h before java_lang_String.h
2005-06-23 twisti* Removed machine independent stuff
2005-06-23 twisti* thread_dump: send SIGUSR1 to all threads, this maybe...
2005-06-23 twisti* Added: stacktrace_dump_trace
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
next