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>
No related branches found
No related tags found
Showing
- include/exec/gen-icount.h 1 addition, 1 deletioninclude/exec/gen-icount.h
- include/qemu/log.h 2 additions, 1 deletioninclude/qemu/log.h
- tcg/optimize.c 3 additions, 34 deletionstcg/optimize.c
- tcg/tcg-op.c 1 addition, 1 deletiontcg/tcg-op.c
- tcg/tcg.c 386 additions, 202 deletionstcg/tcg.c
- tcg/tcg.h 32 additions, 20 deletionstcg/tcg.h
- util/log.c 16 additions, 8 deletionsutil/log.c
Loading
Please register or sign in to comment