From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKsm7-00028J-4H for qemu-devel@nongnu.org; Tue, 04 Mar 2014 12:05:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKsly-0001nU-Li for qemu-devel@nongnu.org; Tue, 04 Mar 2014 12:05:03 -0500 Received: from mail-qc0-x22a.google.com ([2607:f8b0:400d:c01::22a]:41175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKsly-0001nQ-HO for qemu-devel@nongnu.org; Tue, 04 Mar 2014 12:04:54 -0500 Received: by mail-qc0-f170.google.com with SMTP id e9so1280973qcy.15 for ; Tue, 04 Mar 2014 09:04:54 -0800 (PST) Sender: Richard Henderson From: Richard Henderson Date: Tue, 4 Mar 2014 09:04:00 -0800 Message-Id: <1393952650-16802-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 00/10] tcg/aarch64 cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Claudio Fontana This is an initial split of a 40+ patch set for aarch64. These should all be totally non-controversial and easy to review. r~ 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(-) -- 1.8.5.3