summaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
2008-07-20Make UA200x features selectable, add MMU typesblueswir1
2008-07-19Remove unused variableblueswir1
2008-07-19Implement nucleus quad lddablueswir1
2008-07-19Update TLB miss addressesblueswir1
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths
2008-07-18wrhpr hstick_cmpr is a store, not a loadblueswir1
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-16Fix MMU miss trapsblueswir1
2008-07-16Flushw can generate exceptions, so save PC & NPCblueswir1
2008-07-15Really fix casblueswir1
2008-07-08Implement some Ultrasparc cache ASIs used by SILOblueswir1
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-26Fix bogus format, reading uninitialised memory (original patch by Julian Seward)blueswir1
2008-06-24Fix Sparc mmu bug seen with NetBSD, based on patch by Cliff Wrightblueswir1
2008-06-23Fix compiler warning (Jan Kiszka)blueswir1
2008-06-22Eliminate cpu_T[0]blueswir1
2008-06-22Eliminate cpu_T[1]blueswir1
2008-06-22Add missing keys, sendkey support for all keysblueswir1
2008-06-21Convert some cpu_dst uses (with loads/stores) to cpu_tmp0blueswir1
2008-06-21Avoid brcond problems, use temps for cpu_src1 & cpu_src2blueswir1
2008-06-20Update TODOblueswir1
2008-06-20Fix boot problem on i386 host introduced in r4690blueswir1
2008-06-15Avoid temporary variable use across basic blocks for udivxblueswir1
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir1
2008-05-31Add more SuperSparcsblueswir1
2008-05-30Fix typo.pbrook
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook
2008-05-29MicroSparc I didn't have fsmuld opblueswir1
2008-05-29Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir1
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-27Free tempsblueswir1
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir1
2008-05-26More TCG type fixesblueswir1
2008-05-26Fix cas on i386blueswir1
2008-05-25remove absolete functionbellard
2008-05-25Nicer debug outputblueswir1
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-24More TCGv type fixes.pbrook
2008-05-24Fix ARM conditional branch bug.pbrook
2008-05-24Fix helper operand type mismatch.pbrook
2008-05-22Register op helpersblueswir1
2008-05-20Remove currently unnecessary alignment maskingblueswir1
2008-05-17Generate better code for Sparc32 shiftsblueswir1
2008-05-17Update TODOblueswir1
2008-05-12Move prototype back to avoid a compiler warningblueswir1