From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwYkg-0003zm-Mi for qemu-devel@nongnu.org; Tue, 09 Jul 2013 10:18:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwYkd-00020x-95 for qemu-devel@nongnu.org; Tue, 09 Jul 2013 10:18:46 -0400 Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]:49381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwYkd-00020Z-1Z for qemu-devel@nongnu.org; Tue, 09 Jul 2013 10:18:43 -0400 Received: by mail-pd0-f169.google.com with SMTP id y10so5339870pdj.28 for ; Tue, 09 Jul 2013 07:18:42 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Tue, 9 Jul 2013 07:18:20 -0700 Message-Id: <1373379515-28596-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/15] tcg: remainder and tcg-arm updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com The following changes since commit dc11549ec213f85f6a024c7df68d349464cd1688: Merge remote-tracking branch 'mst/tags/for_anthony' into staging (2013-07-08 08:00:23 -0500) are available in the git repository at: git://github.com/rth7680/qemu.git tcg-next for you to fetch changes up to 0caa91fe1f0a60269d7af032118639303e6eddd6: tcg-arm: Implement tcg_register_jit (2013-07-09 07:15:25 -0700) ---------------------------------------------------------------- Richard Henderson (15): tcg: Add myself to general TCG maintainership tcg: Split rem requirement from div requirement tcg-arm: Don't implement rem tcg-ppc: Don't implement rem tcg-ppc64: Don't implement rem tcg: Allow non-constant control macros tcg: Simplify logic using TCG_OPF_NOT_PRESENT tcg-arm: Make use of conditional availability of opcodes for divide tcg-arm: Rename use_armv5_instructions to use_armvt5_instructions tcg-arm: Simplify logic in detecting the ARM ISA in use tcg-arm: Use AT_PLATFORM to detect the host ISA tcg: Fix high_pc fields in .debug_info tcg: Move the CIE and FDE header definitions to common code tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size tcg-arm: Implement tcg_register_jit MAINTAINERS | 1 + tcg/aarch64/tcg-target.h | 2 + tcg/arm/tcg-target.c | 178 ++++++++++++++++++++++++++++++----------------- tcg/arm/tcg-target.h | 15 ++-- tcg/hppa/tcg-target.c | 35 +++------- tcg/hppa/tcg-target.h | 1 + tcg/i386/tcg-target.c | 45 +++++------- tcg/ia64/tcg-target.h | 2 + tcg/mips/tcg-target.h | 1 + tcg/ppc/tcg-target.c | 14 ---- tcg/ppc/tcg-target.h | 1 + tcg/ppc64/tcg-target.c | 26 ------- tcg/ppc64/tcg-target.h | 2 + tcg/sparc/tcg-target.c | 35 +++------- tcg/sparc/tcg-target.h | 2 + tcg/tcg-op.h | 32 +++++++-- tcg/tcg-opc.h | 36 +++++----- tcg/tcg.c | 26 +++++-- tcg/tcg.h | 6 +- tcg/tci/tcg-target.h | 6 +- 20 files changed, 248 insertions(+), 218 deletions(-)