aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-04Avoid some brcondsblueswir11-24/+12
2008-05-03Use memory based registers in functions containing brcondsblueswir11-44/+57
2008-04-28Factorize code in translate.caurel321-0/+20
2008-04-23Document the shift valuesblueswir12-12/+18
2008-04-22Revert the previous patchblueswir11-0/+108
2008-04-22Move 128-bit float emulation under linux-userblueswir11-108/+0
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-03-30Remove incorrect discards and old unused defines (blueswir1).pbrook1-64/+0
2008-03-29 Change handling of source 2blueswir11-16/+22
2008-03-29 Change handling of source register 1blueswir11-31/+36
2008-03-29 Move CPU stuff unrelated to translation to helper.cblueswir13-520/+524
2008-03-29 Rename T[012] according to their rolesblueswir11-423/+435
2008-03-29 Avoid writes to T1 except for loads/stores, convert some T0 uses to cpu_tmp0blueswir11-41/+41
2008-03-29 Accidentally dropped one change from previous commitblueswir11-2/+2
2008-03-26 Concentrate cpu_T[012] use to one functionblueswir11-337/+318
2008-03-26 Split icc and xcc flag calculationsblueswir11-135/+181
2008-03-26 Remove some legacy definitionsblueswir11-278/+209
2008-03-24 Fix a sign extension problemblueswir11-1/+1
2008-03-23 Fix mulsccblueswir11-7/+10
2008-03-22 Convert ldf/ldfsr and stf/stfsr to TCGblueswir12-19/+13
2008-03-22 Fix i32/i64/TL mismatchesblueswir11-148/+149
2008-03-21 Remove leftover definitionsblueswir11-12/+0