aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/op.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-11 Partial fix to Sparc32 Linux host global register mangling problemblueswir11-0/+2
2007-11-25 128-bit float support for user modeblueswir11-0/+166
2007-10-20 Fix compiling Sparc64 on PPC hostblueswir11-0/+3
2007-10-14 Sparc64 hypervisor modeblueswir11-0/+5
2007-10-10 Fix taddcctv and tsubcctv (David Matthews)blueswir11-1/+1
2007-09-30 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir11-0/+22
2007-09-21 Rework ASI instructions (Aurelien Jarno)blueswir11-2/+142
2007-09-20 Fix tadd op generation with GCC 4.xblueswir11-1/+4
2007-09-20 Detabifyblueswir11-153/+153
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-10/+10
2007-07-11 More alignment checksblueswir11-4/+13
2007-07-07 Report normalised CWP values to userland and GDB, not internal representationblueswir11-2/+2
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir11-2/+28
2007-05-02Handle division by zero case in Sparc64 udivx and sdivx opsblueswir11-0/+6
2007-04-22Sparc64 update: more VIS opsblueswir11-8/+459
2007-04-13Fix Sparc64 wrfprs, move VIS ops where they belong, more VIS opsblueswir11-0/+20
2007-04-13Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)blueswir11-1/+4
2007-04-06Full implementation of IEEE exceptions (Aurelien Jarno)blueswir11-0/+63
2007-04-01Fix Sparc shift ops (Aurelien Jarno)blueswir11-7/+12
2007-03-23Sparc tagged operations (Aurelien Jarno)blueswir11-0/+180
2007-03-19Fix qemu crash due to sparc division-by-zero, by Aurelien Jarno.ths1-0/+10
2007-02-10Fix floating point to integer conversion, by Aurelien Jarno.ths1-4/+4
2006-10-23wrwim insn fix (Paul Robinson)bellard1-0/+9
2006-07-18sparc64 fixes (Blue Swirl)bellard1-0/+24
2006-06-26SPARC FPU optimization (Blue Swirl)bellard1-9/+0
2006-06-21soft floats for SPARC (Blue Swirl)bellard1-90/+58
2006-04-23sparc condition code computation fix (Even Rouault)bellard1-20/+60
2005-10-30Sparc64 add/sub flag bugs fixed (Blue Swirl)bellard1-4/+4
2005-07-23sparc64 fixes (Blue Swirl)bellard1-50/+32
2005-07-02sparc64 marge (Blue Swirl)bellard1-116/+710
2005-03-13add missing FORCE_RET (Paul Brook)bellard1-0/+1
2005-02-13fixed jmpl, rett and callbellard1-0/+5
2005-02-07clean up - commentsbellard1-6/+0
2005-01-30initial sparc64 support - sparc fixes (Blue Swirl)bellard1-83/+84
2004-12-19SPARC mergebellard1-9/+20
2004-10-10sparc fixesbellard1-3/+15
2004-10-04sparc merge (Blue Swirl)bellard1-92/+4
2004-09-30full system SPARC emulation (Blue Swirl)bellard1-22/+395
2004-08-24MULSCC fix (Blue Swirl)bellard1-3/+3
2004-04-25flush insn supportbellard1-0/+4
2004-02-16direct chaining support for SPARCbellard1-7/+26
2004-01-24removed warningsbellard1-7/+12
2004-01-04SPARC fixes: corrected PC/NPC logic (now slower but can be optimized a lot) -...bellard1-168/+333
2003-11-09ppc fixbellard1-7/+3
2003-09-30sparc emulation target (thanx to Thomas M. Ogrisegg)bellard1-0/+500