aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
2008-07-19Implement nucleus quad lddablueswir13-20/+70
2008-07-19Update TLB miss addressesblueswir11-0/+2
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-7/+6
2008-07-18wrhpr hstick_cmpr is a store, not a loadblueswir11-3/+2
2008-07-17Fix saving and loading of trap stateblueswir12-12/+12
2008-07-17Support for address maskingblueswir12-31/+55
2008-07-16Fix MMU registers, add more E-cache ASIsblueswir11-10/+64
2008-07-16Fix MMU miss trapsblueswir12-4/+4
2008-07-16Flushw can generate exceptions, so save PC & NPCblueswir11-0/+1
2008-07-15Really fix casblueswir11-6/+5
2008-07-08Implement some Ultrasparc cache ASIs used by SILOblueswir11-0/+20
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook1-2/+0
2008-06-30Move CPU save/load registration to common code.pbrook1-0/+2
2008-06-29Add instruction counter.pbrook2-1/+24
2008-06-26Fix bogus format, reading uninitialised memory (original patch by Julian Seward)blueswir11-1/+1
2008-06-24Fix Sparc mmu bug seen with NetBSD, based on patch by Cliff Wrightblueswir11-8/+8
2008-06-23Fix compiler warning (Jan Kiszka)blueswir11-1/+2
2008-06-22Eliminate cpu_T[0]blueswir11-9/+9
2008-06-22Eliminate cpu_T[1]blueswir11-4/+3
2008-06-22Add missing keys, sendkey support for all keysblueswir11-1/+0
2008-06-21Convert some cpu_dst uses (with loads/stores) to cpu_tmp0blueswir11-67/+67
2008-06-21Avoid brcond problems, use temps for cpu_src1 & cpu_src2blueswir11-35/+32
2008-06-20Update TODOblueswir11-1/+1
2008-06-20Fix boot problem on i386 host introduced in r4690blueswir11-4/+4
2008-06-15Avoid temporary variable use across basic blocks for udivxblueswir11-2/+4
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir16-49/+126
2008-05-31Add more SuperSparcsblueswir11-0/+36
2008-05-30Fix typo.pbrook1-1/+1
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook1-0/+12
2008-05-29MicroSparc I didn't have fsmuld opblueswir13-9/+19
2008-05-29Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir12-6/+0
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard1-2/+0
2008-05-28moved halted field to CPU_COMMONbellard1-1/+0
2008-05-27Free tempsblueswir11-109/+313
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir14-241/+230
2008-05-26More TCG type fixesblueswir11-11/+8
2008-05-26Fix cas on i386blueswir11-1/+1
2008-05-25remove absolete functionbellard1-5/+0
2008-05-25Nicer debug outputblueswir11-0/+2
2008-05-25Fix off-by-one unwinding error.pbrook1-6/+0
2008-05-24More TCGv type fixes.pbrook1-1/+2
2008-05-24Fix ARM conditional branch bug.pbrook1-31/+30
2008-05-24Fix helper operand type mismatch.pbrook1-1/+2
2008-05-22Register op helpersblueswir12-93/+101
2008-05-20Remove currently unnecessary alignment maskingblueswir11-57/+57
2008-05-17Generate better code for Sparc32 shiftsblueswir11-6/+21
2008-05-17Update TODOblueswir11-2/+4
2008-05-12Move prototype back to avoid a compiler warningblueswir12-1/+1
2008-05-12Wrap long linesblueswir14-157/+306
2008-05-11Remove someexplicit alignment checks (initial patch by Fabrice Bellard)blueswir12-98/+112