All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 00/13] tcg-sparc fixes and improvements
@ 2012-10-10 16:02 Richard Henderson
  2012-10-10 16:02 ` [Qemu-devel] [PATCH 01/13] target-sparc: Fix optimized %icc comparisons Richard Henderson
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Richard Henderson @ 2012-10-10 16:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: Blue Swirl

Changes v2->v2
  * Rebase vs master, which now includes all dependencies.
  * Patch 7 has had braces fixed.

Tree available at

  git://github.com/rth7680/qemu.git tcg-sparc


r~


Richard Henderson (13):
  target-sparc: Fix optimized %icc comparisons
  tcg-sparc: Fix brcond2
  tcg-sparc: Implement movcond.
  tcg-sparc: Fix setcond2
  tcg-sparc: Fix qemu_st for 32-bit
  tcg-sparc: Fix setcond
  tcg-sparc: Fix add2/sub2
  tcg-sparc: Use Z constraint for %g0
  tcg-sparc: Optimize setcond2 equality compare with 0.
  tcg-sparc: Drop use of Bicc in favor of BPcc
  tcg-sparc: Dump illegal opode contents
  tcg-sparc: Emit BPr insns for brcond_i64
  tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64

 sparc-dis.c              |   2 +-
 target-sparc/translate.c |   1 +
 tcg/sparc/tcg-target.c   | 643 +++++++++++++++++++++++++++--------------------
 tcg/sparc/tcg-target.h   |   9 +-
 4 files changed, 382 insertions(+), 273 deletions(-)

-- 
1.7.11.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-10-13 14:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-10 16:02 [Qemu-devel] [PATCH v2 00/13] tcg-sparc fixes and improvements Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 01/13] target-sparc: Fix optimized %icc comparisons Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 02/13] tcg-sparc: Fix brcond2 Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 03/13] tcg-sparc: Implement movcond Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 04/13] tcg-sparc: Fix setcond2 Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 05/13] tcg-sparc: Fix qemu_st for 32-bit Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 06/13] tcg-sparc: Fix setcond Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 07/13] tcg-sparc: Fix add2/sub2 Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 08/13] tcg-sparc: Use Z constraint for %g0 Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 09/13] tcg-sparc: Optimize setcond2 equality compare with 0 Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 10/13] tcg-sparc: Drop use of Bicc in favor of BPcc Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 11/13] tcg-sparc: Dump illegal opode contents Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 12/13] tcg-sparc: Emit BPr insns for brcond_i64 Richard Henderson
2012-10-10 16:02 ` [Qemu-devel] [PATCH 13/13] tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64 Richard Henderson
2012-10-13 14:21 ` [Qemu-devel] [PATCH v2 00/13] tcg-sparc fixes and improvements Blue Swirl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.