Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging
commitcd2d5541271f1934345d8ca42f5fafff1744eee7
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Feb 2015 11:44:49 +0000 (13 11:44 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Feb 2015 11:44:50 +0000 (13 11:44 +0000)
tree502c45c44d0537fca5e576da33898a7f5eaf9f01
parente344e7afc1a04ab11c843c069cef0cdcc1c7787e
parent15fc7daa770764cc795158cbb525569f156f3659
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging

Convert to linked list.

# gpg: Signature made Fri 13 Feb 2015 05:40:41 GMT 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-20150212:
  tcg: Remove unused opcodes
  tcg: Implement insert_op_before
  tcg: Remove opcodes instead of noping them out
  tcg: Put opcodes in a linked list
  tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
  tcg: Move emit of INDEX_op_end into gen_tb_end
  tcg: Reduce ifdefs in tcg-op.c
  tcg: Move some opcode generation functions out of line

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate-a64.c