summaryrefslogtreecommitdiffstats
path: root/target-sparc/translate.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix cas on i386blueswir12008-05-261-1/+1
* remove absolete functionbellard2008-05-251-5/+0
* Nicer debug outputblueswir12008-05-251-0/+2
* More TCGv type fixes.pbrook2008-05-241-1/+2
* Fix ARM conditional branch bug.pbrook2008-05-241-31/+30
* Fix helper operand type mismatch.pbrook2008-05-241-1/+2
* Register op helpersblueswir12008-05-221-0/+5
* Generate better code for Sparc32 shiftsblueswir12008-05-171-6/+21
* Wrap long linesblueswir12008-05-121-86/+175
* Remove someexplicit alignment checks (initial patch by Fabrice Bellard)blueswir12008-05-111-44/+32
* Add a TODO fileblueswir12008-05-101-8/+0
* suppressed fixed registersbellard2008-05-101-21/+8
* Fix compiler warningsblueswir12008-05-101-3/+0
* CPU feature selection supportblueswir12008-05-091-144/+135
* Simplify some constant loadsblueswir12008-05-071-17/+14
* Fix potential condition code problemsblueswir12008-05-071-46/+58
* Complete the TCG conversionblueswir12008-05-041-36/+21
* Avoid some brcondsblueswir12008-05-041-24/+12
* Use memory based registers in functions containing brcondsblueswir12008-05-031-44/+57
* Factorize code in translate.caurel322008-04-281-0/+20
* Document the shift valuesblueswir12008-04-231-6/+6
* Remove incorrect discards and old unused defines (blueswir1).pbrook2008-03-301-64/+0
* Change handling of source 2blueswir12008-03-291-16/+22
* Change handling of source register 1blueswir12008-03-291-31/+36
* Move CPU stuff unrelated to translation to helper.cblueswir12008-03-291-514/+2
* Rename T[012] according to their rolesblueswir12008-03-291-423/+435
* Avoid writes to T1 except for loads/stores, convert some T0 uses to cpu_tmp0blueswir12008-03-291-41/+41
* Accidentally dropped one change from previous commitblueswir12008-03-291-2/+2
* Concentrate cpu_T[012] use to one functionblueswir12008-03-261-337/+318
* Split icc and xcc flag calculationsblueswir12008-03-261-135/+181
* Remove some legacy definitionsblueswir12008-03-261-278/+209
* Fix a sign extension problemblueswir12008-03-241-1/+1
* Fix mulsccblueswir12008-03-231-7/+10
* Convert ldf/ldfsr and stf/stfsr to TCGblueswir12008-03-221-9/+13
* Fix i32/i64/TL mismatchesblueswir12008-03-221-148/+149
* Convert align checks to TCGblueswir12008-03-211-0/+20
* Convert jumps to labels to TCGblueswir12008-03-211-3/+3
* Convert save, restore, saved, restored, and flushw to TCGblueswir12008-03-211-6/+6
* Convert other float and VIS ops to TCGblueswir12008-03-211-89/+89
* Convert float move ops to TCGblueswir12008-03-211-49/+74
* Convert udiv and sdiv ops to TCGblueswir12008-03-181-1/+12
* Use ext_i32_i64 instead of ext32s_i64blueswir12008-03-181-2/+2
* Convert CCR and CWP ops to TCGblueswir12008-03-181-4/+4
* Convert array8/16/32 and alignaddr to TCGblueswir12008-03-181-4/+10
* Convert umul and smul to TCGblueswir12008-03-161-0/+48
* Use a TCG global for pc and npcblueswir12008-03-161-18/+17
* Convert mulscc to TCG, add cc_src2blueswir12008-03-161-1/+55
* Discard unused data, use less tempsblueswir12008-03-161-365/+237
* Use a TCG global for fsrblueswir12008-03-151-27/+22
* Convert ldfsr and stfsr to TCGblueswir12008-03-151-2/+1
OpenPOWER on IntegriCloud