qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] target-sparc: More CC cleanups
@ 2012-10-09 21:49 Richard Henderson
  2012-10-09 21:49 ` [Qemu-devel] [PATCH 1/4] target-sparc: Fix optimized %icc comparisons Richard Henderson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Richard Henderson @ 2012-10-09 21:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: Blue Swirl

The first patch is a bug fix for the previous series,
already posted. 
  
The second patch improves the common cases of using
andcc or orcc to test bits in a register.  It also
just so happens to show potential cleanup value in
the ALWAYS and NEVER conditions.  ;-)

The third patch is one that I thought I'd included in
the previous series, but which got lost during rebasing.
 
The last patch is worth an incredible 30% speedup to
generated code, as measured by sparc64 cc1plus run on
a somewhat large input file.


r~


Richard Henderson (4):
  target-sparc: Fix optimized %icc comparisons
  target-sparc: Optimize CC_OP_LOGIC conditions
  target-sparc: Avoid unnecessary local temporaries
  target-sparc: Don't compute full flags value so often

 linux-user/main.c           |   5 ++
 target-sparc/int32_helper.c |   5 ++
 target-sparc/int64_helper.c |   5 ++
 target-sparc/translate.c    | 119 +++++++++++++++++++++++---------------------
 4 files changed, 76 insertions(+), 58 deletions(-)

-- 
1.7.11.4

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 21:49 [Qemu-devel] [PATCH 0/4] target-sparc: More CC cleanups Richard Henderson
2012-10-09 21:49 ` [Qemu-devel] [PATCH 1/4] target-sparc: Fix optimized %icc comparisons Richard Henderson
2012-10-09 21:49 ` [Qemu-devel] [PATCH 2/4] target-sparc: Optimize CC_OP_LOGIC conditions Richard Henderson
2012-10-09 21:49 ` [Qemu-devel] [PATCH 3/4] target-sparc: Avoid unnecessary local temporaries Richard Henderson
2012-10-09 21:50 ` [Qemu-devel] [PATCH 4/4] target-sparc: Don't compute full flags value so often Richard Henderson
2012-10-13 14:18 ` [Qemu-devel] [PATCH 0/4] target-sparc: More CC cleanups 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).