summaryrefslogtreecommitdiffstats
path: root/target-sparc
Commit message (Expand)AuthorAgeFilesLines
* Avoid gcc warningsblueswir12007-10-201-2/+2
* Fix compiling Sparc64 on PPC hostblueswir12007-10-202-0/+18
* Use ldq and stq for 8 byte accesses (original patch by Robert Reif)blueswir12007-10-172-25/+30
* Enable all alignment checksblueswir12007-10-171-48/+5
* Fix bug in Sparc32 sta op (Robert Reif)blueswir12007-10-141-1/+1
* Sparc64 hypervisor modeblueswir12007-10-144-48/+121
* SuperSparc MXCC support (Robert Reif)blueswir12007-10-143-18/+157
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-17/+23
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-145-15/+29
* Unify '-cpu ?' option.j_mayer2007-10-121-0/+1
* Fix taddcctv and tsubcctv (David Matthews)blueswir12007-10-102-1/+3
* Fix Sparc64 ldfa/stfa and float ops with fpr >= 32blueswir12007-10-031-3/+3
* Fix block load ASIsblueswir12007-10-011-9/+25
* Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir12007-09-304-6/+133
* Fix Sparc64 wrasr instructionsblueswir12007-09-301-0/+6
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-12/+0
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+12
* CPU boot modeblueswir12007-09-244-4/+13
* Add missing break statementsblueswir12007-09-231-0/+20
* Rework ASI instructions (Aurelien Jarno)blueswir12007-09-215-204/+727
* Fix tadd op generation with GCC 4.xblueswir12007-09-201-1/+4
* Detabifyblueswir12007-09-206-2212/+2212
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-172-10/+10
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-167-36/+36
* Fix tb->size mishandling, by Daniel Jacobowitz.ths2007-09-111-1/+0
* Fix Sparc32 interrupt handlingblueswir12007-08-041-1/+3
* More alignment checksblueswir12007-07-112-4/+102
* Fix retry and done ops, trap handlingblueswir12007-07-082-11/+20
* Save state in Sparc64 return opblueswir12007-07-081-0/+1
* Report normalised CWP values to userland and GDB, not internal representationblueswir12007-07-073-7/+13
* Use unsigned 32-bit load for ld/lduwblueswir12007-07-072-1/+14
* Fix wrong number of clean/saveable windows, match Linux startup register valuesblueswir12007-07-072-2/+5
* Fix Sparc64 page sizeblueswir12007-07-071-1/+1
* Fix Sparc64 movrblueswir12007-07-041-2/+2
* Drop unused parametersblueswir12007-06-251-12/+15
* Fix Sparc64 prefetcha opblueswir12007-06-101-3/+3
* Move target-specific defines to the target directories.ths2007-06-031-0/+6
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-0/+10
* Enable 36-bit physical address space also on 32-bit hostsblueswir12007-06-011-0/+2
* Sparc64 linux-user build fixblueswir12007-06-011-0/+8
* Separate fault for code access to unassigned memoryblueswir12007-05-272-2/+10
* Implement Sparc64 CPU timers using ptimersblueswir12007-05-254-7/+58
* Use full 36-bit physical address space on SS10blueswir12007-05-193-25/+82
* Enable faults for unassigned memory accesses and unimplemented ASIsblueswir12007-05-173-17/+118
* Enable unaligned access faultsblueswir12007-05-071-4/+5
* Fix pc/npc for unaligned load/stores, maybe other exceptionsblueswir12007-05-071-0/+1
* Report unassigned memory access to CPU (not enabled yet)blueswir12007-05-061-1/+4
* Handle division by zero case in Sparc64 udivx and sdivx opsblueswir12007-05-021-0/+6
* More Sparc32 CPUsblueswir12007-04-291-3/+20
* Fix CPU type zapped by system_resetblueswir12007-04-291-2/+2
OpenPOWER on IntegriCloud