aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-08-04 Fix Sparc32 interrupt handlingblueswir11-1/+3
2007-07-08 Fix retry and done ops, trap handlingblueswir11-4/+2
2007-07-07 Report normalised CWP values to userland and GDB, not internal representationblueswir11-2/+8
2007-07-07 Fix wrong number of clean/saveable windows, match Linux startup register valuesblueswir11-0/+1
2007-07-07 Fix Sparc64 page sizeblueswir11-1/+1
2007-06-03Move target-specific defines to the target directories.ths1-0/+6
2007-06-01Enable 36-bit physical address space also on 32-bit hostsblueswir11-0/+2
2007-05-27Separate fault for code access to unassigned memoryblueswir11-0/+2
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir11-0/+5
2007-05-19Use full 36-bit physical address space on SS10blueswir11-1/+1
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir11-0/+2
2007-05-06Report unassigned memory access to CPU (not enabled yet)blueswir11-1/+4
2007-04-22Sparc64 update: more VIS opsblueswir11-0/+3
2007-04-13Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)blueswir11-0/+2
2007-04-05Fix stdfq op (Aurelien Jarno)blueswir11-1/+2
2007-04-01Fix Sparc lda/ldda/sta/stda asi handling, fault on misaligned register ldd/st...blueswir11-1/+1
2007-04-01Fix Sparc co-processor ops (Aurelien Jarno)blueswir11-0/+1
2007-03-25Sparc32/64 CPU selectionblueswir11-6/+8
2007-03-24Upgrade Sparc FPU version (based on patch by Aurelien Jarno)blueswir11-2/+2
2007-03-23Sparc tagged operations (Aurelien Jarno)blueswir11-0/+2
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-07-18sparc64 fixes (Blue Swirl)bellard1-0/+1
2006-06-26SPARC FPU optimization (Blue Swirl)bellard1-0/+2
2006-06-21fixed sparc64 cpu fp save/restorebellard1-1/+0
2006-06-21soft floats for SPARC (Blue Swirl)bellard1-6/+4
2005-12-05Initial SPARC SMP support (Blue Swirl)bellard1-0/+1
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard1-18/+2
2005-07-23sparc64 fixes (Blue Swirl)bellard1-5/+16
2005-07-02sparc64 marge (Blue Swirl)bellard1-8/+86
2005-04-17gdb support for user mode (Paul Brook)bellard1-0/+2
2005-03-13soft float supportbellard1-0/+3
2005-02-22PSR.PS fix (Blue Swirl)bellard1-1/+1
2005-02-19sparc Linux works better with NWINDOWS = 8bellard1-1/+2
2005-02-13sparc fixesbellard1-2/+3
2005-02-07clean up - commentsbellard1-1/+0
2005-01-30initial sparc64 support - sparc fixes (Blue Swirl)bellard1-12/+24
2005-01-03removed warningbellard1-17/+22
2004-12-19SPARC mergebellard1-1/+27
2004-10-09monitor fixesbellard1-1/+0
2004-10-04sparc merge (Blue Swirl)bellard1-0/+1
2004-10-03removed access_type hackbellard1-5/+0
2004-09-30full system SPARC emulation (Blue Swirl)bellard1-3/+95
2004-04-25precise self modifying code supportbellard1-0/+8
2004-01-24added TARGET_LONG_BITSbellard1-2/+2
2004-01-04SPARC fixes: corrected PC/NPC logic (now slower but can be optimized a lot) -...bellard1-16/+29
2003-09-30sparc emulation target (thanx to Thomas M. Ogrisegg)bellard1-0/+46