cacao.git
18 years ago* fixed typo when compiled with LOADER_VERBOSE
michi [Tue, 12 Jul 2005 01:42:38 +0000 (01:42 +0000)]
* fixed typo when compiled with LOADER_VERBOSE

18 years ago* GetEnv: thread_getself is available with native threads only
michi [Tue, 12 Jul 2005 01:37:15 +0000 (01:37 +0000)]
* GetEnv: thread_getself is available with native threads only

18 years ago* Added alphapca56 architecture
twisti [Mon, 11 Jul 2005 22:02:19 +0000 (22:02 +0000)]
* Added alphapca56 architecture

18 years ago* Use C comments instead of #
twisti [Mon, 11 Jul 2005 22:00:25 +0000 (22:00 +0000)]
* Use C comments instead of #

18 years ago* Again, new and simpler stacktraces
twisti [Mon, 11 Jul 2005 21:52:07 +0000 (21:52 +0000)]
* Again, new and simpler stacktraces

18 years ago* Newer, simpler, smaller stacktrace system
twisti [Mon, 11 Jul 2005 21:25:31 +0000 (21:25 +0000)]
* Newer, simpler, smaller stacktrace system

18 years ago* Again changed the stacktrace system: more specific functions (i hope this
twisti [Mon, 11 Jul 2005 21:24:35 +0000 (21:24 +0000)]
* Again changed the stacktrace system: more specific functions (i hope this
  is the last time)

18 years ago* init_exceptions: removed
twisti [Mon, 11 Jul 2005 21:23:53 +0000 (21:23 +0000)]
* init_exceptions: removed

18 years ago* Updated
twisti [Mon, 11 Jul 2005 19:27:14 +0000 (19:27 +0000)]
* Updated

18 years ago* Removed forgotten variable
twisti [Mon, 11 Jul 2005 19:01:39 +0000 (19:01 +0000)]
* Removed forgotten variable

18 years ago* Implemented new (and new improved) stacktrace system
twisti [Mon, 11 Jul 2005 18:56:09 +0000 (18:56 +0000)]
* Implemented new (and new improved) stacktrace system

18 years ago* More stacktrace changes: mostly to handle exceptions in leaf methods
twisti [Mon, 11 Jul 2005 18:55:35 +0000 (18:55 +0000)]
* More stacktrace changes: mostly to handle exceptions in leaf methods
  correctly

18 years agoEnabled ICMD_FREM and ICMD_DREM for arm
michi [Mon, 11 Jul 2005 17:06:24 +0000 (17:06 +0000)]
Enabled ICMD_FREM and ICMD_DREM for arm

18 years ago* codegen_findmethod: removed alpha version
twisti [Mon, 11 Jul 2005 11:56:49 +0000 (11:56 +0000)]
* codegen_findmethod: removed alpha version

18 years ago* Added alpha defines for new stacktrace system
twisti [Mon, 11 Jul 2005 11:14:17 +0000 (11:14 +0000)]
* Added alpha defines for new stacktrace system

18 years ago* Added alpha defines
twisti [Mon, 11 Jul 2005 10:35:33 +0000 (10:35 +0000)]
* Added alpha defines
* show_icmd_method: bugfix when showing exception stubs

18 years ago* Updated stacktrace system again, simpler, smaller and more c code
twisti [Mon, 11 Jul 2005 10:13:08 +0000 (10:13 +0000)]
* Updated stacktrace system again, simpler, smaller and more c code

18 years ago* get_variable_message_length: the more correct way it to pass the va_list
twisti [Mon, 11 Jul 2005 09:59:37 +0000 (09:59 +0000)]
* get_variable_message_length: the more correct way it to pass the va_list
  directly

18 years ago* Comment typos
twisti [Mon, 11 Jul 2005 08:26:41 +0000 (08:26 +0000)]
* Comment typos

18 years ago* Better (smaller) exception implementation
twisti [Sun, 10 Jul 2005 22:21:36 +0000 (22:21 +0000)]
* Better (smaller) exception implementation

18 years ago* M_MOV_IMM, M_PUSH, M_JMP, M_JMP_IMM, M_CALL: added
twisti [Sun, 10 Jul 2005 22:21:02 +0000 (22:21 +0000)]
* M_MOV_IMM, M_PUSH, M_JMP, M_JMP_IMM, M_CALL: added

18 years ago* Fixed compiler warnings
twisti [Sun, 10 Jul 2005 22:20:21 +0000 (22:20 +0000)]
* Fixed compiler warnings

18 years ago* stacktrace_new_arithmeticexception,
twisti [Sun, 10 Jul 2005 21:46:48 +0000 (21:46 +0000)]
* stacktrace_new_arithmeticexception,
  stacktrace_new_arrayindexoutofboundsexception,
  stacktrace_new_arraystoreexception, stacktrace_new_classcastexception,
  stacktrace_new_negativearraysizeexception,
  stacktrace_new_nullpointerexception, stacktrace_fillInStackTrace: added
* stacktrace_call_fillInStackTrace: removed

18 years ago* signal_init: don't install sigquit and sigusr1 handlers for freebsd, we
twisti [Sun, 10 Jul 2005 15:54:50 +0000 (15:54 +0000)]
* signal_init: don't install sigquit and sigusr1 handlers for freebsd, we
  have to find another solution

18 years ago* Implemented new stacktrace system
twisti [Sun, 10 Jul 2005 15:52:16 +0000 (15:52 +0000)]
* Implemented new stacktrace system

18 years ago* Implemented new stacktrace system
twisti [Sun, 10 Jul 2005 15:33:54 +0000 (15:33 +0000)]
* Implemented new stacktrace system
* Implemented remaining asmpart functions inline

18 years ago* Fixed typo
twisti [Sun, 10 Jul 2005 15:29:32 +0000 (15:29 +0000)]
* Fixed typo

18 years ago* Added i386 defines for new ICMDs
twisti [Sun, 10 Jul 2005 15:24:35 +0000 (15:24 +0000)]
* Added i386 defines for new ICMDs

18 years ago* signal_init: added SA_NODEFER to signal flags for sigsegv and sigfpe
twisti [Sun, 10 Jul 2005 15:18:21 +0000 (15:18 +0000)]
* signal_init: added SA_NODEFER to signal flags for sigsegv and sigfpe

18 years ago* Removed debug output
twisti [Sun, 10 Jul 2005 15:17:06 +0000 (15:17 +0000)]
* Removed debug output

18 years agotypecheck for ICMD_ARRAYCHECKCAST and ICMD_AASTORE
edwin [Sun, 10 Jul 2005 11:02:31 +0000 (11:02 +0000)]
typecheck for ICMD_ARRAYCHECKCAST and ICMD_AASTORE

18 years ago* cacao_catch_Handler: removed
twisti [Sat, 9 Jul 2005 18:21:01 +0000 (18:21 +0000)]
* cacao_catch_Handler: removed

18 years ago* createnativestub: removed linux specific stuff, we just use the darwin
twisti [Sat, 9 Jul 2005 18:10:24 +0000 (18:10 +0000)]
* createnativestub: removed linux specific stuff, we just use the darwin
  stuff, it does not matter, despite that the stack is a little bigger

18 years ago* Added and removed some function name defines
twisti [Sat, 9 Jul 2005 18:08:52 +0000 (18:08 +0000)]
* Added and removed some function name defines

18 years ago* Implemented stacktraces
twisti [Sat, 9 Jul 2005 18:08:06 +0000 (18:08 +0000)]
* Implemented stacktraces

18 years ago* asm_wrapper_patcher: darwin fixes
twisti [Sat, 9 Jul 2005 18:07:33 +0000 (18:07 +0000)]
* asm_wrapper_patcher: darwin fixes

18 years ago* Wrong md-abi.h was included
twisti [Sat, 9 Jul 2005 18:06:49 +0000 (18:06 +0000)]
* Wrong md-abi.h was included

18 years ago* Fixed includes
twisti [Sat, 9 Jul 2005 17:30:32 +0000 (17:30 +0000)]
* Fixed includes

18 years ago* Added missing pstacktrace
twisti [Sat, 9 Jul 2005 17:01:24 +0000 (17:01 +0000)]
* Added missing pstacktrace

18 years ago* Implemented stacktraces
twisti [Sat, 9 Jul 2005 15:48:43 +0000 (15:48 +0000)]
* Implemented stacktraces
* Remaining asmpart functions inlined

18 years ago* Use new, more general, stacktrace system
twisti [Sat, 9 Jul 2005 14:04:34 +0000 (14:04 +0000)]
* Use new, more general, stacktrace system
* Implemented remaining asmpart functions inline
* Added opt_ prefix to some options

18 years ago* helper_fillin_stacktrace, helper_fillin_stacktrace_always: removed
twisti [Sat, 9 Jul 2005 13:55:06 +0000 (13:55 +0000)]
* helper_fillin_stacktrace, helper_fillin_stacktrace_always: removed

18 years ago* Some improvements
twisti [Sat, 9 Jul 2005 13:49:50 +0000 (13:49 +0000)]
* Some improvements
* Some formatting

18 years ago* Added opt_ prefix for some options
twisti [Sat, 9 Jul 2005 13:38:42 +0000 (13:38 +0000)]
* Added opt_ prefix for some options

18 years ago* Print disassembled code of exception stubs
twisti [Sat, 9 Jul 2005 13:38:21 +0000 (13:38 +0000)]
* Print disassembled code of exception stubs

18 years ago* Added opt_ prefix
twisti [Sat, 9 Jul 2005 13:38:04 +0000 (13:38 +0000)]
* Added opt_ prefix

18 years ago* opt_showexceptionstubs: added
twisti [Sat, 9 Jul 2005 13:37:29 +0000 (13:37 +0000)]
* opt_showexceptionstubs: added
* renamed some options (opt_ prefix)

18 years ago* Added x86_64 defines
twisti [Sat, 9 Jul 2005 12:20:02 +0000 (12:20 +0000)]
* Added x86_64 defines

18 years ago* ICMD_ARRAYCHECKCAST: added
twisti [Sat, 9 Jul 2005 12:17:35 +0000 (12:17 +0000)]
* ICMD_ARRAYCHECKCAST: added

18 years ago* Fixed some indent
twisti [Sat, 9 Jul 2005 12:17:14 +0000 (12:17 +0000)]
* Fixed some indent

18 years ago* Fixed header
twisti [Sat, 9 Jul 2005 12:17:00 +0000 (12:17 +0000)]
* Fixed header

18 years ago* Added powerpc defines
twisti [Sat, 9 Jul 2005 12:16:18 +0000 (12:16 +0000)]
* Added powerpc defines
* Fixed calculation of trace start, i hope it's correct

18 years ago* Added powerpc defines
twisti [Sat, 9 Jul 2005 12:15:07 +0000 (12:15 +0000)]
* Added powerpc defines

18 years ago* ICMD_AASTORE, ICMD_ARRAYCHECKCAST: added
twisti [Fri, 8 Jul 2005 15:46:50 +0000 (15:46 +0000)]
* ICMD_AASTORE, ICMD_ARRAYCHECKCAST: added
* powerpc defines for asmpart inlined functions

18 years ago* powerpc defines for inlined asmpart functions
twisti [Fri, 8 Jul 2005 15:43:02 +0000 (15:43 +0000)]
* powerpc defines for inlined asmpart functions

18 years ago* BUILTIN_canstore: added
twisti [Fri, 8 Jul 2005 15:42:35 +0000 (15:42 +0000)]
* BUILTIN_canstore: added

18 years ago* loader_load_all_classes: fixed the META-INF bug again, this time it
twisti [Fri, 8 Jul 2005 15:40:11 +0000 (15:40 +0000)]
* loader_load_all_classes: fixed the META-INF bug again, this time it
  works (i've tested it)

18 years ago* Added xstorerefs
twisti [Fri, 8 Jul 2005 15:21:16 +0000 (15:21 +0000)]
* Added xstorerefs

18 years ago* ICMD_ARRAYCHECKCAST: added
twisti [Fri, 8 Jul 2005 15:09:14 +0000 (15:09 +0000)]
* ICMD_ARRAYCHECKCAST: added

18 years ago* changes for inlining asmpart functions
twisti [Fri, 8 Jul 2005 15:08:54 +0000 (15:08 +0000)]
* changes for inlining asmpart functions

18 years ago* ICMD_ARRAYCHECKCAST: added
twisti [Fri, 8 Jul 2005 15:08:04 +0000 (15:08 +0000)]
* ICMD_ARRAYCHECKCAST: added
* powerpc defines for inlined icmd's from asmpart

18 years ago* Macro formatting
twisti [Fri, 8 Jul 2005 15:06:55 +0000 (15:06 +0000)]
* Macro formatting

18 years ago* Added sizeof(stackframeinfo)
twisti [Fri, 8 Jul 2005 12:00:39 +0000 (12:00 +0000)]
* Added sizeof(stackframeinfo)
* Renamed native_stackframesize to stackframesize

18 years ago* stacktrace_create_inline_stackframeinfo,
twisti [Fri, 8 Jul 2005 11:59:57 +0000 (11:59 +0000)]
* stacktrace_create_inline_stackframeinfo,
  stacktrace_create_native_stackframeinfo,
  stacktrace_remove_stackframeinfo, stacktrace_call_fillInStackTrace: added
* Renamed native_stackframeinfo to stackframeinfo

18 years ago* ICMD_ARRAYCHECKCAST: added
twisti [Fri, 8 Jul 2005 11:57:08 +0000 (11:57 +0000)]
* ICMD_ARRAYCHECKCAST: added

18 years ago* Save pv to the position of the patcher function pointer
twisti [Fri, 8 Jul 2005 11:49:50 +0000 (11:49 +0000)]
* Save pv to the position of the patcher function pointer

18 years ago* md_stacktrace_get_returnaddress: added
twisti [Fri, 8 Jul 2005 11:45:43 +0000 (11:45 +0000)]
* md_stacktrace_get_returnaddress: added

18 years ago* Removed -noverify from JAVA
twisti [Fri, 8 Jul 2005 09:40:41 +0000 (09:40 +0000)]
* Removed -noverify from JAVA

18 years agoremoved typing error (! missing in md_return_alloc)
christian [Thu, 7 Jul 2005 16:35:34 +0000 (16:35 +0000)]
removed typing error (! missing in md_return_alloc)

18 years ago* loader_load_all_classes: skip META-INF entries
twisti [Thu, 7 Jul 2005 15:45:30 +0000 (15:45 +0000)]
* loader_load_all_classes: skip META-INF entries

18 years agoOutput RA instead of A-1 for allocated return values with -sa
christian [Thu, 7 Jul 2005 14:33:27 +0000 (14:33 +0000)]
Output RA instead of A-1 for allocated return values with -sa

18 years ago* don't include "md.h", not needed
twisti [Thu, 7 Jul 2005 09:41:59 +0000 (09:41 +0000)]
* don't include "md.h", not needed

18 years ago* EXTRA_DIST: removed
twisti [Thu, 7 Jul 2005 09:37:26 +0000 (09:37 +0000)]
* EXTRA_DIST: removed
* md.c added

18 years ago* Not required
twisti [Thu, 7 Jul 2005 09:37:04 +0000 (09:37 +0000)]
* Not required

18 years ago* Moved os independent stuff here from linux/md.c, darwin/md.c
twisti [Thu, 7 Jul 2005 09:27:20 +0000 (09:27 +0000)]
* Moved os independent stuff here from linux/md.c, darwin/md.c

18 years ago* Renamed md.c to md-os.c
twisti [Thu, 7 Jul 2005 09:26:30 +0000 (09:26 +0000)]
* Renamed md.c to md-os.c

18 years ago* Formatted some macros a bit
twisti [Wed, 6 Jul 2005 21:23:33 +0000 (21:23 +0000)]
* Formatted some macros a bit

18 years ago* More changes
twisti [Tue, 5 Jul 2005 14:00:37 +0000 (14:00 +0000)]
* More changes

18 years ago* Machine dependent, but os independent functions
twisti [Tue, 5 Jul 2005 14:00:17 +0000 (14:00 +0000)]
* Machine dependent, but os independent functions

18 years ago* Added md.c
twisti [Tue, 5 Jul 2005 14:00:02 +0000 (14:00 +0000)]
* Added md.c

18 years ago* Renamed md.c to md-os.c
twisti [Tue, 5 Jul 2005 13:59:43 +0000 (13:59 +0000)]
* Renamed md.c to md-os.c

18 years ago* Cleanup and trying to make the functions a bit simpler and clearer.
twisti [Tue, 5 Jul 2005 13:40:14 +0000 (13:40 +0000)]
* Cleanup and trying to make the functions a bit simpler and clearer.

18 years ago* md_stacktrace_get_returnaddress: added
twisti [Tue, 5 Jul 2005 13:39:44 +0000 (13:39 +0000)]
* md_stacktrace_get_returnaddress: added

18 years ago* native_resolve_function: bugfix, just always generate overloaded function
twisti [Tue, 5 Jul 2005 11:18:20 +0000 (11:18 +0000)]
* native_resolve_function: bugfix, just always generate overloaded function
  name, this should not happen that often and it's easier this way

18 years ago* native_get_exceptiontypes: bugfix, removed excount and just use the
twisti [Tue, 5 Jul 2005 10:04:12 +0000 (10:04 +0000)]
* native_get_exceptiontypes: bugfix, removed excount and just use the
  methodinfo data

18 years ago* asm_calljavafunction/2: calculate pv recalculate value with labels
twisti [Tue, 5 Jul 2005 08:49:55 +0000 (08:49 +0000)]
* asm_calljavafunction/2: calculate pv recalculate value with labels
* some cosmetic changes

18 years ago* INVOKESPECIAL: use software null pointer, checking a register should be
twisti [Tue, 5 Jul 2005 08:48:07 +0000 (08:48 +0000)]
* INVOKESPECIAL: use software null pointer, checking a register should be
  faster than accessing memory
* createnativestub: save floats with M_FST for native functions

18 years ago* builtin_new: removed commented debug output
twisti [Tue, 5 Jul 2005 08:46:37 +0000 (08:46 +0000)]
* builtin_new: removed commented debug output

18 years agoNew jni Version Number
christian [Mon, 4 Jul 2005 21:32:49 +0000 (21:32 +0000)]
New jni Version Number

18 years ago* Install kjc and gnu.getopt
twisti [Mon, 4 Jul 2005 21:28:14 +0000 (21:28 +0000)]
* Install kjc and gnu.getopt

18 years ago* Ignore generated files
twisti [Mon, 4 Jul 2005 21:27:43 +0000 (21:27 +0000)]
* Ignore generated files

18 years ago* rmic: removed
twisti [Mon, 4 Jul 2005 21:21:39 +0000 (21:21 +0000)]
* rmic: removed
* contrib, javac: added

18 years ago* SUBDIRS: added contrib
twisti [Mon, 4 Jul 2005 21:21:10 +0000 (21:21 +0000)]
* SUBDIRS: added contrib

18 years ago* javac.in: added
twisti [Mon, 4 Jul 2005 21:20:52 +0000 (21:20 +0000)]
* javac.in: added

18 years ago* The compiler we want to use
twisti [Mon, 4 Jul 2005 21:09:35 +0000 (21:09 +0000)]
* The compiler we want to use

18 years agodebug helper removed
christian [Mon, 4 Jul 2005 21:02:17 +0000 (21:02 +0000)]
debug helper removed

18 years agooutput file for extest.java corrected
christian [Mon, 4 Jul 2005 20:45:02 +0000 (20:45 +0000)]
output file for extest.java corrected

18 years ago* thread_getself: implemented
twisti [Mon, 4 Jul 2005 20:41:28 +0000 (20:41 +0000)]
* thread_getself: implemented

18 years ago* GetEnv: call thread_getself, but i don't know if this is correct
twisti [Mon, 4 Jul 2005 20:40:55 +0000 (20:40 +0000)]
* GetEnv: call thread_getself, but i don't know if this is correct

18 years ago* Added -verbose:[class|gc|jni], yet only jni works
twisti [Mon, 4 Jul 2005 20:39:26 +0000 (20:39 +0000)]
* Added -verbose:[class|gc|jni], yet only jni works