From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKub6-00009C-GM for qemu-devel@nongnu.org; Tue, 04 Mar 2014 14:01:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKub1-0000ky-6f for qemu-devel@nongnu.org; Tue, 04 Mar 2014 14:01:48 -0500 Received: from mail-qc0-x229.google.com ([2607:f8b0:400d:c01::229]:51240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKub1-0000kr-1p for qemu-devel@nongnu.org; Tue, 04 Mar 2014 14:01:43 -0500 Received: by mail-qc0-f169.google.com with SMTP id i17so2938388qcy.0 for ; Tue, 04 Mar 2014 11:01:42 -0800 (PST) Sender: Richard Henderson From: Richard Henderson Date: Tue, 4 Mar 2014 11:00:59 -0800 Message-Id: <1393959667-19125-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 0/8] tcg-ia64 ldst updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, aliguori@amazon.com, aurelien@aurel32.net This is a revival of a patch set I submitted back in September. I've just re-tested it and things still look ok, so I'm just going to ask for a pull rather than pretending there might be review. r~ The following changes since commit 4a29420ea1c5a34191281855f5f51e70deab8940: Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2014-03-04 16:33:25 +0000) are available in the git repository at: git://github.com/rth7680/qemu.git tcg-ldst-ia64 for you to fetch changes up to 97d3dfedfd137ef7e2ae77fc9d518594be1a8f43: tcg-ia64: Convert to new ldst opcodes (2014-03-04 09:35:56 -0800) ---------------------------------------------------------------- Richard Henderson (8): tcg-ia64: Optimize small arguments to exit_tb tcg-ia64: Re-bundle the tlb load tcg-ia64: Move bswap for store into tlb load tcg-ia64: Move tlb addend load into tlb read tcg-ia64: Reduce code duplication in tcg_out_qemu_ld tcg-ia64: Convert to new ldst helpers tcg-ia64: Move part of softmmu slow path out of line tcg-ia64: Convert to new ldst opcodes tcg/ia64/tcg-target.c | 497 ++++++++++++++++++++++++++------------------------ tcg/ia64/tcg-target.h | 2 +- 2 files changed, 264 insertions(+), 235 deletions(-)