qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/4] tcg: out of range shift behavior


From: Richard Henderson
Subject: [Qemu-devel] [PATCH v2 0/4] tcg: out of range shift behavior
Date: Tue, 18 Mar 2014 14:30:31 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]