Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150521' into staging
commit27e1259a69c49ee2dd53385f4ca4ca14b822191d
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 May 2015 09:06:33 +0000 (22 10:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 May 2015 09:06:33 +0000 (22 10:06 +0100)
tree3b6d8b7c48c3d1afa7e6ce6ae29bd0c5b01cdf9c
parent9e549d36e989b14423279fb991b71728a2a4ae7c
parent32ad48abd74a997220b841e4e913edeb267aa362
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150521' into staging

Rewrite fp exceptions

# gpg: Signature made Thu May 21 18:35:52 2015 BST using RSA key ID 4DD0279B
# gpg: Good signature from "Richard Henderson <rth7680@gmail.com>"
# gpg:                 aka "Richard Henderson <rth@redhat.com>"
# gpg:                 aka "Richard Henderson <rth@twiddle.net>"

* remotes/rth/tags/pull-axp-20150521:
  target-alpha: Add vector implementation for CMPBGE
  target-alpha: Rewrite helper_zapnot
  target-alpha: Raise IOV from CVTQL
  target-alpha: Suppress underflow from CVTTQ if DNZ
  target-alpha: Raise EXC_M_INV properly for fp inputs
  target-alpha: Disallow literal operand to 1C.30 to 1C.37
  target-alpha: Implement WH64EN
  target-alpha: Fix integer overflow checking insns
  target-alpha: Fix cvttq vs inf
  target-alpha: Fix cvttq vs large integers
  target-alpha: Raise IOV from CVTTQ
  target-alpha: Set EXC_M_SWC for exceptions from /S insns
  target-alpha: Set fpcr_exc_status even for disabled exceptions
  target-alpha: Tidy FPCR representation
  target-alpha: Set PC correctly for floating-point exceptions
  target-alpha: Forget installed round mode after MT_FPCR
  target-alpha: Rename floating-point subroutines
  target-alpha: Move VAX helpers to a new file

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>