find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / target-sparc / op_helper.c
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-08 blueswir1 Fix retry and done ops, trap handling
2007-07-07 blueswir1 Report normalised CWP values to userland and GDB,...
2007-06-01 blueswir1Sparc64 linux-user build fix
2007-05-27 blueswir1Separate fault for code access to unassigned memory
2007-05-25 blueswir1Implement Sparc64 CPU timers using ptimers
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2007-05-17 blueswir1Enable faults for unassigned memory accesses and unimpl...
2007-05-07 blueswir1Enable unaligned access faults
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 lda/ldda/sta/stda asi handling, fault on...
2006-12-06 thssparc-softmmu build fix
2006-06-25 bellardC99 64 bit printf
2006-06-21 bellardsoft floats for SPARC (Blue Swirl)
2005-11-21 bellardcpu_single_env usage fix
2005-11-11 bellardsparc merge (Blue Swirl)
2005-10-30 bellardavoid using physical accesses in user emulation
2005-10-30 bellardendianness fix
2005-07-23 bellardsparc64 fixes (Blue Swirl)
2005-07-04 bellardcorrect split between helper.c and op_helper.c
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-04-06 bellarddefaut case (Blue Swirl)
2005-03-13 bellardsoft float support
2005-03-13 bellardsparc fixes (Blue Swirl)
2005-02-22 bellardMMU fixes
2005-02-07 bellardclean up - comments
2005-01-30 bellardinitial sparc64 support - sparc fixes (Blue Swirl)
2005-01-28 bellardendianness fixes
2005-01-03 bellard64 bit target support
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)