From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMWKA-0004No-2w for qemu-devel@nongnu.org; Sun, 09 Mar 2014 00:31:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMWK4-0007iV-PJ for qemu-devel@nongnu.org; Sun, 09 Mar 2014 00:30:58 -0500 Received: from mail-qg0-x22a.google.com ([2607:f8b0:400d:c04::22a]:47439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMWK4-0007hz-Km for qemu-devel@nongnu.org; Sun, 09 Mar 2014 00:30:52 -0500 Received: by mail-qg0-f42.google.com with SMTP id q107so3448985qgd.1 for ; Sat, 08 Mar 2014 21:30:51 -0800 (PST) Sender: Richard Henderson From: Richard Henderson Date: Sat, 8 Mar 2014 21:30:33 -0800 Message-Id: <1394343043-1473-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 00/10] tcg/aarch64 cleanups, part 1 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 Recently reviewed. Part 2 to be posted shortly. r~ The following changes since commit f53f3d0a00b6df39ce8dfca942608e5b6a9a4f71: Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging (2014-03-08 12:38:43 +0000) are available in the git repository at: git://github.com/rth7680/qemu.git tcg-aarch-6-1 for you to fetch changes up to f8e2484389acc564521d36cb7ca459428c134e7b: tcg-aarch64: Remove nop from qemu_st slow path (2014-03-08 21:23:25 -0800) ---------------------------------------------------------------- Richard Henderson (10): tcg-aarch64: Enable builtin disassembler tcg-aarch64: Remove redundant CPU_TLB_ENTRY_BITS check tcg-aarch64: Change all ext variables to TCGType tcg-aarch64: Set ext based on TCG_OPF_64BIT tcg-aarch64: Don't handle mov/movi in tcg_out_op tcg-aarch64: Hoist common argument loads in tcg_out_op tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp tcg-aarch64: Use intptr_t apropriately tcg-aarch64: Simplify tcg_out_ldst_9 encoding tcg-aarch64: Remove nop from qemu_st slow path configure | 6 + tcg/aarch64/tcg-target.c | 284 +++++++++++++++++++++-------------------------- 2 files changed, 130 insertions(+), 160 deletions(-)