The following changes since commit d4c453f64824bbeec56c7e72aa83019a7db70d9e:
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-05-06 08:34:34 -0700)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20240507
for you to fetch changes up to f578b66e8c70ddea71d44db6e2c7abbcd757d684:
gitlab: Streamline ubuntu-22.04-s390x (2024-05-06 23:40:36 -0700)
----------------------------------------------------------------
tcg: Add write_aofs to GVecGen3i
tcg/i386: Simplify immediate 8-bit logical vector shifts
tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
tcg/optimize: Optimize setcond with zmask
accel/tcg: Introduce CF_BP_PAGE
target/sh4: Update DisasContextBase.insn_start
gitlab: Drop --static from s390x linux-user build
gitlab: Streamline ubuntu-22.04-s390x
----------------------------------------------------------------
Richard Henderson (9):
tcg: Add write_aofs to GVecGen3i
tcg/i386: Simplify immediate 8-bit logical vector shifts
tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
tcg/optimize: Optimize setcond with zmask
accel/tcg: Introduce CF_BP_PAGE
target/sh4: Update DisasContextBase.insn_start
gitlab: Drop --disable-libssh from ubuntu-22.04-s390x.yml
gitlab: Drop --static from s390x linux-user build
gitlab: Streamline ubuntu-22.04-s390x
include/exec/translation-block.h | 1 +
include/tcg/tcg-op-gvec-common.h | 2 +
accel/tcg/cpu-exec.c | 2 +-
target/sh4/translate.c | 1 +
tcg/optimize.c | 110 +++++++++++++++++++++
tcg/tcg-op-gvec.c | 30 ++++--
tcg/i386/tcg-target.c.inc | 78 ++++++---------
.gitlab-ci.d/custom-runners/ubuntu-22.04-s390x.yml | 16 +--
8 files changed, 174 insertions(+), 66 deletions(-)