mbox

[PULL,00/13] tcg/sparc update

Message ID 1398710437-8071-1-git-send-email-rth@twiddle.net
State New
Headers show

Pull-request

git://github.com/rth7680/qemu.git tags/tcg-sparc-pull-20140428

Message

Richard Henderson April 28, 2014, 6:40 p.m. UTC
No code changes since the last patch set posted, but I
did re-base the branch.  Please pull.


r~


The following changes since commit e2da502c003b9a91b4aea7684959192bd07c1f1d:

  Merge remote-tracking branch 'remotes/otubo/seccomp' into staging (2014-04-28 14:14:35 +0100)

are available in the git repository at:


  git://github.com/rth7680/qemu.git tags/tcg-sparc-pull-20140428

for you to fetch changes up to ebd0c614d77898741c1ec70b5c5ca3f263253da3:

  tcg-sparc: Accept stores of zero (2014-04-28 11:06:35 -0700)

----------------------------------------------------------------
TCG sparc backend update for 20140428

----------------------------------------------------------------
Richard Henderson (13):
      tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes
      tcg: Add INDEX_op_trunc_shr_i32
      tcg-sparc: Remove most uses of TCG_TARGET_REG_BITS
      tcg-sparc: Support trunc_shr_i32
      tcg-sparc: Use 64-bit registers with sparcv8plus
      tcg-sparc: Use the RETURN instruction
      tcg-sparc: Implement muls2_i32
      tcg-sparc: Tidy check_fit_* tests
      tcg-sparc: Don't handle mov/movi in tcg_out_op
      tcg-sparc: Hoist common argument loads in tcg_out_op
      tcg-sparc: Fixup function argument types
      tcg-sparc: Fix small 32-bit movi
      tcg-sparc: Accept stores of zero

 include/exec/def-helper.h |   2 +-
 tcg/README                |   5 +
 tcg/aarch64/tcg-target.h  |   1 +
 tcg/i386/tcg-target.h     |   1 +
 tcg/ia64/tcg-target.h     |   1 +
 tcg/optimize.c            |  16 +
 tcg/ppc64/tcg-target.h    |   1 +
 tcg/s390/tcg-target.h     |   1 +
 tcg/sparc/tcg-target.c    | 842 +++++++++++++++++++---------------------------
 tcg/sparc/tcg-target.h    |  17 +-
 tcg/tcg-op.h              |  54 ++-
 tcg/tcg-opc.h             |   4 +
 tcg/tcg.c                 |  80 ++++-
 tcg/tcg.h                 |   1 +
 tcg/tci/tcg-target.h      |   1 +
 15 files changed, 498 insertions(+), 529 deletions(-)

Comments

Peter Maydell April 29, 2014, 12:37 p.m. UTC | #1
On 28 April 2014 19:40, Richard Henderson <rth@twiddle.net> wrote:
> No code changes since the last patch set posted, but I
> did re-base the branch.  Please pull.
>
>
> r~
>
>
> The following changes since commit e2da502c003b9a91b4aea7684959192bd07c1f1d:
>
>   Merge remote-tracking branch 'remotes/otubo/seccomp' into staging (2014-04-28 14:14:35 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/rth7680/qemu.git tags/tcg-sparc-pull-20140428
>
> for you to fetch changes up to ebd0c614d77898741c1ec70b5c5ca3f263253da3:
>
>   tcg-sparc: Accept stores of zero (2014-04-28 11:06:35 -0700)
>
> ----------------------------------------------------------------
> TCG sparc backend update for 20140428

Applied, thanks.

-- PMM