From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com
Subject: [Qemu-devel] [PULL 00/15] tcg: remainder and tcg-arm updates
Date: Tue, 9 Jul 2013 07:18:20 -0700 [thread overview]
Message-ID: <1373379515-28596-1-git-send-email-rth@twiddle.net> (raw)
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(-)
next reply other threads:[~2013-07-09 14:18 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-09 14:18 Richard Henderson [this message]
2013-07-09 14:18 ` [Qemu-devel] [PULL 01/15] tcg: Add myself to general TCG maintainership Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 02/15] tcg: Split rem requirement from div requirement Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 03/15] tcg-arm: Don't implement rem Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 04/15] tcg-ppc: " Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 05/15] tcg-ppc64: " Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 06/15] tcg: Allow non-constant control macros Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 07/15] tcg: Simplify logic using TCG_OPF_NOT_PRESENT Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 08/15] tcg-arm: Make use of conditional availability of opcodes for divide Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 09/15] tcg-arm: Rename use_armv5_instructions to use_armvt5_instructions Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 10/15] tcg-arm: Simplify logic in detecting the ARM ISA in use Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 11/15] tcg-arm: Use AT_PLATFORM to detect the host ISA Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 12/15] tcg: Fix high_pc fields in .debug_info Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 13/15] tcg: Move the CIE and FDE header definitions to common code Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 14/15] tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size Richard Henderson
2013-07-09 14:18 ` [Qemu-devel] [PULL 15/15] tcg-arm: Implement tcg_register_jit Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1373379515-28596-1-git-send-email-rth@twiddle.net \
--to=rth@twiddle.net \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).