| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert align checks to TCG | blueswir1 | 2008-03-21 | 1 | -0/+6 |
* | Convert save, restore, saved, restored, and flushw to TCG | blueswir1 | 2008-03-21 | 1 | -0/+92 |
* | Convert other float and VIS ops to TCG | blueswir1 | 2008-03-21 | 1 | -34/+614 |
* | Convert udiv and sdiv ops to TCG | blueswir1 | 2008-03-18 | 1 | -0/+44 |
* | Convert CCR and CWP ops to TCG | blueswir1 | 2008-03-18 | 1 | -0/+21 |
* | Convert array8/16/32 and alignaddr to TCG | blueswir1 | 2008-03-18 | 1 | -0/+31 |
* | Convert ldfsr and stfsr to TCG | blueswir1 | 2008-03-15 | 1 | -1/+8 |
* | Convert Sparc64 trap state ops to TCG | blueswir1 | 2008-03-05 | 1 | -17/+21 |
* | Convert float helpers to TCG, fix fabsq in the process | blueswir1 | 2008-03-04 | 1 | -22/+13 |
* | Modify Sparc32/64 to use TCG | blueswir1 | 2008-02-24 | 1 | -280/+318 |
* | Sparc32 MMU register fixes (Robert Reif) | blueswir1 | 2008-02-11 | 1 | -8/+14 |
* | More ASIs | blueswir1 | 2008-01-01 | 1 | -6/+18 |
* | Nicer debug output for exceptions | blueswir1 | 2007-12-30 | 1 | -4/+104 |
* | Initial support for Sun4d machines (SS-1000, SS-2000) | blueswir1 | 2007-12-28 | 1 | -3/+1 |
* | Improved ASI debugging (Robert Reif) | blueswir1 | 2007-12-28 | 1 | -14/+58 |
* | Add ASIs (Robert Reif) | blueswir1 | 2007-12-10 | 1 | -1/+8 |
* | Fix compilation and warnings on PPC host | blueswir1 | 2007-11-28 | 1 | -0/+17 |
* | 128-bit float support for user mode | blueswir1 | 2007-11-25 | 1 | -0/+39 |
* | More MMU registers (Robert Reif) | blueswir1 | 2007-11-25 | 1 | -6/+17 |
* | Fix MXCC register 64 bit read word order (Robert Reif) | blueswir1 | 2007-11-19 | 1 | -4/+4 |
* | Break up vl.h. | pbrook | 2007-11-17 | 1 | -24/+0 |
* | Remove unnecessary register masking (Robert Reif) | blueswir1 | 2007-11-17 | 1 | -5/+5 |
* | Fix MXCC error register (Robert Reif) | blueswir1 | 2007-11-17 | 1 | -4/+2 |
* | Add MXCC module reset register (Robert Reif) | blueswir1 | 2007-11-17 | 1 | -0/+8 |
* | removed warning | bellard | 2007-11-11 | 1 | -1/+1 |
* | CPU specific boot mode (Robert Reif) | blueswir1 | 2007-11-07 | 1 | -2/+2 |
* | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths | 2007-10-29 | 1 | -1/+5 |
* | Use shared ctpop64 helper | blueswir1 | 2007-10-28 | 1 | -6/+2 |
* | Avoid gcc warnings | blueswir1 | 2007-10-20 | 1 | -2/+2 |
* | Fix compiling Sparc64 on PPC host | blueswir1 | 2007-10-20 | 1 | -0/+15 |
* | Use ldq and stq for 8 byte accesses (original patch by Robert Reif) | blueswir1 | 2007-10-17 | 1 | -21/+22 |
* | Fix bug in Sparc32 sta op (Robert Reif) | blueswir1 | 2007-10-14 | 1 | -1/+1 |
* | Sparc64 hypervisor mode | blueswir1 | 2007-10-14 | 1 | -30/+68 |
* | SuperSparc MXCC support (Robert Reif) | blueswir1 | 2007-10-14 | 1 | -16/+151 |
* | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 2007-10-14 | 1 | -2/+2 |
* | Fix block load ASIs | blueswir1 | 2007-10-01 | 1 | -9/+25 |
* | Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions | blueswir1 | 2007-09-30 | 1 | -0/+73 |
* | CPU boot mode | blueswir1 | 2007-09-24 | 1 | -2/+2 |
* | Add missing break statements | blueswir1 | 2007-09-23 | 1 | -0/+20 |
* | Rework ASI instructions (Aurelien Jarno) | blueswir1 | 2007-09-21 | 1 | -27/+376 |
* | Detabify | blueswir1 | 2007-09-20 | 1 | -308/+308 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -8/+8 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -14/+14 |
* | Fix retry and done ops, trap handling | blueswir1 | 2007-07-08 | 1 | -7/+18 |
* | Report normalised CWP values to userland and GDB, not internal representation | blueswir1 | 2007-07-07 | 1 | -3/+3 |
* | Sparc64 linux-user build fix | blueswir1 | 2007-06-01 | 1 | -0/+8 |
* | Separate fault for code access to unassigned memory | blueswir1 | 2007-05-27 | 1 | -2/+8 |
* | Implement Sparc64 CPU timers using ptimers | blueswir1 | 2007-05-25 | 1 | -0/+17 |
* | Use full 36-bit physical address space on SS10 | blueswir1 | 2007-05-19 | 1 | -6/+56 |
* | Enable faults for unassigned memory accesses and unimplemented ASIs | blueswir1 | 2007-05-17 | 1 | -17/+114 |