From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN2bS-00047R-7B for qemu-devel@nongnu.org; Sat, 13 Oct 2012 10:22:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TN2bQ-0003LP-M0 for qemu-devel@nongnu.org; Sat, 13 Oct 2012 10:22:10 -0400 Received: from mail-ie0-f173.google.com ([209.85.223.173]:49652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN2bQ-0003LK-HR for qemu-devel@nongnu.org; Sat, 13 Oct 2012 10:22:08 -0400 Received: by mail-ie0-f173.google.com with SMTP id 17so5956491iea.4 for ; Sat, 13 Oct 2012 07:22:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1349884967-4608-1-git-send-email-rth@twiddle.net> References: <1349884967-4608-1-git-send-email-rth@twiddle.net> From: Blue Swirl Date: Sat, 13 Oct 2012 14:21:47 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 00/13] tcg-sparc fixes and improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On Wed, Oct 10, 2012 at 4:02 PM, Richard Henderson wrote: > 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 Thanks, applied all except above which was also in the other set. I'm having hardware problems with my Sparc64 setup, so I was not able to test the result but the patches looked OK. > 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 >