aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/translate.c
AgeCommit message (Expand)Author
2008-03-14 Use memory globals for G registersblueswir1
2008-03-13 Use tcg_const_tl for zero constantblueswir1
2008-03-13 Convert condition code changing versions of add, sub, logic, and div to TCGblueswir1
2008-03-11 Use a TCG global for regwptrblueswir1
2008-03-09 Convert andn, orn and xnor to TCGblueswir1
2008-03-08 Convert branches and conditional moves to TCGblueswir1
2008-03-06 Convert exception ops to TCGblueswir1
2008-03-06 Fix microSPARC II SFSR mask (Robert Reif)blueswir1
2008-03-05 Convert Sparc64 trap state ops to TCGblueswir1
2008-03-04 Convert float helpers to TCG, fix fabsq in the processblueswir1
2008-03-04 Convert fmovr to TCGblueswir1
2008-03-02 Convert tick operations to TCGblueswir1
2008-03-02 Convert movr and (partially) movcc to TCGblueswir1
2008-03-02 Convert addx, subx, next_insn and mov_pc_npc to TCGblueswir1
2008-02-27 Temporary fix for i386 hostblueswir1
2008-02-24 Modify Sparc32/64 to use TCGblueswir1
2008-02-14 Fix remote debugger memory access problems reported by Matthias Steinblueswir1
2008-02-11 Sparc32 MMU register fixes (Robert Reif)blueswir1
2008-02-01use the TCG code generatorbellard
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths
2007-11-25 Fix floating point register decodingblueswir1
2007-11-25 128-bit float support for user modeblueswir1
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-11-10 More Sparc64 CPU definitionsblueswir1
2007-11-09 More CPU definitionsblueswir1
2007-11-07 CPU specific boot mode (Robert Reif)blueswir1
2007-10-17 Enable all alignment checksblueswir1
2007-10-14 Sparc64 hypervisor modeblueswir1
2007-10-14 SuperSparc MXCC support (Robert Reif)blueswir1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-10 Fix taddcctv and tsubcctv (David Matthews)blueswir1
2007-10-03 Fix Sparc64 ldfa/stfa and float ops with fpr >= 32blueswir1
2007-09-30 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir1
2007-09-30 Fix Sparc64 wrasr instructionsblueswir1
2007-09-24 CPU boot modeblueswir1
2007-09-21 Rework ASI instructions (Aurelien Jarno)blueswir1
2007-09-20 Detabifyblueswir1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths
2007-07-11 More alignment checksblueswir1
2007-07-08 Save state in Sparc64 return opblueswir1
2007-07-07 Use unsigned 32-bit load for ld/lduwblueswir1
2007-07-07 Fix wrong number of clean/saveable windows, match Linux startup register valuesblueswir1
2007-07-04 Fix Sparc64 movrblueswir1
2007-06-25 Drop unused parametersblueswir1
2007-06-10 Fix Sparc64 prefetcha opblueswir1
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir1
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir1
2007-05-07Fix pc/npc for unaligned load/stores, maybe other exceptionsblueswir1
2007-04-29More Sparc32 CPUsblueswir1