Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151007' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 8 Oct 2015 14:33:56 +0000 (15:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 8 Oct 2015 14:33:56 +0000 (15:33 +0100)
commit31c9bd164ddb653915b9029ba0edd40cd57530d9
treea89ce755264cd0d9f97dcf4c8aae5df524034fd3
parentca4e4b82848982311a40d0937c1de9db1108fdb0
parent126d89e8cdfa3be15d51f76906eaccbcd0023f98
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151007' into staging

Do away with TB retranslation

# gpg: Signature made Wed 07 Oct 2015 10:42:08 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-20151007: (26 commits)
  tcg: Adjust CODE_GEN_AVG_BLOCK_SIZE
  tcg: Check for overflow via highwater mark
  tcg: Allocate a guard page after code_gen_buffer
  tcg: Emit prologue to the beginning of code_gen_buffer
  tcg: Remove tcg_gen_code_search_pc
  tcg: Remove gen_intermediate_code_pc
  tcg: Save insn data and use it in cpu_restore_state_from_tb
  tcg: Pass data argument to restore_state_to_opc
  tcg: Add TCG_MAX_INSNS
  target-*: Drop cpu_gen_code define
  tcg: Merge cpu_gen_code into tb_gen_code
  target-sparc: Add npc state to insn_start
  target-sparc: Remove gen_opc_jump_pc
  target-sparc: Split out gen_branch_n
  target-sparc: Tidy gen_branch_a interface
  target-cris: Mirror gen_opc_pc into insn_start
  target-sh4: Add flags state to insn_start
  target-s390x: Add cc_op state to insn_start
  target-mips: Add delayed branch state to insn_start
  target-i386: Add cc_op state to insn_start
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-s390x/cpu.h
target-s390x/translate.c
target-tilegx/cpu.h
target-tilegx/translate.c