From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: aurelien@aurel32.net
Subject: [Qemu-devel] [PATCH v2 0/7] Further tcg ldst improvements
Date: Thu, 29 Aug 2013 15:05:54 -0700 [thread overview]
Message-ID: <1377813961-12208-1-git-send-email-rth@twiddle.net> (raw)
Changes from v1 to v2:
* Rebased vs master, fixing minor conflicts.
* Dropped the tail-call from qemu_ld slow path to helper,
as discussed wrt not constraining the ld output register.
The patch set is available at
git://github.com/rth7680/qemu.git tcg-ool-2
r~
Richard Henderson (7):
exec: Reorganize the GETRA/GETPC macros
tcg-i386: Don't perform GETPC adjustment in TCG code
exec: Rename USUFFIX to LSUFFIX
target: Include softmmu_exec.h where forgotten
exec: Split softmmu_defs.h
tcg: Introduce zero and sign-extended versions of load helpers
tcg-i386: Make use of zero-extended memory helper routines
include/exec/exec-all.h | 89 ++++++++++++++++++++---------------------
include/exec/softmmu_defs.h | 49 -----------------------
include/exec/softmmu_exec.h | 3 +-
include/exec/softmmu_template.h | 88 ++++++++++++++++++++++++++++++----------
target-lm32/op_helper.c | 2 +
target-moxie/helper.c | 1 +
target-ppc/mmu_helper.c | 2 +
target-unicore32/op_helper.c | 2 +
target-xtensa/op_helper.c | 1 +
tcg/aarch64/tcg-target.c | 2 -
tcg/arm/tcg-target.c | 2 -
tcg/hppa/tcg-target.c | 2 -
tcg/i386/tcg-target.c | 58 +++++++++++----------------
tcg/ia64/tcg-target.c | 3 --
tcg/mips/tcg-target.c | 3 --
tcg/ppc/tcg-target.c | 2 -
tcg/ppc64/tcg-target.c | 3 --
tcg/s390/tcg-target.c | 3 --
tcg/sparc/tcg-target.c | 2 -
tcg/tcg.h | 52 ++++++++++++++++++++++++
20 files changed, 194 insertions(+), 175 deletions(-)
delete mode 100644 include/exec/softmmu_defs.h
--
1.8.1.4
next reply other threads:[~2013-08-29 22:06 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-29 22:05 Richard Henderson [this message]
2013-08-29 22:05 ` [Qemu-devel] [PATCH v2 1/7] exec: Reorganize the GETRA/GETPC macros Richard Henderson
2013-08-30 16:55 ` Aurelien Jarno
2013-08-29 22:05 ` [Qemu-devel] [PATCH v2 2/7] tcg-i386: Don't perform GETPC adjustment in TCG code Richard Henderson
2013-08-30 16:55 ` Aurelien Jarno
2013-08-29 22:05 ` [Qemu-devel] [PATCH v2 3/7] exec: Rename USUFFIX to LSUFFIX Richard Henderson
2013-08-30 16:55 ` Aurelien Jarno
2013-08-29 22:05 ` [Qemu-devel] [PATCH v2 4/7] target: Include softmmu_exec.h where forgotten Richard Henderson
2013-08-30 16:55 ` Aurelien Jarno
2013-08-29 22:05 ` [Qemu-devel] [PATCH v2 5/7] exec: Split softmmu_defs.h Richard Henderson
2013-08-30 16:55 ` Aurelien Jarno
2013-08-29 22:06 ` [Qemu-devel] [PATCH v2 6/7] tcg: Introduce zero and sign-extended versions of load helpers Richard Henderson
2013-08-30 16:55 ` Aurelien Jarno
2013-08-30 17:20 ` Richard Henderson
2013-08-30 19:12 ` Aurelien Jarno
2013-08-30 20:53 ` Richard Henderson
2013-08-30 21:23 ` Aurelien Jarno
2013-08-31 0:05 ` Richard Henderson
2013-08-29 22:06 ` [Qemu-devel] [PATCH v2 7/7] tcg-i386: Make use of zero-extended memory helper routines Richard Henderson
2013-08-30 21:23 ` Aurelien Jarno
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=1377813961-12208-1-git-send-email-rth@twiddle.net \
--to=rth@twiddle.net \
--cc=aurelien@aurel32.net \
--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).