From patchwork Tue Apr 23 20:46:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 238994 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4CA672C0121 for ; Wed, 24 Apr 2013 06:47:36 +1000 (EST) Received: from localhost ([::1]:36235 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUk7i-0001OC-Ct for incoming@patchwork.ozlabs.org; Tue, 23 Apr 2013 16:47:34 -0400 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer; bh=8hJlHj9K8dAUZt566yP4QC8Ztvc8+oKTtEl/7TidIxQ=; b=Ex8kHU5LXthHZ98NxtzLRt8smFBweycqQIvNM2bJz6apLPjSUF+e1hKWb1nOnqoIaH P0pSx6tRCaXMjxWLTBRSgCJIibcaGRAJd6Z19znkHJBBWwJRo65KrToSZ05QZ72P3JM5 HESAygA95Lger5Uqc4KaQswh2CXpNdMisy10zWXDRd5V7YfQ5YfMJW7EaolraIilWql6 c9CiXkiL/Da3/Q4KS7B3zQ8M1GaphVzKahaEZ7KT+6vgI/nCtlUGNn3EJwUB9XlmnMu3 ayt0WB+/PD2YwDeituAMl4niLYu0TFd+QmKZWXz39CyuaAGhXphvjfI1fsWzuW9B/9OK gI8Q== X-Received: by 10.180.74.146 with SMTP id t18mr48382487wiv.26.1366750018780; Tue, 23 Apr 2013 13:46:58 -0700 (PDT) Received: from fremont.twiddle.net ([212.183.132.78]) by mx.google.com with ESMTPS id q20sm18463501wiv.7.2013.04.23.13.46.56 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 23 Apr 2013 13:46:58 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Tue, 23 Apr 2013 13:46:32 -0700 Message-Id: <1366750012-25015-1-git-send-email-rth@twiddle.net> X-Mailer: git-send-email 1.8.1.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::231 Cc: aurelien@aurel32.net Subject: [Qemu-devel] [PATCH v6 00/20] tcg-arm improvments X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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(-) Tested-by: Peter Maydell