* SUN compatible -verbose:class implemented.
[cacao.git] / src / vm /
2005-10-06 twisti* SUN compatible -verbose:class implemented.
2005-10-06 twisti* createnativestub: Forgot to load the return value...
2005-10-06 edwinuse new_internalerror where possible
2005-10-06 edwincheck param types *before* calling constrain_unresolved...
2005-10-06 edwinthrow classformaterror instead of assert(0)
2005-10-06 edwinthrow verifyerror instead of assert(0)
2005-10-06 edwinthrow verify errors instead of assert(0)
2005-10-06 edwinalways check return value of class_getconstant
2005-10-06 edwinthrow verify error instead of assertion
2005-10-06 edwinadded case for verifying unresolved arrayinstanceof
2005-10-05 edwincode cleanup, moved flag init to separate function
2005-10-05 edwinverify unresolved array references in MULTIANEWARRAY
2005-10-05 edwinverify invocations of generic builtin methods
2005-10-05 edwincode cleanup, moved some code into separate functions
2005-10-05 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-05 twisti* is_valid_utf: Don't print Overlong UTF-8 sequence...
2005-10-05 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-05 twisti* analyse_stack: Set iptr->op1 to false for automatic...
2005-10-05 edwinverify that abstract classes are not instantiated
2005-10-05 edwinverify that the right <init> is called for uninitialize...
2005-10-05 edwincache self-reference of class in link_class_intern
2005-10-05 twisti* show_icmd: Print string or classname for ACONSTs.
2005-10-05 twisti* literalstring_u2: Bugfix when reorganizing the string...
2005-10-05 edwinfor INVOKESPECIAL: check that it may only call <init...
2005-10-05 edwinfix checking of protected members (removed bogus test...
2005-10-04 edwinimplement special lookup for INVOKESPECIAL and super...
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* config.h, types.h: Added.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* M_BNE: Added.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* Include cacao/cacao.h for cacao_exit.
2005-10-04 twisti* initialize_class_intern: Removed unused variable i.
2005-10-04 edwinadded a large comment explaining the typechecker
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_BUILTIN, ICMD_INVOKE*: Use md->paramcount instea...
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* OP, OP1, OP2I: Reformatted.
2005-10-04 twisti* stacktrace_inline_negativearraysizeexception: Removed.
2005-10-04 twisti* M_XOR, M_BNE: Added.
2005-10-04 twisti* types.h: Include path fixes.
2005-10-04 twisti* asmoffsets.h, types.h: Removed.
2005-10-04 twisti* initialize_class_intern: Do not initialize interfaces...
2005-09-29 twisti* GNU classpath removal changes.
2005-09-29 twisti* DIST_SUBDIRS: Removed arm.
2005-09-29 twisti* loader_load_all_classes: Also skip *.png files.
2005-09-29 twisti* offsets.h: Added.
2005-09-29 twisti* createnativestub: Renamed _exceptionptr to _no_thread...
2005-09-28 twisti* class_java_lang_Thread, class_java_lang_VMThread...
2005-09-27 twisti* methodindent: Made it an s4, caused a problem on...
2005-09-27 twisti* signal_handler_sigint: Added, exits properly on ...
2005-09-27 twisti* asm_calljavafunction2: Fixed stackframe size bug.
2005-09-27 twisti* types.h: Include fixes.
2005-09-27 twisti* createnativestub: Fixed stackframeinfo offset.
2005-09-27 twisti* types.h: Fixed include path.
2005-09-27 twisti* types.h: Removed.
2005-09-24 twisti* builtin_throw: Don't pass line to builtin_trace_excep...
2005-09-21 twisti* Renamed _exceptionptr to _no_threads_exceptionptr.
2005-09-21 twisti* types.h include fixes.
2005-09-21 twisti* types.h: Removed.
2005-09-21 twisti* Includes fixed.
2005-09-21 twisti* Include fixes.
2005-09-21 twisti* Renamed verboseexception to opt_verboseexception.
2005-09-21 twisti* Mauve test fixes: check for bad array name and stuff...
2005-09-21 twisti* config.h, vm/types.h: Added.
2005-09-21 twisti* link_primitivetype_table: Set correct flags (taken...
2005-09-21 twisti* Added comments.
2005-09-21 twisti* builtin_trace_exception: Don't pass line, renamed...
2005-09-21 twisti* new_classnotfoundexception: Added.
2005-09-21 twisti* classcache_lookup_name, classcache_new_name: Speed...
2005-09-21 twisti* utf_add: Added.
2005-09-21 twisti* class_set_packagename: Set the packagename of an...
2005-09-21 twisti* Include fixes.
2005-09-21 twisti* is_accessible_class: Removed array comment.
2005-09-21 twisti* Added 1000 static superinstructions.
2005-09-21 twisti* Bugfixes, some optimizations.
2005-09-21 twisti* Fixed header text.
2005-09-21 twisti* Fixed includes.
2005-09-21 twisti* Added interpreter stuff.
2005-09-21 twisti* opt_stacksize, opt_static_supers: Added.
2005-09-21 twisti* types.h include fixes.
2005-09-21 twisti* Include methodheader.h instead of asmoffsets.h.
2005-09-21 twisti* thread_restartcriticalsection: Removed, should be...
2005-09-21 twisti* types.h include fixes.
2005-09-21 twisti* REG_ITMP3 changes: We cannot use r0 anymore, now...
2005-09-19 twisti* noinst_HEADERS: Added types.h.
2005-09-19 twisti* Fixed includes.
2005-09-19 twisti* AM_CFLAGS, noinst_HEADERS: Removed.
2005-09-19 twisti* Changed vm/jit/intrp/types.h include to vm/types.h.
2005-09-19 twisti* We now use a global vm/types.h.
2005-09-19 twisti* Changed vm/jit/i386/types.h include to vm/types.h.
2005-09-19 twisti* asmoffsets.h, types.h: Removed.
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-09-19 twisti* Fixed includes.
2005-09-19 twisti* Fixed includes (types.h, disass.h).
next