aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/op_helper.c
AgeCommit message (Expand)Author
2008-09-14Fix array subscript above array bounds errorblueswir1
2008-09-10Convert rest of ops using float32 to TCG, remove FT0 and FT1blueswir1
2008-09-10Partially convert float128 conversion ops to TCGblueswir1
2008-09-10Convert basic 64 bit VIS ops to TCGblueswir1
2008-09-10Convert basic 32 bit VIS ops to TCGblueswir1
2008-09-10Convert basic float32 ops to TCGblueswir1
2008-09-09Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCGblueswir1
2008-09-03Implement no-fault loadsblueswir1
2008-08-29Fix Sparc64 boot on i386 host:blueswir1
2008-08-25Fix udiv and sdiv on Sparc64 (Vince Weaver)blueswir1
2008-08-21Use initial CPU definition structure for some CPU fields instead of copyingblueswir1
2008-08-06Fix faligndata (Vince Weaver)blueswir1
2008-08-06Fix I/D MMU tag readsblueswir1
2008-07-25Make MAXTL dynamic, bounds check tl when indexingblueswir1
2008-07-20Make UA200x features selectable, add MMU typesblueswir1
2008-07-19Remove unused variableblueswir1
2008-07-19Implement nucleus quad lddablueswir1
2008-07-17Fix saving and loading of trap stateblueswir1
2008-07-17Support for address maskingblueswir1
2008-07-16Fix MMU registers, add more E-cache ASIsblueswir1
2008-07-08Implement some Ultrasparc cache ASIs used by SILOblueswir1
2008-06-20Fix boot problem on i386 host introduced in r4690blueswir1
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir1
2008-05-29Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir1
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir1
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-20Remove currently unnecessary alignment maskingblueswir1
2008-05-12Wrap long linesblueswir1
2008-05-11Remove someexplicit alignment checks (initial patch by Fabrice Bellard)blueswir1
2008-05-10suppressed fixed registersbellard
2008-05-10Fix compiler warningsblueswir1
2008-05-09CPU feature selection supportblueswir1
2008-05-09Move #include to speed up compilationblueswir1
2008-05-04Complete the TCG conversionblueswir1
2008-04-22Revert the previous patchblueswir1
2008-04-22Move 128-bit float emulation under linux-userblueswir1
2008-03-21 Convert align checks to TCGblueswir1
2008-03-21 Convert save, restore, saved, restored, and flushw to TCGblueswir1
2008-03-21 Convert other float and VIS ops to TCGblueswir1
2008-03-18 Convert udiv and sdiv ops to TCGblueswir1
2008-03-18 Convert CCR and CWP ops to TCGblueswir1
2008-03-18 Convert array8/16/32 and alignaddr to TCGblueswir1
2008-03-15 Convert ldfsr and stfsr to TCGblueswir1
2008-03-05 Convert Sparc64 trap state ops to TCGblueswir1
2008-03-04 Convert float helpers to TCG, fix fabsq in the processblueswir1
2008-02-24 Modify Sparc32/64 to use TCGblueswir1
2008-02-11 Sparc32 MMU register fixes (Robert Reif)blueswir1
2008-01-01 More ASIsblueswir1
2007-12-30 Nicer debug output for exceptionsblueswir1
2007-12-28 Initial support for Sun4d machines (SS-1000, SS-2000)blueswir1