summaryrefslogtreecommitdiffstats
path: root/target-sparc
Commit message (Expand)AuthorAgeFilesLines
* Fix saving and loading of trap stateblueswir12008-07-172-12/+12
* Support for address maskingblueswir12008-07-172-31/+55
* Fix MMU registers, add more E-cache ASIsblueswir12008-07-161-10/+64
* Fix MMU miss trapsblueswir12008-07-162-4/+4
* Flushw can generate exceptions, so save PC & NPCblueswir12008-07-161-0/+1
* Really fix casblueswir12008-07-151-6/+5
* Implement some Ultrasparc cache ASIs used by SILOblueswir12008-07-081-0/+20
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-2/+0
* Move CPU save/load registration to common code.pbrook2008-06-301-0/+2
* Add instruction counter.pbrook2008-06-292-1/+24
* Fix bogus format, reading uninitialised memory (original patch by Julian Seward)blueswir12008-06-261-1/+1
* Fix Sparc mmu bug seen with NetBSD, based on patch by Cliff Wrightblueswir12008-06-241-8/+8
* Fix compiler warning (Jan Kiszka)blueswir12008-06-231-1/+2
* Eliminate cpu_T[0]blueswir12008-06-221-9/+9
* Eliminate cpu_T[1]blueswir12008-06-221-4/+3
* Add missing keys, sendkey support for all keysblueswir12008-06-221-1/+0
* Convert some cpu_dst uses (with loads/stores) to cpu_tmp0blueswir12008-06-211-67/+67
* Avoid brcond problems, use temps for cpu_src1 & cpu_src2blueswir12008-06-211-35/+32
* Update TODOblueswir12008-06-201-1/+1
* Fix boot problem on i386 host introduced in r4690blueswir12008-06-201-4/+4
* Avoid temporary variable use across basic blocks for udivxblueswir12008-06-151-2/+4
* Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir12008-06-076-49/+126
* 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
OpenPOWER on IntegriCloud