* bp: Defined.
[cacao.git] / src / vm / jit / alpha /
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-10-27 twisti* asm_handle_exception: Pass indent flag correctly.
2005-10-27 twisti* fv0: Defined.
2005-10-21 twisti* patcher_athrow_areturn: Added.
2005-10-21 twisti* ICMD_ATHROW, ICMD_ARETURN: Added patcher stub call.
2005-10-20 edwininclude vm/resolve.h in patchers
2005-10-20 edwinremoved helper.h #includes
2005-10-20 edwinreplace helper_* calls in the pathers with calls to...
2005-10-12 twisti* createnativestub: Local references changes.
2005-10-12 twisti* USE_CODEMMAP: Removed.
2005-10-05 edwinverify that abstract classes are not instantiated
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-09-29 twisti* offsets.h: Added.
2005-09-27 twisti* types.h: Include fixes.
2005-09-27 twisti* createnativestub: Fixed stackframeinfo offset.
2005-09-27 twisti* types.h: Removed.
2005-09-19 twisti* Use one global vm/types.h and check unknow pointer...
2005-09-16 twisti* Moved asmoffsets.h to a global methodheader.h.
2005-09-15 twisti* Unified disassembler interface.
2005-09-02 twisti* Changed _TYPES_H define to _CACAO_TYPES_H
2005-07-27 twisti* M_FLD, M_DLD: Bugfix, we can't use `a' as temp regist...
2005-07-27 twisti* Removed unnecessary opt_showdisassemble stuff.
2005-07-24 twisti* Pass displacement to patcher functions.
2005-07-24 twisti* Pass load/store displacement to the patcher functions...
2005-07-24 twisti* codegen_findmethod: Use the new M_LDA macro after...
2005-07-24 twisti* M_LDA, M_ILD, M_LLD, M_IST, M_LST, M_FLD, M_DLD,...
2005-07-18 twisti* asm_call_jit_compiler: handle jit compiler exceptions...
2005-07-13 twisti* ICMD_IDIV, ICMD_IREM: gcc -O2 workaround: the cast...
2005-07-13 twisti* Removed unused asmoffsets.h
2005-07-11 twisti* Again, new and simpler stacktraces
2005-07-11 twisti* Removed forgotten variable
2005-07-11 twisti* Implemented new (and new improved) stacktrace system
2005-07-08 twisti* Save pv to the position of the patcher function pointer
2005-07-08 twisti* md_stacktrace_get_returnaddress: added
2005-07-05 twisti* asm_calljavafunction/2: calculate pv recalculate...
2005-07-05 twisti* INVOKESPECIAL: use software null pointer, checking...
2005-06-29 christianmd_return_alloc coded to precolour stack slots holding...
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-26 twisti* Added md_init
2005-06-23 twisti* Removed machine independent stuff
2005-06-23 twisti* Moved md_param_alloc prototype to decriptor.h
2005-06-22 christianAdded/Corrected [INT|ADR|FLT]_[REG|TMP|SAV|ARG|RES...
2005-06-22 christianChanges in the registerdata structure:
2005-06-20 twisti* Moved machine independent code from createnativestub to
2005-06-18 twisti* Use code/data segment in native stub
2005-06-17 twisti* Alpha signal stuff
2005-06-17 twisti* Added md.c
2005-06-17 twisti* Just typos
2005-06-15 twisti* Forgot native/native.h include
2005-06-15 twisti* patcher_resolve_native: implemented
2005-06-09 twisti* Use AC_C_BIGENDIAN in configure.in
2005-06-08 twistiMachine dependent stuff.
2005-06-08 twisti* moved ABI stuff to specific files
2005-06-08 twistiRemoved useless BlockPtrOfPC macro.
2005-06-08 twistiRemoved SET_ARG_STACKSLOTS.
2005-06-08 twistiMoved defines to md-asm.h
2005-06-08 twistiAdded md stuff.
2005-06-08 twistiMoved ABI stuff into md-abi.h
2005-06-08 twisti* removed U8_AVAILABLE, since we know what alpha can do
2005-06-08 twisti* use PATCHER_MARK_PATCHED_MONITOREXIT on exit
2005-05-25 twistiDefined PATCHER_MONITORENTER/EXIT macros (i have some...
2005-05-23 twistiKilled panic's.
2005-05-12 twistiMoved global string definitions to string.c for 2 reaso...
2005-05-11 twistiPatcher stub bugfix: don't increment mcodeptr with ++.
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-05-03 twistiPatcher synchronization.
2005-04-27 twisti- float register defines (couldn't find a header file...
2005-04-27 twisti- use itmp3 for patchref branch and save the return...
2005-04-27 twistiMoved ALIGNCODENOP from codegen.c
2005-04-27 twistiThe return address is now store on the stack in the...
2005-04-26 twistiLazy loading for alpha and code patching stuff.
2005-04-22 christian[alpha|mips|x86_64]arch.h adopted to latest change
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-12 twistipatchref patch.
2005-04-12 twistiDefine CONDITIONAL_LOADCONST with 1.
2005-04-05 christiannew ARGVAR handling for mips and alpha
2005-04-04 twistioffsets.h depends on genoffsets and config.h, all other...
2005-04-03 twisti- -verbosecall bugfix
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
2005-04-01 twistiCHECKCAST bugfix.
2005-03-30 twisti- added asm_calljavafunction_int
2005-03-30 twistiRemoved deprecated .globl defines: asm_builtin_checkcas...
2005-03-24 twisti- implemented: ICMD_PUTSTATICCONST, ICMD_PUTFIELDCONST
2005-03-20 twistiAdded and changed some SUPPORT defines.
2005-03-05 twistiJust ignore some files.
2005-03-03 twistiDon't pass pos to disassinstr.
2005-02-23 twistiAdded SUPPORT_MUL_CONST define.
2005-02-15 twistiUse: utf_fillInStackTrace, utf_void__java_lang_Throwable
2005-02-15 twisti- some signal changes
2005-02-15 twistiBuild dir fixes.
2005-01-27 twistiAdded SUPPORT_LOGICAL_CONST
2005-01-10 twisti- added asm_calljavafunction2int and asm_calljavafuncti...
2004-12-22 twistiAdded stub size InternalError.
2004-12-22 twistiUse monitorenter/exit only with threads.
2004-12-22 twisti- MULTIANEWARRAY bugfix
2004-12-07 twistiDepend on offsets.h on genoffsets (breaks make dist).
2004-12-07 twistiGNU header update.
2004-12-07 twistiBuild and clean offsets.h.
next