* lastmcodeptr: Stuff added.
[cacao.git] / src / vm / jit /
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 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-19 twisti* callingMethodCollector: Return [1] element since...
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 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* 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* USE_CODEMMAP: Removed.
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-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 edwindo not dump the method on exception
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* 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 edwinfor INVOKESPECIAL: check that it may only call <init...
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
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 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-09-29 twisti* DIST_SUBDIRS: Removed arm.
2005-09-29 twisti* offsets.h: Added.
2005-09-29 twisti* createnativestub: Renamed _exceptionptr to _no_thread...
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* 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.
next