HPPA (PA-RISC) host support
[qemu] / target-sparc /
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-03-30 pbrookRemove incorrect discards and old unused defines (blues...
2008-03-29 blueswir1 Change handling of source 2
2008-03-29 blueswir1 Change handling of source register 1
2008-03-29 blueswir1 Move CPU stuff unrelated to translation to helper.c
2008-03-29 blueswir1 Rename T[012] according to their roles
2008-03-29 blueswir1 Avoid writes to T1 except for loads/stores, convert...
2008-03-29 blueswir1 Accidentally dropped one change from previous commit
2008-03-26 blueswir1 Concentrate cpu_T[012] use to one function
2008-03-26 blueswir1 Split icc and xcc flag calculations
2008-03-26 blueswir1 Remove some legacy definitions
2008-03-24 blueswir1 Fix a sign extension problem
2008-03-23 blueswir1 Fix mulscc
2008-03-22 blueswir1 Convert ldf/ldfsr and stf/stfsr to TCG
2008-03-22 blueswir1 Fix i32/i64/TL mismatches
2008-03-21 blueswir1 Remove leftover definitions
2008-03-21 blueswir1 Convert align checks to TCG
2008-03-21 blueswir1 Convert jumps to labels to TCG
2008-03-21 blueswir1 Convert save, restore, saved, restored, and flushw...
2008-03-21 blueswir1 Convert other float and VIS ops to TCG
2008-03-21 blueswir1 Convert float move ops to TCG
2008-03-18 blueswir1 Convert udiv and sdiv ops to TCG
2008-03-18 blueswir1 Use ext_i32_i64 instead of ext32s_i64
2008-03-18 blueswir1 Convert CCR and CWP ops to TCG
2008-03-18 blueswir1 Convert array8/16/32 and alignaddr to TCG
2008-03-16 blueswir1 Convert umul and smul to TCG
2008-03-16 blueswir1 Use a TCG global for pc and npc
2008-03-16 blueswir1 Convert mulscc to TCG, add cc_src2
2008-03-16 blueswir1 Discard unused data, use less temps
2008-03-15 blueswir1 Use a TCG global for fsr
2008-03-15 blueswir1 Convert ldfsr and stfsr to TCG
2008-03-14 blueswir1 Eliminate some uses of T2
2008-03-14 blueswir1 Convert udivx and sdivx to TCG
2008-03-14 blueswir1 Use memory globals for G registers
2008-03-13 blueswir1 Use tcg_const_tl for zero constant
2008-03-13 blueswir1 Convert condition code changing versions of add, sub...
2008-03-11 blueswir1 Use a TCG global for regwptr
2008-03-09 blueswir1 Convert andn, orn and xnor to TCG
2008-03-08 blueswir1 Convert branches and conditional moves to TCG
2008-03-06 blueswir1 Convert exception ops to TCG
2008-03-06 blueswir1 Fix microSPARC II SFSR mask (Robert Reif)
2008-03-05 blueswir1 Convert Sparc64 trap state ops to TCG
2008-03-04 blueswir1 Convert float helpers to TCG, fix fabsq in the process
2008-03-04 blueswir1 Convert fmovr to TCG
2008-03-02 blueswir1 Convert tick operations to TCG
2008-03-02 blueswir1 Convert movr and (partially) movcc to TCG
2008-03-02 blueswir1 Convert addx, subx, next_insn and mov_pc_npc to TCG
2008-02-27 blueswir1 Temporary fix for i386 host
2008-02-24 blueswir1 Modify Sparc32/64 to use TCG
2008-02-14 blueswir1 Fix remote debugger memory access problems reported...
2008-02-11 blueswir1 Sparc32 MMU register fixes (Robert Reif)
2008-02-01 bellarduse the TCG code generator
2008-01-01 blueswir1 More ASIs
2007-12-30 blueswir1 Nicer debug output for exceptions
2007-12-28 blueswir1 Initial support for Sun4d machines (SS-1000, SS-2000)
2007-12-28 blueswir1 Improved ASI debugging (Robert Reif)
2007-12-25 blueswir1 Enforce context table alignment
2007-12-11 blueswir1 Partial fix to Sparc32 Linux host global register...
2007-12-10 blueswir1 Add ASIs (Robert Reif)
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-29 blueswir1 Increase prom size for boot mode
2007-11-28 blueswir1Use slavio base as boot prom address, rearrange sun4m...
2007-11-28 blueswir1 Fix compilation and warnings on PPC host
2007-11-25 blueswir1 Fix floating point register decoding
2007-11-25 blueswir1 128-bit float support for user mode
2007-11-25 blueswir1 More MMU registers (Robert Reif)
2007-11-19 blueswir1 Fix MXCC register 64 bit read word order (Robert Reif)
2007-11-17 pbrookBreak up vl.h.
2007-11-17 blueswir1 Remove unnecessary register masking (Robert Reif)
2007-11-17 blueswir1 Fix MXCC error register (Robert Reif)
2007-11-17 blueswir1 Add MXCC module reset register (Robert Reif)
2007-11-11 bellardremoved warning
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-10 blueswir1 More Sparc64 CPU definitions
2007-11-09 blueswir1 More CPU definitions
2007-11-07 blueswir1 CPU specific boot mode (Robert Reif)
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-28 blueswir1 Use shared ctpop64 helper
2007-10-20 blueswir1 Avoid gcc warnings
2007-10-20 blueswir1 Fix compiling Sparc64 on PPC host
2007-10-17 blueswir1 Use ldq and stq for 8 byte accesses (original patch...
2007-10-17 blueswir1 Enable all alignment checks
2007-10-14 blueswir1 Fix bug in Sparc32 sta op (Robert Reif)
2007-10-14 blueswir1 Sparc64 hypervisor mode
2007-10-14 blueswir1 SuperSparc MXCC support (Robert Reif)
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-10-10 blueswir1 Fix taddcctv and tsubcctv (David Matthews)
2007-10-03 blueswir1 Fix Sparc64 ldfa/stfa and float ops with fpr >= 32
2007-10-01 blueswir1 Fix block load ASIs
2007-09-30 blueswir1 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions
2007-09-30 blueswir1 Fix Sparc64 wrasr instructions
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-24 blueswir1 CPU boot mode
2007-09-23 blueswir1 Add missing break statements
2007-09-21 blueswir1 Rework ASI instructions (Aurelien Jarno)
2007-09-20 blueswir1 Fix tadd op generation with GCC 4.x
2007-09-20 blueswir1 Detabify
next