cacao.git
2005-06-30 twisti* md_param_alloc: simplified a bit
2005-06-30 twisti* fill_callblock_from_vargs: float passing fix
2005-06-30 twisti* Use functions for test for better debugability.
2005-06-30 twisti* Always sign-extend the item values to 8-bytes in...
2005-06-30 twisti* Added native clinit exception, for staticvm just...
2005-06-30 twisti* OPT_VERBOSE: added load/linkverbose
2005-06-30 twisti* native_findfunction: return non-NULL, otherwise we...
2005-06-30 twisti* Link with fdlibm
2005-06-30 twisti* M_RET: added
2005-06-30 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-29 twisti* builtin_fdiv, builtin_ddiv, builtin_dneg: implemented...
2005-06-29 twisti* Added some tests
2005-06-29 christianmd_return_alloc added to precolor the stack slots conta...
2005-06-29 christianmd_return_alloc coded to precolour stack slots holding...
2005-06-29 christianPrecoloring of stackslot holding the return value to...
2005-06-28 twisti* gc_ignore_warnings: removed, it was not used
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-28 twisti* Put some logging in JWDEBUG
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-28 twisti* Java_java_lang_VMThread_isAlive: removed
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-28 twisti* Link against fdlibm instead of libm
2005-06-28 twisti* new_exception_javastring: added
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
next