* Some code reformated.
[cacao.git] / src / vm /
2005-10-26 twisti* Some code reformated.
2005-10-26 twisti* exceptions_init: Load and link class_java_lang_NullPo...
2005-10-26 twisti* class_java_lang_NullPointerException: Added.
2005-10-26 twisti* utf_java_lang_NullPointerException: Added.
2005-10-26 twisti* asm_handle_exception: Indent.
2005-10-24 edwintypecheck: use patcher for postponed typechecks for...
2005-10-24 edwinadded more detailed statistics to typecheck.c
2005-10-24 twisti* LREM: Bugfix, we accidentaly overwrote REG_ITMP2...
2005-10-24 twisti* M_CMP, M_CMP_IMM, M_CMP_MEMBASE: Added.
2005-10-21 twisti* types.h: Include path fixed.
2005-10-21 twisti* types.h: Include path fixed.
2005-10-21 twisti* ICMD_ATHROW, ICMD_ARETURN: Added patcher stub calls.
2005-10-21 twisti* patcher_athrow_areturn: Added.
2005-10-21 twisti* Patcher stub call nop'ing stuff added.
2005-10-21 twisti* PATCHER_CALL_SIZE: Added.
2005-10-21 twisti* patcher_athrow_areturn: Added.
2005-10-21 twisti* ICMD_ATHROW, ICMD_ARETURN: Added patcher stub call.
2005-10-21 twisti* lastmcodeptr: Stuff added.
2005-10-21 twisti* PATCHER_CALL_SIZE: Added.
2005-10-21 twisti* patcher_athrow_areturn: Added.
2005-10-21 twisti* codegen_increase: We also need to set the lastmcodept...
2005-10-21 twisti* ICMD_ARETURN: Added patcher call, missed in last...
2005-10-21 twisti* patcher_athrow_areturn: Fixed comment.
2005-10-21 twisti* Added stuff to nop the missing space for patcher...
2005-10-21 twisti* config.h: Added.
2005-10-21 twisti* patcher_athrow_areturn: Added.
2005-10-21 twisti* dseg_addlinenumbertablesize: Do padding on all 64...
2005-10-21 twisti* codegendata: Added lastmcodeptr.
2005-10-20 edwinadded Changes: Edwin Steiner to exceptions.[ch]
2005-10-20 edwinsmall fix in classnotfoundexception_to_noclassdeffounderror
2005-10-20 edwininclude vm/resolve.h in patchers
2005-10-20 edwinremoved helper.h #includes
2005-10-20 edwinremoved helper.[ch]
2005-10-20 edwinreplace helper_* calls in the pathers with calls to...
2005-10-20 edwinadded resolve_*_eager functions
2005-10-20 edwinAdded new_noclassdeffounderror and a function to convert
2005-10-19 twisti* callingMethodCollector: Return [1] element since...
2005-10-19 twisti* new_illegalargumentexception: Added.
2005-10-19 twisti* utf_java_lang_IllegalArgumentException: Added.
2005-10-19 twisti* class_java_lang_IllegalArgumentException: Added.
2005-10-19 twisti* is_accessible_class: Renamed to access_is_accessible_...
2005-10-18 twisti* types.h: Fixed include path.
2005-10-18 twisti* disassinstr: 32-bit output and warning fixes.
2005-10-17 edwinmake NDEBUG disable TYPEINFO_DEBUG and TYPECHECK_DEBUG
2005-10-13 edwindo not throw exceptions for missing fields/methods...
2005-10-13 edwinreplaced TYPEINFO_INIT_FROM_CLASSREF_OR_CLASSINFO with...
2005-10-13 twisti* asm_call_jit_compiler: Use md_assembler_get_patch_add...
2005-10-13 twisti* md_assembler_get_patch_address: Added.
2005-10-13 twisti* createnativestub: Local references table changes.
2005-10-13 twisti* createnativestub: Local references changes.
2005-10-12 twisti* createnativestub: Local references changes, restore...
2005-10-12 twisti* createnativestub: Local references changes.
2005-10-12 twisti* utf_remove, utf_put, utf_get, utf_value: Added.
2005-10-12 twisti* builtin_new, builtin_newarray: Don't memset memory...
2005-10-12 twisti* class_create_classinfo: Don't set field to 0 values...
2005-10-12 twisti* load_class_from_classbuffer: GCNEW renamed to GCNEW_U...
2005-10-12 twisti* createnativestub: Local references table changes.
2005-10-12 twisti* codegen_addxcheckarefs: Removed.
2005-10-12 twisti* codegendata: xcheckarefs removed.
2005-10-12 twisti* stacktrace_dump_trace: Use stacktrace_print_trace...
2005-10-12 twisti* method_free: Warning fix.
2005-10-12 twisti* Include stdlib.h
2005-10-12 twisti* USE_CODEMMAP: Removed.
2005-10-10 edwinbuiltin_arrayinstanceof: return 0 if object == NULL
2005-10-10 edwinfor ATHROW and ARETURN: set iptr->val.a = NULL in parse.c
2005-10-10 twisti* ICMD_ATHROW, ICMD_ARETURN: Generate a call to the...
2005-10-10 twisti* patcher_athrow_areturn: Added.
2005-10-10 twisti* M_CALL_IMM: Added.
2005-10-07 edwinverify that first argument of instance method is of...
2005-10-07 edwincheck against method descriptors used for fields and...
2005-10-06 edwincheck for invalid opcode 203 (decimal)
2005-10-06 edwincheck for invalid opcode 186 (decimal)
2005-10-06 edwinhonor return value of fillextable
2005-10-06 edwinremoved debug print
2005-10-06 edwinin resolve_and_check_subtype_set: skip types that canno...
2005-10-06 edwincheck return value of descriptor_pool_add_class
2005-10-06 edwindo not dump the method on exception
2005-10-06 twisti* signal_init: Added SA_NODEFER to SIGINT.
2005-10-06 twisti* opt_verboseclass: Added.
2005-10-06 twisti* class_findfield, class_findfield_by_name, class_findf...
2005-10-06 twisti* classbuffer: path added, for -verbose:class.
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
next