All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] tcg: out of range shift behavior
@ 2014-03-18 21:30 Richard Henderson
  2014-03-18 21:30 ` [Qemu-devel] [PATCH v2 1/4] tcg: Use "unspecified behavior" for shifts Richard Henderson
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Richard Henderson @ 2014-03-18 21:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

Changes v1-v2:
  * Consistently use American spelling of behaviour
  * Fix shifts use in the masking section of the optimizer as well
  * New patch that fixes optimization of deposit.

Richard Henderson (4):
  tcg: Use "unspecified behavior" for shifts
  tcg: Mask shift quantities while folding
  tcg: Mask shift counts to avoid undefined behavior
  tcg: Fix out of range shift in deposit optimizations

 tcg/README     | 18 +++++++++++++-----
 tcg/optimize.c | 45 ++++++++++++++++++++++++---------------------
 tci.c          | 20 ++++++++++----------
 3 files changed, 47 insertions(+), 36 deletions(-)

-- 
1.8.5.3

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

end of thread, other threads:[~2014-03-19 16:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18 21:30 [Qemu-devel] [PATCH v2 0/4] tcg: out of range shift behavior Richard Henderson
2014-03-18 21:30 ` [Qemu-devel] [PATCH v2 1/4] tcg: Use "unspecified behavior" for shifts Richard Henderson
2014-03-18 21:30 ` [Qemu-devel] [PATCH v2 2/4] tcg: Mask shift quantities while folding Richard Henderson
2014-03-18 22:11   ` Peter Maydell
2014-03-18 21:30 ` [Qemu-devel] [PATCH v2 3/4] tcg: Mask shift counts to avoid undefined behavior Richard Henderson
2014-03-18 22:24   ` Richard Henderson
2014-03-19  6:21   ` Stefan Weil
2014-03-19 10:11     ` Peter Maydell
2014-03-19 15:25     ` Richard Henderson
2014-03-19 15:59       ` Peter Maydell
2014-03-18 21:30 ` [Qemu-devel] [PATCH v2 4/4] tcg: Fix out of range shift in deposit optimizations Richard Henderson

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.