summaryrefslogtreecommitdiff
path: root/target-sparc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir11-5/+8
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir11-0/+2
2007-05-07Fix pc/npc for unaligned load/stores, maybe other exceptionsblueswir11-0/+1
2007-04-29More Sparc32 CPUsblueswir11-3/+20
2007-04-29Fix CPU type zapped by system_resetblueswir11-2/+2
2007-04-22Sparc64 update: more VIS opsblueswir11-28/+422
2007-04-22Constificationblueswir11-7/+7
2007-04-13Fix Sparc64 wrfprs, move VIS ops where they belong, more VIS opsblueswir11-38/+91
2007-04-13Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)blueswir11-1/+0
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)blueswir11-4/+21
2007-04-06Enforce even float register pair for double register ops (Aurelien Jarno)blueswir11-1/+1
2007-04-05Fix stdfq op (Aurelien Jarno)blueswir11-1/+14
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)blueswir11-2/+5
2007-04-01Fix Sparc lda/ldda/sta/stda asi handling, fault on misaligned register ldd/st...blueswir11-0/+32
2007-04-01Fix Sparc co-processor ops (Aurelien Jarno)blueswir11-1/+26
2007-04-01Fix Sparc ASR handling (Aurelien Jarno)blueswir11-4/+24
2007-03-25Sparc32/64 CPU selectionblueswir11-3/+67
2007-03-24Upgrade Sparc FPU version (based on patch by Aurelien Jarno)blueswir11-0/+1
2007-03-23Sparc tagged operations (Aurelien Jarno)blueswir11-2/+12
2007-03-21Fix Sparc branches, original patch by Aurelien Jarnoblueswir11-12/+12
2006-10-23wrwim insn fix (Paul Robinson)bellard1-1/+1
2006-07-18Sparc64 user emulator fixes (Blue Swirl)bellard1-0/+4
2006-07-18sparc64 fixes (Blue Swirl)bellard1-3/+44
2006-06-26SPARC FPU optimization (Blue Swirl)bellard1-26/+42
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-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
2005-11-21cpu_single_env usage fixbellard1-5/+4
2005-11-20use direct jump only for jumps in the same pagebellard1-25/+31
2005-11-11sparc merge (Blue Swirl)bellard1-3/+7
2005-07-23sparc64 fixes (Blue Swirl)bellard1-45/+204
2005-07-02sparc64 marge (Blue Swirl)bellard1-196/+1057
2005-04-10fixed MMU bug on code page boundarybellard1-4/+8
2005-03-20sparc exception fix (we go up to the shell prompt)bellard1-0/+2
2005-03-01x86_64 supportbellard1-2/+2
2005-02-13fixed jmpl, rett and callbellard1-7/+27
2005-01-30initial sparc64 support - sparc fixes (Blue Swirl)bellard1-58/+102
2005-01-28flush TLBs at cpu resetbellard1-0/+1
2005-01-0364 bit target supportbellard1-7/+16
2004-12-19SPARC mergebellard1-100/+296
2004-10-10sparc fixesbellard1-1/+4
2004-10-09monitor fixesbellard1-17/+19
2004-10-03removed access_type hackbellard1-5/+0
2004-09-30full system SPARC emulation (Blue Swirl)bellard1-32/+592