From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT1cC-0002yc-Vn for qemu-devel@nongnu.org; Thu, 27 Mar 2014 00:08:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT1c4-0003dL-JP for qemu-devel@nongnu.org; Thu, 27 Mar 2014 00:08:28 -0400 Received: from mail-qa0-x230.google.com ([2607:f8b0:400d:c00::230]:41296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT1c4-0003dH-FB for qemu-devel@nongnu.org; Thu, 27 Mar 2014 00:08:20 -0400 Received: by mail-qa0-f48.google.com with SMTP id m5so3282836qaj.35 for ; Wed, 26 Mar 2014 21:08:19 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Wed, 26 Mar 2014 21:08:05 -0700 Message-Id: <1395893293-8243-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH v2 0/8] tcg-ia64 ldst updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net The bug that Aurelien found has been fixed. Please review. r~ 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 | 498 ++++++++++++++++++++++++++------------------------ tcg/ia64/tcg-target.h | 2 +- 2 files changed, 265 insertions(+), 235 deletions(-) -- 1.8.5.3