Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160805' into staging
commitcf5198d58088e3b416fe517b3946e5120b342761
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Aug 2016 09:39:18 +0000 (8 10:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Aug 2016 09:39:18 +0000 (8 10:39 +0100)
tree9d90c54eca81527f3f423e2daf7b29eccc32a35e
parent51009170d8fc263cfdcd5a60fe3ba213daa3d15b
parent5a18407f55ade924aa6397c9a043a9ffd59645fe
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160805' into staging

indirect register lowering

# gpg: Signature made Fri 05 Aug 2016 17:34:53 BST
# gpg:                using RSA key 0xAD1270CC4DD0279B
# gpg: Good signature from "Richard Henderson <rth7680@gmail.com>"
# gpg:                 aka "Richard Henderson <rth@redhat.com>"
# gpg:                 aka "Richard Henderson <rth@twiddle.net>"
# Primary key fingerprint: 9CB1 8DDA F8E8 49AD 2AFC  16A4 AD12 70CC 4DD0 279B

* remotes/rth/tags/pull-tcg-20160805:
  tcg: Lower indirect registers in a separate pass
  tcg: Require liveness analysis
  tcg: Include liveness info in the dumps
  tcg: Compress dead_temps and mem_temps into a single array
  tcg: Fold life data into TCGOp
  tcg: Reorg TCGOp chaining
  tcg: Compress liveness data to 16 bits

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