]> git.proxmox.com Git - qemu.git/history - target-sparc/op.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[qemu.git] / target-sparc / op.c
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-11 blueswir1 More alignment checks
2007-07-07 blueswir1 Report normalised CWP values to userland and GDB,...
2007-05-25 blueswir1Implement Sparc64 CPU timers using ptimers
2007-05-02 blueswir1Handle division by zero case in Sparc64 udivx and sdivx ops
2007-04-22 blueswir1Sparc64 update: more VIS ops
2007-04-13 blueswir1Fix Sparc64 wrfprs, move VIS ops where they belong...
2007-04-13 blueswir1Alignment check mechanism (not fully enabled yet) ...
2007-04-06 blueswir1Full implementation of IEEE exceptions (Aurelien Jarno)
2007-04-01 blueswir1Fix Sparc shift ops (Aurelien Jarno)
2007-03-23 blueswir1Sparc tagged operations (Aurelien Jarno)
2007-03-19 thsFix qemu crash due to sparc division-by-zero, by Aureli...
2007-02-10 thsFix floating point to integer conversion, by Aurelien...
2006-10-23 bellardwrwim insn fix (Paul Robinson)
2006-07-18 bellardsparc64 fixes (Blue Swirl)
2006-06-26 bellardSPARC FPU optimization (Blue Swirl)
2006-06-21 bellardsoft floats for SPARC (Blue Swirl)
2006-04-23 bellardsparc condition code computation fix (Even Rouault)
2005-10-30 bellardSparc64 add/sub flag bugs fixed (Blue Swirl)
2005-07-23 bellardsparc64 fixes (Blue Swirl)
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-03-13 bellardadd missing FORCE_RET (Paul Brook)
2005-02-13 bellardfixed jmpl, rett and call
2005-02-07 bellardclean up - comments
2005-01-30 bellardinitial sparc64 support - sparc fixes (Blue Swirl)
2004-12-19 bellardSPARC merge
2004-10-10 bellardsparc fixes
2004-10-04 bellardsparc merge (Blue Swirl)
2004-09-30 bellardfull system SPARC emulation (Blue Swirl)
2004-08-24 bellardMULSCC fix (Blue Swirl)
2004-04-25 bellardflush insn support
2004-02-16 bellarddirect chaining support for SPARC
2004-01-24 bellardremoved warnings
2004-01-04 bellardSPARC fixes: corrected PC/NPC logic (now slower but...
2003-11-09 bellardppc fix
2003-09-30 bellardsparc emulation target (thanx to Thomas M. Ogrisegg)