aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
2007-06-10 Fix Sparc64 prefetcha opblueswir11-3/+3
2007-06-03Move target-specific defines to the target directories.ths1-0/+6
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-0/+10
2007-06-01Enable 36-bit physical address space also on 32-bit hostsblueswir11-0/+2
2007-06-01Sparc64 linux-user build fixblueswir11-0/+8
2007-05-27Separate fault for code access to unassigned memoryblueswir12-2/+10
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir14-7/+58
2007-05-19Use full 36-bit physical address space on SS10blueswir13-25/+82
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir13-17/+118
2007-05-07Enable unaligned access faultsblueswir11-4/+5
2007-05-07Fix pc/npc for unaligned load/stores, maybe other exceptionsblueswir11-0/+1
2007-05-06Report unassigned memory access to CPU (not enabled yet)blueswir11-1/+4
2007-05-02Handle division by zero case in Sparc64 udivx and sdivx opsblueswir11-0/+6
2007-04-29More Sparc32 CPUsblueswir11-3/+20
2007-04-29Fix CPU type zapped by system_resetblueswir11-2/+2
2007-04-22Sparc64 update: more VIS opsblueswir13-36/+884
2007-04-22Constificationblueswir11-7/+7
2007-04-13Fix Sparc64 wrfprs, move VIS ops where they belong, more VIS opsblueswir12-38/+111
2007-04-13Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)blueswir14-2/+18
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer1-2/+2
2007-04-06Full implementation of IEEE exceptions (Aurelien Jarno)blueswir14-14/+154
2007-04-06Enforce even float register pair for double register ops (Aurelien Jarno)blueswir11-1/+1
2007-04-05Fix stdfq op (Aurelien Jarno)blueswir12-2/+16
2007-04-05Fix co-processor branch and store ops (Aurelien Jarno)blueswir11-9/+13
2007-04-01Fix off-by-one errorblueswir11-2/+2
2007-04-01Add SparcStation-10 machineblueswir11-0/+7
2007-04-01Fix Sparc shift ops (Aurelien Jarno)blueswir12-9/+17
2007-04-01Fix Sparc lda/ldda/sta/stda asi handling, fault on misaligned register ldd/st...blueswir13-2/+40
2007-04-01Fix Sparc co-processor ops (Aurelien Jarno)blueswir12-1/+27
2007-04-01Fix Sparc ASR handling (Aurelien Jarno)blueswir11-4/+24
2007-03-25Sparc32/64 CPU selectionblueswir12-9/+75
2007-03-24Upgrade Sparc FPU version (based on patch by Aurelien Jarno)blueswir12-2/+3
2007-03-23Sparc tagged operations (Aurelien Jarno)blueswir13-2/+194
2007-03-21Fix Sparc branches, original patch by Aurelien Jarnoblueswir11-12/+12
2007-03-19Fix qemu crash due to sparc division-by-zero, by Aurelien Jarno.ths1-0/+10
2007-03-19SPARC host fixes, by Ben Taylor.ths1-18/+1
2007-02-10Fix floating point to integer conversion, by Aurelien Jarno.ths1-4/+4
2007-02-02Sparc arm/mips/sparc register patch, by Martin Bochnig.ths1-0/+22
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths1-2/+1
2006-12-23Check ELF binaries for machine type and endianness.ths1-0/+6
2006-12-06sparc-softmmu build fixths1-2/+2
2006-10-23wrwim insn fix (Paul Robinson)bellard2-1/+10
2006-07-18Sparc64 user emulator fixes (Blue Swirl)bellard1-0/+4
2006-07-18sparc64 fixes (Blue Swirl)bellard3-3/+69
2006-06-26SPARC FPU optimization (Blue Swirl)bellard3-35/+44
2006-06-25C99 64 bit printfbellard2-12/+12
2006-06-25cpu_get_phys_page_debug fix (Blue Swirl)bellard1-1/+2
2006-06-23Sparc64 BPr branch target fix (Blue Swirl)bellard1-1/+1
2006-06-21fixed sparc64 cpu fp save/restorebellard1-1/+0
2006-06-21soft floats for SPARC (Blue Swirl)bellard3-281/+97