From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKBG6-0003fw-OH for qemu-devel@nongnu.org; Fri, 05 Oct 2012 13:00:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKBFv-00033D-A3 for qemu-devel@nongnu.org; Fri, 05 Oct 2012 13:00:18 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:51884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKBFv-0002se-2I for qemu-devel@nongnu.org; Fri, 05 Oct 2012 13:00:07 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so2060422pbb.4 for ; Fri, 05 Oct 2012 10:00:02 -0700 (PDT) Sender: Richard Henderson Message-ID: <506F1210.3040005@twiddle.net> Date: Fri, 05 Oct 2012 10:00:00 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1348521701-18238-1-git-send-email-rth@twiddle.net> In-Reply-To: <1348521701-18238-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] TCGCond improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net Ping. r~ On 09/24/2012 02:21 PM, Richard Henderson wrote: > The second patch comes from the target-s390 patch set I've been > working on. The first patch has been split out from that. The > third patch provides tcg_high_cond globally, as the 32-bit sparc > port suffers from the same bug that afflicted hppa. > > Richard Henderson (3): > tcg: Add is_unsigned_cond > tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS > tcg: Add tcg_high_cond > > tcg/arm/tcg-target.c | 2 +- > tcg/hppa/tcg-target.c | 19 ++---------- > tcg/i386/tcg-target.c | 2 +- > tcg/optimize.c | 6 ++++ > tcg/ppc/tcg-target.c | 2 +- > tcg/ppc64/tcg-target.c | 2 +- > tcg/s390/tcg-target.c | 6 ++-- > tcg/sparc/tcg-target.c | 2 +- > tcg/tcg-op.h | 82 ++++++++++++++++++++++++++++++++++++++------------ > tcg/tcg.c | 2 ++ > tcg/tcg.h | 57 +++++++++++++++++++++++++++-------- > 11 files changed, 126 insertions(+), 56 deletions(-) >