From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLykT-0005ji-Bh for qemu-devel@nongnu.org; Wed, 10 Oct 2012 12:03:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLykJ-0007dZ-Rx for qemu-devel@nongnu.org; Wed, 10 Oct 2012 12:03:05 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:50072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLykJ-0007dV-Hk for qemu-devel@nongnu.org; Wed, 10 Oct 2012 12:02:55 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so850961pbb.4 for ; Wed, 10 Oct 2012 09:02:53 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Wed, 10 Oct 2012 09:02:34 -0700 Message-Id: <1349884967-4608-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH v2 00/13] tcg-sparc fixes and improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl Changes v2->v2 * Rebase vs master, which now includes all dependencies. * Patch 7 has had braces fixed. Tree available at git://github.com/rth7680/qemu.git tcg-sparc r~ Richard Henderson (13): target-sparc: Fix optimized %icc comparisons tcg-sparc: Fix brcond2 tcg-sparc: Implement movcond. tcg-sparc: Fix setcond2 tcg-sparc: Fix qemu_st for 32-bit tcg-sparc: Fix setcond tcg-sparc: Fix add2/sub2 tcg-sparc: Use Z constraint for %g0 tcg-sparc: Optimize setcond2 equality compare with 0. tcg-sparc: Drop use of Bicc in favor of BPcc tcg-sparc: Dump illegal opode contents tcg-sparc: Emit BPr insns for brcond_i64 tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64 sparc-dis.c | 2 +- target-sparc/translate.c | 1 + tcg/sparc/tcg-target.c | 643 +++++++++++++++++++++++++++-------------------- tcg/sparc/tcg-target.h | 9 +- 4 files changed, 382 insertions(+), 273 deletions(-) -- 1.7.11.4