aboutsummaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
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
2008-05-12Wrap long linesblueswir1
2008-05-11Remove someexplicit alignment checks (initial patch by Fabrice Bellard)blueswir1
2008-05-10Remove duplicated fieldblueswir1
2008-05-10Add a TODO fileblueswir1
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-07Simplify some constant loadsblueswir1
2008-05-07Fix potential condition code problemsblueswir1
2008-05-04remove target ifdefs from vl.caurel32
2008-05-04Complete the TCG conversion (and delete some files, too)blueswir1
2008-05-04Complete the TCG conversionblueswir1