summaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-10Remove duplicated fieldblueswir11-1/+0
2008-05-10Add a TODO fileblueswir12-8/+89
2008-05-10suppressed fixed registersbellard4-80/+14
2008-05-10Fix compiler warningsblueswir16-39/+37
2008-05-09CPU feature selection supportblueswir16-231/+409
2008-05-09Move #include to speed up compilationblueswir12-5/+3
2008-05-07Simplify some constant loadsblueswir11-17/+14
2008-05-07Fix potential condition code problemsblueswir11-46/+58
2008-05-04remove target ifdefs from vl.caurel321-0/+102
2008-05-04Complete the TCG conversion (and delete some files, too)blueswir12-89/+0
2008-05-04Complete the TCG conversionblueswir15-42/+133