qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL for-2.7 0/7] tcg: fix indirect register lowering
Date: Sat,  6 Aug 2016 07:17:47 +0530	[thread overview]
Message-ID: <1470448074-20473-1-git-send-email-rth@twiddle.net> (raw)

This fixes i686 host / sparc64 guest problem that we have
introduced during the 2.7 cycle.


r~


The following changes since commit 51009170d8fc263cfdcd5a60fe3ba213daa3d15b:

  tests: Rename qtests which have names ending "error" (2016-08-05 15:27:15 +0100)

are available in the git repository at:

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

for you to fetch changes up to 5a18407f55ade924aa6397c9a043a9ffd59645fe:

  tcg: Lower indirect registers in a separate pass (2016-08-05 21:44:40 +0530)

----------------------------------------------------------------
indirect register lowering

----------------------------------------------------------------
Richard Henderson (7):
      tcg: Compress liveness data to 16 bits
      tcg: Reorg TCGOp chaining
      tcg: Fold life data into TCGOp
      tcg: Compress dead_temps and mem_temps into a single array
      tcg: Include liveness info in the dumps
      tcg: Require liveness analysis
      tcg: Lower indirect registers in a separate pass

 include/exec/gen-icount.h |   2 +-
 include/qemu/log.h        |   3 +-
 tcg/optimize.c            |  37 +--
 tcg/tcg-op.c              |   2 +-
 tcg/tcg.c                 | 588 ++++++++++++++++++++++++++++++----------------
 tcg/tcg.h                 |  52 ++--
 util/log.c                |  24 +-
 7 files changed, 441 insertions(+), 267 deletions(-)

             reply	other threads:[~2016-08-06  1:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-06  1:47 Richard Henderson [this message]
2016-08-06  1:47 ` [Qemu-devel] [PULL 1/7] tcg: Compress liveness data to 16 bits Richard Henderson
2016-08-06  1:47 ` [Qemu-devel] [PULL 2/7] tcg: Reorg TCGOp chaining Richard Henderson
2016-08-06  1:47 ` [Qemu-devel] [PULL 3/7] tcg: Fold life data into TCGOp Richard Henderson
2016-08-06  1:47 ` [Qemu-devel] [PULL 4/7] tcg: Compress dead_temps and mem_temps into a single array Richard Henderson
2016-08-06  1:47 ` [Qemu-devel] [PULL 5/7] tcg: Include liveness info in the dumps Richard Henderson
2016-08-06  1:47 ` [Qemu-devel] [PULL 6/7] tcg: Require liveness analysis Richard Henderson
2016-08-06  1:47 ` [Qemu-devel] [PULL 7/7] tcg: Lower indirect registers in a separate pass Richard Henderson
2016-08-08 10:31 ` [Qemu-devel] [PULL for-2.7 0/7] tcg: fix indirect register lowering 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=1470448074-20473-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).