cacao.git
2005-07-10 twisti* Implemented new stacktrace system
2005-07-10 twisti* Fixed typo
2005-07-10 twisti* Added i386 defines for new ICMDs
2005-07-10 twisti* signal_init: added SA_NODEFER to signal flags for...
2005-07-10 twisti* Removed debug output
2005-07-10 edwintypecheck for ICMD_ARRAYCHECKCAST and ICMD_AASTORE
2005-07-09 twisti* cacao_catch_Handler: removed
2005-07-09 twisti* createnativestub: removed linux specific stuff, we...
2005-07-09 twisti* Added and removed some function name defines
2005-07-09 twisti* Implemented stacktraces
2005-07-09 twisti* asm_wrapper_patcher: darwin fixes
2005-07-09 twisti* Wrong md-abi.h was included
2005-07-09 twisti* Fixed includes
2005-07-09 twisti* Added missing pstacktrace
2005-07-09 twisti* Implemented stacktraces
2005-07-09 twisti* Use new, more general, stacktrace system
2005-07-09 twisti* helper_fillin_stacktrace, helper_fillin_stacktrace_al...
2005-07-09 twisti* Some improvements
2005-07-09 twisti* Added opt_ prefix for some options
2005-07-09 twisti* Print disassembled code of exception stubs
2005-07-09 twisti* Added opt_ prefix
2005-07-09 twisti* opt_showexceptionstubs: added
2005-07-09 twisti* Added x86_64 defines
2005-07-09 twisti* ICMD_ARRAYCHECKCAST: added
2005-07-09 twisti* Fixed some indent
2005-07-09 twisti* Fixed header
2005-07-09 twisti* Added powerpc defines
2005-07-09 twisti* Added powerpc defines
2005-07-08 twisti* ICMD_AASTORE, ICMD_ARRAYCHECKCAST: added
2005-07-08 twisti* powerpc defines for inlined asmpart functions
2005-07-08 twisti* BUILTIN_canstore: added
2005-07-08 twisti* loader_load_all_classes: fixed the META-INF bug again...
2005-07-08 twisti* Added xstorerefs
2005-07-08 twisti* ICMD_ARRAYCHECKCAST: added
2005-07-08 twisti* changes for inlining asmpart functions
2005-07-08 twisti* ICMD_ARRAYCHECKCAST: added
2005-07-08 twisti* Macro formatting
2005-07-08 twisti* Added sizeof(stackframeinfo)
2005-07-08 twisti* stacktrace_create_inline_stackframeinfo,
2005-07-08 twisti* ICMD_ARRAYCHECKCAST: added
2005-07-08 twisti* Save pv to the position of the patcher function pointer
2005-07-08 twisti* md_stacktrace_get_returnaddress: added
2005-07-08 twisti* Removed -noverify from JAVA
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...
next