summaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
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
2008-05-04Avoid some brcondsblueswir1
2008-05-03Use memory based registers in functions containing brcondsblueswir1
2008-04-28Factorize code in translate.caurel32
2008-04-23Document the shift valuesblueswir1
2008-04-22Revert the previous patchblueswir1
2008-04-22Move 128-bit float emulation under linux-userblueswir1
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2008-03-30Remove incorrect discards and old unused defines (blueswir1).pbrook
2008-03-29 Change handling of source 2blueswir1
2008-03-29 Change handling of source register 1blueswir1
2008-03-29 Move CPU stuff unrelated to translation to helper.cblueswir1
2008-03-29 Rename T[012] according to their rolesblueswir1
2008-03-29 Avoid writes to T1 except for loads/stores, convert some T0 uses to cpu_tmp0blueswir1
2008-03-29 Accidentally dropped one change from previous commitblueswir1
2008-03-26 Concentrate cpu_T[012] use to one functionblueswir1