From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWAgl-0005Cp-70 for qemu-devel@nongnu.org; Mon, 22 Sep 2014 16:58:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWAge-0005ds-Ow for qemu-devel@nongnu.org; Mon, 22 Sep 2014 16:58:27 -0400 Received: from mail-qg0-x235.google.com ([2607:f8b0:400d:c04::235]:37321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWAge-0005bo-KP for qemu-devel@nongnu.org; Mon, 22 Sep 2014 16:58:20 -0400 Received: by mail-qg0-f53.google.com with SMTP id e89so3154821qgf.12 for ; Mon, 22 Sep 2014 13:58:14 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Mon, 22 Sep 2014 13:57:30 -0700 Message-Id: <1411419461-24390-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 00/11] tcg updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Three pending tcg patch sets: sparc backend updates, aarch64 backend updates, and the tcg typechecking patch set from last week. Please pull. r~ The following changes since commit 07e2863d0271ac6c05206d8ce9e4f4c39b25d3ea: exec.c: fix setting 1-byte-long watchpoints (2014-09-19 17:42:16 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git tags/tcg-next-20140722 for you to fetch changes up to fdacaf6ea0dea5719b30eb0906d03fa1f4c59c68: tcg: Always enable TCGv type checking (2014-09-22 12:31:13 -0700) ---------------------------------------------------------------- tcg changes for 2014-07-22 ---------------------------------------------------------------- Richard Henderson (11): tcg-sparc: Support addsub2_i64 tcg-sparc: Use ADDXC in addsub2_i64 tcg-sparc: Fix setcond_i32 uninitialized value tcg-sparc: Use ADDXC in setcond_i64 tcg-sparc: Rename ADDX/SUBX insns tcg-sparc: Use UMULXHI instruction tcg: Compress TCGLabelQemuLdst tcg: Move TCG_TYPE_COUNT out of enum TCGType tcg-aarch64: Use 32-bit loads for qemu_ld_i32 qemu/compiler: Define QEMU_ARTIFICIAL tcg: Always enable TCGv type checking disas/sparc.c | 34 +++++-------- include/elf.h | 37 +++++++++++--- include/qemu/compiler.h | 6 +++ tcg/aarch64/tcg-target.c | 29 ++++++----- tcg/sparc/tcg-target.c | 129 ++++++++++++++++++++++++++++++++++++++++++----- tcg/sparc/tcg-target.h | 12 +++-- tcg/tcg-be-ldst.h | 20 +++++--- tcg/tcg.h | 92 +++++++++++++-------------------- 8 files changed, 238 insertions(+), 121 deletions(-)