]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150609' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jun 2015 14:29:34 +0000 (15:29 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jun 2015 14:29:34 +0000 (15:29 +0100)
commitb0411142f482df92717f8b4a3b746081a62b724f
tree72a69cd06a85ab5737eef1b410bc733ccd6e19ec
parent44ee94e4862603c2b1b21718effc5f17b39f43bc
parent36e60ef6ac5d8a262d0fbeedfdb2b588514cb1ea
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150609' into staging

Collected TCG patches

# gpg: Signature made Tue Jun  9 15:06:18 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-tcg-20150609:
  tcg/optimize: rename tcg_constant_folding
  tcg/optimize: fold constant test in tcg_opt_gen_mov
  tcg/optimize: fold temp copies test in tcg_opt_gen_mov
  tcg/optimize: remove opc argument from tcg_opt_gen_mov
  tcg/optimize: remove opc argument from tcg_opt_gen_movi
  tcg: fix dead computation for repeated input arguments
  tcg: fix register allocation with two aliased dead inputs
  tcg: Handle MO_AMASK in tcg_dump_ops
  tcg: Mask TCGMemOp appropriately for indexing

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