From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL 0/4] tcg (-ish) updates
Date: Fri, 1 Jul 2016 10:19:19 -0700 [thread overview]
Message-ID: <1467393563-29447-1-git-send-email-rth@twiddle.net> (raw)
Three tcg patches, and a build change so that we can still
use --cpu=i686 on a x86_64 host, now that linux-user has
the syscall assembly thunks.
r~
The following changes since commit 9a48e3670030148a8d00c8d4d4cd7f051c0d9f39:
Added Bulgarian translation (2016-07-01 16:06:57 +0100)
are available in the git repository at:
git://github.com/rth7680/qemu.git tags/pull-tcg-20160701
for you to fetch changes up to 15dab9abdedb1657ace1b3169617852299b5063f:
tcg: Improve the alignment check infrastructure (2016-07-01 10:13:22 -0700)
----------------------------------------------------------------
Misc updates
----------------------------------------------------------------
Richard Henderson (3):
tcg: Fix name for high-half register
tcg: Optimize spills of constants
build: Use $(CCAS) for compiling .S files
Sergey Sorokin (1):
tcg: Improve the alignment check infrastructure
configure | 13 ++-
include/exec/cpu-all.h | 16 +++-
rules.mak | 7 +-
softmmu_template.h | 88 ++++++--------------
tcg/aarch64/tcg-target.inc.c | 19 ++++-
tcg/arm/tcg-target.inc.c | 6 ++
tcg/i386/tcg-target.inc.c | 36 +++++---
tcg/ia64/tcg-target.inc.c | 10 +++
tcg/mips/tcg-target.inc.c | 10 +++
tcg/ppc/tcg-target.inc.c | 20 +++--
tcg/s390/tcg-target.inc.c | 15 +++-
tcg/sparc/tcg-target.inc.c | 10 +++
tcg/tcg-op.c | 3 +
tcg/tcg.c | 194 ++++++++++++++++++++++++-------------------
tcg/tcg.h | 87 ++++++++++++++++---
tcg/tci/tcg-target.inc.c | 6 ++
16 files changed, 341 insertions(+), 199 deletions(-)
next reply other threads:[~2016-07-01 17:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-01 17:19 Richard Henderson [this message]
2016-07-01 17:19 ` [Qemu-devel] [PULL 1/4] tcg: Fix name for high-half register Richard Henderson
2016-07-01 17:19 ` [Qemu-devel] [PULL 2/4] tcg: Optimize spills of constants Richard Henderson
2016-07-01 17:19 ` [Qemu-devel] [PULL 3/4] build: Use $(CCAS) for compiling .S files Richard Henderson
2016-07-01 17:19 ` [Qemu-devel] [PULL 4/4] tcg: Improve the alignment check infrastructure Richard Henderson
2016-07-04 9:48 ` [Qemu-devel] [PULL 0/4] tcg (-ish) updates Peter Maydell
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=1467393563-29447-1-git-send-email-rth@twiddle.net \
--to=rth@twiddle.net \
--cc=peter.maydell@linaro.org \
--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).