summaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2-10/+10
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths7-36/+36
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths1-1/+0
2007-08-04 Fix Sparc32 interrupt handlingblueswir11-1/+3
2007-07-11 More alignment checksblueswir12-4/+102
2007-07-08 Fix retry and done ops, trap handlingblueswir12-11/+20
2007-07-08 Save state in Sparc64 return opblueswir11-0/+1
2007-07-07 Report normalised CWP values to userland and GDB, not internal representationblueswir13-7/+13
2007-07-07 Use unsigned 32-bit load for ld/lduwblueswir12-1/+14
2007-07-07 Fix wrong number of clean/saveable windows, match Linux startup register valuesblueswir12-2/+5
2007-07-07 Fix Sparc64 page sizeblueswir11-1/+1
2007-07-04 Fix Sparc64 movrblueswir11-2/+2
2007-06-25 Drop unused parametersblueswir11-12/+15
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