summaryrefslogtreecommitdiffstats
path: root/target-sparc
Commit message (Expand)AuthorAgeFilesLines
* Add more SuperSparcsblueswir12008-05-311-0/+36
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+12
* MicroSparc I didn't have fsmuld opblueswir12008-05-293-9/+19
* Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir12008-05-292-6/+0
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0
* moved halted field to CPU_COMMONbellard2008-05-281-1/+0
* Free tempsblueswir12008-05-271-109/+313
* Move non-op functions from op_helper.c to helper.c and vice versa.blueswir12008-05-274-241/+230
* More TCG type fixesblueswir12008-05-261-11/+8
* Fix cas on i386blueswir12008-05-261-1/+1
* remove absolete functionbellard2008-05-251-5/+0
* Nicer debug outputblueswir12008-05-251-0/+2
* Fix off-by-one unwinding error.pbrook2008-05-251-6/+0
* 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-222-93/+101
* Remove currently unnecessary alignment maskingblueswir12008-05-201-57/+57
* Generate better code for Sparc32 shiftsblueswir12008-05-171-6/+21
* Update TODOblueswir12008-05-171-2/+4
* Move prototype back to avoid a compiler warningblueswir12008-05-122-1/+1
* Wrap long linesblueswir12008-05-124-157/+306
* Remove someexplicit alignment checks (initial patch by Fabrice Bellard)blueswir12008-05-112-98/+112
* Remove duplicated fieldblueswir12008-05-101-1/+0
* Add a TODO fileblueswir12008-05-102-8/+89
* suppressed fixed registersbellard2008-05-104-80/+14
* Fix compiler warningsblueswir12008-05-106-39/+37
* CPU feature selection supportblueswir12008-05-096-231/+409
* Move #include to speed up compilationblueswir12008-05-092-5/+3
* Simplify some constant loadsblueswir12008-05-071-17/+14
* Fix potential condition code problemsblueswir12008-05-071-46/+58
* remove target ifdefs from vl.caurel322008-05-041-0/+102
* Complete the TCG conversion (and delete some files, too)blueswir12008-05-042-89/+0
* Complete the TCG conversionblueswir12008-05-045-42/+133
* 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-232-12/+18
* Revert the previous patchblueswir12008-04-221-0/+108
* Move 128-bit float emulation under linux-userblueswir12008-04-221-108/+0
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* 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-293-520/+524
* 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
OpenPOWER on IntegriCloud