From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVssP-0008OS-5R for qemu-devel@nongnu.org; Fri, 26 Apr 2013 20:20:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVssN-0004Iw-Ut for qemu-devel@nongnu.org; Fri, 26 Apr 2013 20:20:29 -0400 Received: from hall.aurel32.net ([2001:470:1f15:c4f::1]:54587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVssN-0004Ib-Of for qemu-devel@nongnu.org; Fri, 26 Apr 2013 20:20:27 -0400 Date: Sat, 27 Apr 2013 02:20:23 +0200 From: Aurelien Jarno Message-ID: <20130427002023.GJ5000@ohm.aurel32.net> References: <1366750012-25015-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1366750012-25015-1-git-send-email-rth@twiddle.net> Subject: Re: [Qemu-devel] [PATCH v6 00/20] tcg-arm improvments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On Tue, Apr 23, 2013 at 01:46:32PM -0700, Richard Henderson wrote: > Changes v5-v6, feedback from Aurelien: > * Drop tcg_out_goto changes. > * Add Z constraint for deposit. > * Small comment cleanups. > * Rebase vs master. > > The following changes since commit 456736710df19c2275192269fe67a3f0b2583835: > > block: Fix build with tracing enabled (2013-04-22 11:31:41 -0500) > > are available in the git repository at: > > git://github.com/rth7680/qemu.git tcg-arm-2 > > for you to fetch changes up to 1394dedd76bd16489cc2327e40df28ab2095a22e: > > tcg-arm: Remove long jump from tcg_out_goto_label (2013-04-23 13:34:28 -0700) > > > r~ > > > Richard Henderson (20): > tcg-arm: Fix local stack frame > tcg: Log the contents of the prologue with -d out_asm > tcg-arm: Use bic to implement and with constant > tcg-arm: Handle negated constant arguments to and/sub > tcg-arm: Allow constant first argument to sub > tcg-arm: Use tcg_out_dat_rIN for compares > tcg-arm: Handle constant arguments to add2/sub2 > tcg-arm: Improve constant generation > tcg-arm: Implement deposit for armv7 > tcg-arm: Implement division instructions > tcg-arm: Use TCG_REG_TMP name for the tcg temporary > tcg-arm: Use R12 for the tcg temporary > tcg-arm: Cleanup multiply subroutines > tcg-arm: Cleanup most primitive load store subroutines > tcg-arm: Split out tcg_out_tlb_read > tcg-arm: Improve scheduling of tcg_out_tlb_read > tcg-arm: Delete the 'S' constraint > tcg-arm: Use movi32 + blx for calls on v7 > tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION > tcg-arm: Remove long jump from tcg_out_goto_label > > configure | 2 +- > disas/arm.c | 4 + > include/exec/exec-all.h | 17 + > tcg/arm/tcg-target.c | 1435 +++++++++++++++++++++++++++-------------------- > tcg/arm/tcg-target.h | 14 +- > tcg/tcg.c | 10 + > 6 files changed, 862 insertions(+), 620 deletions(-) > Thanks, I have applied this series, fixing the second patch as explained in the corresponding mail. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net