From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL 00/18] target-alpha fpu improvments
Date: Wed, 20 May 2015 12:05:28 -0700 [thread overview]
Message-ID: <1432148728-11985-1-git-send-email-rth@twiddle.net> (raw)
No change since the patch set of May 12.
Thanks,
r~
The following changes since commit 385057cbec9b4a0eb6150330c572e875ed714965:
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-05-15' into staging (2015-05-15 17:51:20 +0100)
are available in the git repository at:
git://github.com/rth7680/qemu.git tags/pull-axp-20150520
for you to fetch changes up to 7e66205cd6ae0fc015960af8d907fdf2147cadb8:
target-alpha: Add vector implementation for CMPBGE (2015-05-18 13:03:47 -0700)
----------------------------------------------------------------
Rewrite fp exceptions
----------------------------------------------------------------
Richard Henderson (18):
target-alpha: Move VAX helpers to a new file
target-alpha: Rename floating-point subroutines
target-alpha: Forget installed round mode after MT_FPCR
target-alpha: Set PC correctly for floating-point exceptions
target-alpha: Tidy FPCR representation
target-alpha: Set fpcr_exc_status even for disabled exceptions
target-alpha: Set EXC_M_SWC for exceptions from /S insns
target-alpha: Raise IOV from CVTTQ
target-alpha: Fix cvttq vs large integers
target-alpha: Fix cvttq vs inf
target-alpha: Fix integer overflow checking insns
target-alpha: Implement WH64EN
target-alpha: Disallow literal operand to 1C.30 to 1C.37
target-alpha: Raise EXC_M_INV properly for fp inputs
target-alpha: Suppress underflow from CVTTQ if DNZ
target-alpha: Raise IOV from CVTQL
target-alpha: Rewrite helper_zapnot
target-alpha: Add vector implementation for CMPBGE
target-alpha/Makefile.objs | 2 +-
target-alpha/cpu.h | 95 ++++----
target-alpha/fpu_helper.c | 530 +++++++++++----------------------------------
target-alpha/helper.c | 132 ++---------
target-alpha/helper.h | 14 +-
target-alpha/int_helper.c | 126 +++++------
target-alpha/mem_helper.c | 9 +-
target-alpha/translate.c | 265 ++++++++++++-----------
target-alpha/vax_helper.c | 353 ++++++++++++++++++++++++++++++
9 files changed, 752 insertions(+), 774 deletions(-)
create mode 100644 target-alpha/vax_helper.c
next reply other threads:[~2015-05-20 19:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-20 19:05 Richard Henderson [this message]
2015-05-21 11:38 ` [Qemu-devel] [PULL 00/18] target-alpha fpu improvments Peter Maydell
2015-05-21 15:34 ` 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=1432148728-11985-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).