From patchwork Mon Aug 26 21:00:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 269978 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5AA4C2C00A0 for ; Tue, 27 Aug 2013 07:01:26 +1000 (EST) Received: from localhost ([::1]:53015 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE3ud-0002oP-DD for incoming@patchwork.ozlabs.org; Mon, 26 Aug 2013 17:01:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE3u9-0002nD-Nm for qemu-devel@nongnu.org; Mon, 26 Aug 2013 17:00:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VE3u4-000570-AC for qemu-devel@nongnu.org; Mon, 26 Aug 2013 17:00:53 -0400 Received: from mail-qe0-x235.google.com ([2607:f8b0:400d:c02::235]:34638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE3u4-00056f-5G for qemu-devel@nongnu.org; Mon, 26 Aug 2013 17:00:48 -0400 Received: by mail-qe0-f53.google.com with SMTP id 1so2101980qee.12 for ; Mon, 26 Aug 2013 14:00:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=VZV8050tCWndHbUFwjOFxl3FFG9EVRo+MF+VJ7+cYog=; b=yXnTehUeYxY+F0C16Vmkw1OfXG0+W/pkrMN/6I++IEjiLUpupYBa6pM0F9yhyq18P3 Di7HPwODxie6d4fjNlok7EM5dlZhUKdF2CAB41mTmw3x+eG2Wyme8OFuQVl5lbxzYy8q hqDLiJLVdf4q7MRATcEoiJNQU9sxSEZClIOxvMTIH6oEo2eUhVKzzigpXb1a/fwfN3Bs hx2R8hJQSjOE3oJrb8JhlzGQInttCSGnksSqWAuZa+lUimEdEV9w4rpxN3yiRi22Nybe rS1MDXyU3uvOJK/a0NI89zQceLnfLRTxv5nQ3yxHw6ijYDBduAv5xu/G/K/lfFK+hIJE d57A== X-Received: by 10.229.71.72 with SMTP id g8mr4635130qcj.53.1377550847242; Mon, 26 Aug 2013 14:00:47 -0700 (PDT) Received: from anchor.com (50-194-63-110-static.hfc.comcastbusiness.net. [50.194.63.110]) by mx.google.com with ESMTPSA id q4sm24499705qah.2.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 26 Aug 2013 14:00:46 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Mon, 26 Aug 2013 14:00:05 -0700 Message-Id: <1377550812-908-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: 2607:f8b0:400d:c02::235 Cc: anthony@codemonkey.ws, aurelien@aurel32.net Subject: [Qemu-devel] [PULL 0/7] Improve tcg ldst optimization 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 The following is a rebase of the i386 portion of the v2 patch set. That incorporated the minor comments from Aurelien from v1. This pull request omits the ARM portion of the patch set, as that has yet to receive any review. I'd like to get this patch set pulled, because I have three other patch sets that depend on this. r~ The following changes since commit f7ad538e1ea130c8b6f3abb06ad6c856242c799e: Merge remote-tracking branch 'stefanha/block' into staging (2013-08-26 09:19:50 -0500) are available in the git repository at: git://github.com/rth7680/qemu.git tcg-ool for you to fetch changes up to 401c227b0a1134245ec61c6c5a9997cfc963c8e4: tcg-i386: Use new return-argument ld/st helpers (2013-08-26 13:31:54 -0700) ---------------------------------------------------------------- Richard Henderson (7): tcg: Tidy generated code for tcg_outN tcg-i386: Add and use tcg_out64 tcg-i386: Try pc-relative lea for constant formation tcg-i386: Tidy qemu_ld/st slow path tcg: Add mmu helpers that take a return address argument tcg: Tidy softmmu_template.h tcg-i386: Use new return-argument ld/st helpers include/exec/exec-all.h | 13 +- include/exec/softmmu_defs.h | 46 +++--- include/exec/softmmu_template.h | 309 ++++++++++++++++------------------------ tcg/i386/tcg-target.c | 274 +++++++++++++++++------------------ tcg/tcg.c | 17 ++- 5 files changed, 295 insertions(+), 364 deletions(-)