Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into staging
commit86b182ac0e0b44726d85598cbefb468ed22517fc
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 17 Dec 2014 17:31:26 +0000 (17 17:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 17 Dec 2014 17:31:26 +0000 (17 17:31 +0000)
tree341fb2d979c8370c50dc8a9e470062d5f6673ab5
parent84afc4dd56648ac302c7b5a917e95ca7b1239695
parent97e89ee914411384dcda771d38bf89f13726d71e
Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into staging

Xtensa updates for 2.3:

- fix cross-page opcode handling;
- move window overflow exception generation decision to translation phase;
- don't generate dead code after privilege, window overflow or coprocessor
  exception;
- add monitor command 'info opcount' for dumping TCG opcode counters.

# gpg: Signature made Wed 17 Dec 2014 02:57:01 GMT using RSA key ID F83FA044
# gpg: Good signature from "Max Filippov <max.filippov@cogentembedded.com>"
# gpg:                 aka "Max Filippov <jcmvbkbc@gmail.com>"

* remotes/xtensa/tags/20141217-xtensa:
  target-xtensa: don't generate dead code
  target-xtensa: record available window in TB flags
  target-xtensa: test cross-page opcode
  target-xtensa: fix translation for opcodes crossing page boundary
  tcg: add separate monitor command to dump opcode counters

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