cacao.git
2005-07-07 christianremoved typing error (! missing in md_return_alloc)
2005-07-07 twisti* loader_load_all_classes: skip META-INF entries
2005-07-07 christianOutput RA instead of A-1 for allocated return values...
2005-07-07 twisti* don't include "md.h", not needed
2005-07-07 twisti* EXTRA_DIST: removed
2005-07-07 twisti* Not required
2005-07-07 twisti* Moved os independent stuff here from linux/md.c,...
2005-07-07 twisti* Renamed md.c to md-os.c
2005-07-06 twisti* Formatted some macros a bit
2005-07-05 twisti* More changes
2005-07-05 twisti* Machine dependent, but os independent functions
2005-07-05 twisti* Added md.c
2005-07-05 twisti* Renamed md.c to md-os.c
2005-07-05 twisti* Cleanup and trying to make the functions a bit simple...
2005-07-05 twisti* md_stacktrace_get_returnaddress: added
2005-07-05 twisti* native_resolve_function: bugfix, just always generate...
2005-07-05 twisti* native_get_exceptiontypes: bugfix, removed excount...
2005-07-05 twisti* asm_calljavafunction/2: calculate pv recalculate...
2005-07-05 twisti* INVOKESPECIAL: use software null pointer, checking...
2005-07-05 twisti* builtin_new: removed commented debug output
2005-07-04 christianNew jni Version Number
2005-07-04 twisti* Install kjc and gnu.getopt
2005-07-04 twisti* Ignore generated files
2005-07-04 twisti* rmic: removed
2005-07-04 twisti* SUBDIRS: added contrib
2005-07-04 twisti* javac.in: added
2005-07-04 twisti* The compiler we want to use
2005-07-04 christiandebug helper removed
2005-07-04 christianoutput file for extest.java corrected
2005-07-04 twisti* thread_getself: implemented
2005-07-04 twisti* GetEnv: call thread_getself, but i don't know if...
2005-07-04 twisti* Added -verbose:[class|gc|jni], yet only jni works
2005-07-04 twisti* Renamed collectverbose to opt_verbosegc (but it still...
2005-07-04 christianTest script for make chekall added
2005-07-04 twisti* collectverbose: removed
2005-07-04 twisti* Updated to classpath 0.16
2005-07-04 twisti* stringtable_update, get_type: removed
2005-07-04 twisti* native_resolve_function: implemented -verbose:jni
2005-07-03 christianRegister packing Macros moved to codegen.inc.h
2005-07-03 christianBoth builtin_trace_args calls moved into a function...
2005-07-03 christianPreliminary Bugfix for PowerPC/Linux. Only 3 parameters...
2005-07-03 christianPreliminary Bugfix for PowerPC/Linux - only 3 Params...
2005-07-02 edwinfix subclass testing in typeinfo.c: check subclass...
2005-07-02 edwinremoved -noverify option
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
next