qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/7] tcg: movcond
@ 2012-09-21 17:13 Richard Henderson
  2012-09-21 17:13 ` [Qemu-devel] [PATCH 1/7] tcg: Introduce movcond Richard Henderson
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Richard Henderson @ 2012-09-21 17:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aurelien Jarno

The patch set is available at

   git://repo.or.cz/qemu/rth.git tcg-movcond

Changes v1->v2:
   Patch 1 drops the spurrious return.

   Patch 4 incorporates the fix Aurelian posted.

   Patch 5 drops the non-movcond commutative optimization that is
     present in Aurelian's tcg optimization patch set.

   Patches 6 & 7 are new, incrementally improving 32-bit code generation.

   Rebased vs c26032b2c91721245bfec542d94f37a0238e986e:
     target-xtensa: don't emit extra tcg_gen_goto_tb


r~


Richard Henderson (7):
  tcg: Introduce movcond
  target-alpha: Use movcond
  tcg-i386: Implement movcond
  tcg: Optimize movcond for constant comparisons
  tcg: Optimize two-address commutative operations
  tcg: Streamline movcond_i64 using 32-bit arithmetic
  tcg: Streamline movcond_i64 using movcond_i32

 target-alpha/translate.c | 102 ++++++++++++++++++++++-------------------------
 tcg/README               |   6 +++
 tcg/arm/tcg-target.h     |   1 +
 tcg/hppa/tcg-target.h    |   1 +
 tcg/i386/tcg-target.c    |  29 ++++++++++++++
 tcg/i386/tcg-target.h    |   7 ++++
 tcg/ia64/tcg-target.h    |   2 +
 tcg/mips/tcg-target.h    |   1 +
 tcg/optimize.c           |  53 ++++++++++++++++++++++++
 tcg/ppc/tcg-target.h     |   1 +
 tcg/ppc64/tcg-target.h   |   2 +
 tcg/s390/tcg-target.h    |   2 +
 tcg/sparc/tcg-target.h   |   2 +
 tcg/tcg-op.h             |  68 +++++++++++++++++++++++++++++++
 tcg/tcg-opc.h            |   2 +
 tcg/tcg.c                |  11 +++--
 tcg/tcg.h                |   1 +
 tcg/tci/tcg-target.h     |   2 +
 18 files changed, 233 insertions(+), 60 deletions(-)

-- 
1.7.11.4

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

end of thread, other threads:[~2012-09-25 22:48 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 17:13 [Qemu-devel] [PATCH v2 0/7] tcg: movcond Richard Henderson
2012-09-21 17:13 ` [Qemu-devel] [PATCH 1/7] tcg: Introduce movcond Richard Henderson
2012-09-21 17:13 ` [Qemu-devel] [PATCH 2/7] target-alpha: Use movcond Richard Henderson
2012-09-21 17:13 ` [Qemu-devel] [PATCH 3/7] tcg-i386: Implement movcond Richard Henderson
2012-09-24 21:37   ` Alex Barcelo
2012-09-24 21:54     ` Richard Henderson
2012-09-25 22:48       ` Aurelien Jarno
2012-09-21 17:13 ` [Qemu-devel] [PATCH 4/7] tcg: Optimize movcond for constant comparisons Richard Henderson
2012-09-21 17:13 ` [Qemu-devel] [PATCH 5/7] tcg: Optimize two-address commutative operations Richard Henderson
2012-09-21 17:13 ` [Qemu-devel] [PATCH 6/7] tcg: Streamline movcond_i64 using 32-bit arithmetic Richard Henderson
2012-09-21 21:15   ` Aurelien Jarno
2012-09-22 18:11   ` Aurelien Jarno
2012-09-21 17:13 ` [Qemu-devel] [PATCH 7/7] tcg: Streamline movcond_i64 using movcond_i32 Richard Henderson
2012-09-21 21:23   ` Aurelien Jarno
2012-09-21 22:27     ` Richard Henderson
2012-09-22  9:30       ` Aurelien Jarno
2012-09-21 18:14 ` [Qemu-devel] [PATCH v2 0/7] tcg: movcond Aurelien Jarno
2012-09-21 20:10 ` [Qemu-devel] [PATCH v2 0/7] tcg: movcond (ppc32 version) malc
2012-09-21 22:21   ` Richard Henderson
2012-09-21 22:34     ` malc
2012-09-22 14:38   ` Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).