aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/op_helper.c
AgeCommit message (Expand)Author
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2008-12-23Add SuperSPARC MMU breakpoint registers (Robert Reif)blueswir1
2008-12-11Add missing "static"blueswir1
2008-11-17TCG variable type checking.pbrook
2008-10-07Fix error in fexpand (spotted by sparse)blueswir1
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir1
2008-10-03Rearrange tick functionsblueswir1
2008-10-02Fix MXCC printf warning (based on patch by Robert Reif)blueswir1
2008-09-27Add mmu tlb demap support (Igor Kovalenko)blueswir1
2008-09-26Implement some UA2007 block ASIsblueswir1
2008-09-26Implement UA2005 hypervisor trapsblueswir1
2008-09-26Move also DEBUG_PCALL (see r5085)blueswir1
2008-09-22Add software and timer interrupt supportblueswir1
2008-09-22Fix arguments used in cas/casx, thanks to Igor Kovalenko for spottingblueswir1
2008-09-21Use the new concat_i32_i64 op for std and stdablueswir1
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