The following changes since commit 4a74626970ab4ea475263d155b10fb75c9af0b33:
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging (2020-10-27 11:28:46 +0000) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20201027 for you to fetch changes up to 1d705e8a5bbfe36294081baa45ab68a9ad987f33: accel/tcg: Add CPU_LOG_EXEC tracing for cpu_io_recompile() (2020-10-27 09:48:07 -0700) ---------------------------------------------------------------- Optimize across branches. Add logging for cpu_io_recompile. ---------------------------------------------------------------- Peter Maydell (1): accel/tcg: Add CPU_LOG_EXEC tracing for cpu_io_recompile() Richard Henderson (2): tcg: Do not kill globals at conditional branches tcg/optimize: Flush data at labels not TCG_OPF_BB_END include/tcg/tcg-opc.h | 7 +++--- include/tcg/tcg.h | 4 +++- accel/tcg/translate-all.c | 4 ++++ tcg/optimize.c | 35 +++++++++++++++--------------- tcg/tcg.c | 55 +++++++++++++++++++++++++++++++++++++++++++++-- 5 files changed, 82 insertions(+), 23 deletions(-)