* moved ABI stuff into md-abi.h
[cacao.git] / src / vm / jit / alpha /
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.
2004-12-06 twistiAdded makefile position name.
2004-12-06 twistiTypo.
2004-12-06 twistiUse libtool to compile cacao libraries. We need to...
2004-12-06 twisti- changed define
2004-12-06 twisti- removed asm offsets (what is the header file else...
2004-12-06 twistiDon't include stacktrace.inc.
2004-12-06 twisti- clinit error bugfix
2004-12-05 jowennalmost all stacktraces do now really work.
2004-12-05 jowennfix compiliation
2004-12-03 twisti- build/dist/install changes
2004-12-03 twistiRemoved Michael Gschwind.
2004-12-01 christianLinear Scan Register Allocator disabled. (with #ifdef...
2004-11-30 twistiNew source tree.
2004-11-29 twistiSmall comment typo.
2004-11-26 twistiWarning fixes, sorry.
2004-11-25 twistiNew clinit patch code.
2004-11-25 christian*** empty log message ***
2004-11-24 twisti- moved architecture stuff into arch.h
2004-11-24 twistiMoved architecture stuff into arch.h.
2004-11-14 jowennskip new instructions for now
2004-11-08 twistiCompiler data structure changes.
2004-11-08 twistiRemoved unused sigcontext.h.
2004-10-11 jowennFix a crash in the code which tests, if a method is...
2004-08-24 stefanthere is no "rmb" instruction
2004-08-04 stefanbarrier changes
2004-08-03 stefanapparently, getcallingmethod is gone
2004-08-01 stefannew native threads
2004-07-21 twistiReentrant compiler fixes.
2004-07-16 twistibug fixes: DUP2_X1 and DUP* regalloc
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-05 stefancompile fix
2004-07-05 twisti- global variable changes
2004-07-05 twistiDefined SUPPORT_CONST_ASTORE and SUPPORT_ONLY_ZERO_ASTORE.
2004-07-05 twistiasmpart.o and offsets.h rules.
2004-07-03 stefanstatic monitorenter
2004-06-29 twistiremoval_of_global_jit_variables changes.
2004-06-29 twistiasmpart depends on offsets.h
2004-06-17 stefan*** empty log message ***
2004-06-12 stefanNative stub size again
2004-06-11 stefanSmall fix (native stub size)
2004-06-06 twistiFix include paths to support build directories.
2004-06-05 twisti- ICMD_CHECKOOM to ICMD_CHECKEXCEPTION stuff
2004-06-03 twistiClass values (off*val) are s4's, so just read and write...
2004-05-20 twistiWrong exception call, we need to use new_exception...
2004-05-20 stefansmall fix
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-05-16 stefancompileverbose merge from i386
2004-05-16 twisti- fixed branch addresses
2004-05-16 twisti- ExceptionInInitializerError stuff
2004-05-16 twisti- ExceptionInInitializerError stuff
next