From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUk7D-0001O5-JE for qemu-devel@nongnu.org; Tue, 23 Apr 2013 16:47:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUk7A-0003Yl-0g for qemu-devel@nongnu.org; Tue, 23 Apr 2013 16:47:03 -0400 Received: from mail-we0-x231.google.com ([2a00:1450:400c:c03::231]:42255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUk79-0003YU-Qt for qemu-devel@nongnu.org; Tue, 23 Apr 2013 16:46:59 -0400 Received: by mail-we0-f177.google.com with SMTP id s47so256942wey.22 for ; Tue, 23 Apr 2013 13:46:58 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Tue, 23 Apr 2013 13:46:32 -0700 Message-Id: <1366750012-25015-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH v6 00/20] tcg-arm improvments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net 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(-) -- 1.8.1.4