New clinit patch code.
[cacao.git] / src / vm / jit / alpha /
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
2004-05-05 stefanThreads on Alpha Linux
2004-03-18 jowennadditional fields for line numbers added to data segmen...
2004-03-17 twisti- -verbosecall fixes
2004-03-15 jowenncompile and run again on alpha. No new features from...
2004-03-15 jowennexception back traces for i386
2004-03-07 twisti- replace proto_ exceptions with dynamic ones
2004-01-22 twistiPatch the code for PUT/GETSTATIC instructions to jump...
2004-01-22 twisti- fixed F2D (in corner case situations like MIN_VALUE...
2004-01-07 edwininclude main.h
2004-01-06 stefanexceptionptr update for native threads
2004-01-05 twisti- include parse.h
2004-01-05 twisti- added gnu header and emacs tailer
2003-12-16 edwinuse loging functions
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-05 stefanMade loging thread-safe
2003-12-05 stefanSanitized labels (somewhat)
2003-12-04 jowennone bug less related to class/exception handing and...
2003-11-25 jowenntry fixing alpha
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-15 stefanLet the assembler assemble asm_calljavafunction
2003-11-14 stefanRemoved unused, buggy FP operations
2003-11-13 stefannasty fp fix
2003-11-13 twistiChanged SUPPORT_LONG_MULDIV to SUPPORT_LONG_MUL and...
2003-11-13 stefanrepaired make dist
2003-11-13 stefanUndefined behaviour
2003-11-09 twistiMove variables into .c file, keep defines in .h
2003-11-02 twistiForgot to convert mcode_ to codegen_
2003-11-02 twistiMajor file restructuring.