summaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-21sparc branch fix (Blue Swirl)bellard1-5/+5
2006-06-18Sparc64 insn fixes (Blue Swirl).pbrook1-11/+36
2006-06-14FPU fix (Joerg Platte)bellard1-0/+5
2006-06-14MMU no fault fixbellard1-1/+1
2006-04-23sparc condition code computation fix (Even Rouault)bellard1-20/+60
2005-12-05Initial SPARC SMP support (Blue Swirl)bellard1-0/+1
2005-12-05PAGE_EXEC support (Blue Swirl)bellard1-15/+31
2005-11-21cpu_single_env usage fixbellard2-7/+6
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard1-18/+2
2005-11-20use direct jump only for jumps in the same pagebellard1-25/+31
2005-11-11sparc merge (Blue Swirl)bellard3-6/+20
2005-10-30avoid using physical accesses in user emulationbellard2-119/+127
2005-10-30endianness fixbellard1-26/+54
2005-10-30moved common softmmu code to common header (Paul Brook)bellard1-65/+1
2005-10-30Sparc64 add/sub flag bugs fixed (Blue Swirl)bellard1-4/+4
2005-10-30restore regwptr (Blue Swirl)bellard1-0/+4
2005-07-23sparc64 fixes (Blue Swirl)bellard7-195/+576
2005-07-04correct split between helper.c and op_helper.cbellard3-186/+201
2005-07-02sparc64 marge (Blue Swirl)bellard9-366/+2636