* SAVE_TEMPORARY_REGISTERS, RESTORE_TEMPORARY_REGISTERS: Removed t7.
[cacao.git] / src / vm / jit /
2005-11-17 twisti* SAVE_TEMPORARY_REGISTERS, RESTORE_TEMPORARY_REGISTERS...
2005-11-17 twisti* M_LST_IMM32, M_AST_IMM32: Added.
2005-11-17 twisti* createnativestub: Don't save return value for void...
2005-11-15 twisti* BUILT_SOURCES: Added offsets.h.
2005-11-15 twisti2005-11-14 Tom Tromey <tromey@redhat.com>
2005-11-14 twisti* createnativestub: Some fixes, don't save return value...
2005-11-11 twisti* codegen: Changed return value to bool, throw Internal...
2005-11-11 twisti* codegen: Changed return value to bool, throw Internal...
2005-11-11 twisti* analyse_stack: Pass opcode to InternalError.
2005-11-11 twisti* codegen: Changed return value to bool, throw Internal...
2005-11-11 twisti* Java 1.5 support changes.
2005-11-11 twisti* patcher_builtin_new: Removed due to Java 1.5 support...
2005-11-11 twisti* jit_compile_intern: Check return value of codegen.
2005-11-11 twisti* codegen: Changed return type from void to bool.
2005-11-11 twisti* java_lang_Throwable.h, java_lang_VMThrowable.h: Added.
2005-11-11 twisti* stacktrace_print_trace: Changed argument type to...
2005-11-09 christianWorking lsra Version
2005-11-09 christianMax Lifetimecount Correction for lsra
2005-11-09 edwinmark statistics on primitive loads as "currently not...
2005-11-09 edwinsave a function call in typecheck.c (without using...
2005-11-08 twisti* ICMD_FRETURN, ICMD_DRETURN: In monitorexit we have...
2005-11-08 edwintypeinfo.h: rewrote some macros as functions
2005-11-08 twisti* Java 1.5 support changes.
2005-11-08 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-08 edwintypecheck.c: rewrote some macros as functions
2005-11-07 edwinadapt verifier to java 1.5 changes (ACONSTs are now...
2005-11-07 twisti* Java 1.5 support changes.
2005-11-07 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-07 twisti* INCLUDES: Added OS_DIR.
2005-11-07 twisti* Java 1.5 support changes.
2005-11-07 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-07 twisti* Java 1.5 support changes.
2005-11-07 twisti* M_LSUB, M_LSUB_IMM32, M_AND, M_IAND, M_IAND_IMM,...
2005-11-07 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-07 twisti* Java 1.5 support changes.
2005-11-07 twisti* ICMD_ARRAYCHECKCAST: Removed due to Java 1.5 changes.
2005-11-07 twisti* OP*: Macros reformatted.
2005-11-07 twisti* Java 1.5 support changes.
2005-11-07 twisti* LOADCONST_A_CLASS: Added.
2005-11-07 christianComment added why integer return register is not precol...
2005-11-07 twisti* asm_call_jit_compiler: Argument save/restore offsets...
2005-11-07 twisti* DIST_SUBDIRS, SUBDIRS: Moved to top.
2005-11-07 twisti* DIST_SUBDIRS: Added.
2005-11-06 twisti* Fix line number problem in exception stubs: we can...
2005-11-06 twisti* Fix line number problem in exception stubs: we can...
2005-11-06 twisti* Fix line number problem in exception stubs: we can...
2005-11-06 twisti* x86_64_emit_ishift, x86_64_emit_lshift: Bugfix where...
2005-11-06 twisti* asm_wrapper_patcher: We now use %rbp to address the...
2005-11-06 twisti* bp: Defined.
2005-11-05 twisti* codegen_findmethod: Use structure in local stackframe...
2005-11-05 twisti* show_icmd: Fixed ICMD_ARRAYCHECKCAST output.
2005-11-05 twisti* asm_call_jit_compiler: Renamed _exceptionptr to _no_t...
2005-11-05 twisti* createnativestub: Renamed _exceptionptr to _no_thread...
2005-11-05 twisti* JAVA_GET/PUT*: Removed __POWERPC__ define, since...
2005-11-05 twisti* JAVA_GET/PUT*, JAVA_CHECKCAST, JAVA_INSTANCEOF: Remov...
2005-11-05 twisti* Only added some debug output for mips and powerpc...
2005-11-05 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-04 motsealmost all required function implemented - first integr...
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-04 twisti* M_XOR, M_CLR: Added.
2005-11-04 twisti* createnativestub: Call trace fixes.
2005-11-04 twisti* verify_builtin: Use classinfo instead of vftbl for...
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-11-04 twisti* JAVA_ANEWARRAY, JAVA_MULTIANEWARRAY, JAVA_CHECKCAST...
2005-11-04 twisti* M_IMOV_IMM: Added.
2005-11-03 twisti* Added mips32 stuff.
2005-11-03 twisti* patcher_athrow_areturn changes.
2005-11-03 twisti* thread_restartcriticalsection: Added.
2005-11-03 twisti* --disable-threads fixes.
2005-11-01 twisti* analyse_stack: Added mips32 stuff.
2005-11-01 twisti* cacao_stacktrace_fillInStackTrace: Flush after debug...
2005-10-28 twisti* patcher_get_putfield: Fixed TYPE_LNG on mips32.
2005-10-28 twisti* Calculate the return address of a patcher call via...
2005-10-28 twisti* patcher_get_putstatic, patcher_get_putfield,
2005-10-27 twisti* asm_wrapper_patcher: We also need to save return...
2005-10-27 twisti* SAVE_RETURN_REGISTERS, RESTORE_RETURN_REGISTERS:...
2005-10-27 twisti* asm_handle_exception: Pass indent flag correctly.
2005-10-27 twisti* fv0: Defined.
2005-10-26 twisti* callingMethodCollector, cacao_callingMethod: Removed.
2005-10-26 twisti* Some code reformated.
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...
next