[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/42] tcg patch queue
|
From: |
Richard Henderson |
|
Subject: |
[PULL 00/42] tcg patch queue |
|
Date: |
Fri, 5 May 2023 22:24:05 +0100 |
The following changes since commit a9fe9e191b4305b88c356a1ed9ac3baf89eb18aa:
Merge tag 'pull-riscv-to-apply-20230505-1' of
https://github.com/alistair23/qemu into staging (2023-05-05 09:25:13 +0100)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230505
for you to fetch changes up to 35a0bd63b458f30389b6bc6b7471c1665fe7b9d8:
tcg: Widen helper_*_st[bw]_mmu val arguments (2023-05-05 17:21:03 +0100)
----------------------------------------------------------------
softfloat: Fix the incorrect computation in float32_exp2
tcg: Remove compatability helpers for qemu ld/st
target/alpha: Remove TARGET_ALIGNED_ONLY
target/hppa: Remove TARGET_ALIGNED_ONLY
target/sparc: Remove TARGET_ALIGNED_ONLY
tcg: Cleanups preparing to unify calls to qemu_ld/st helpers
----------------------------------------------------------------
Richard Henderson (41):
target/avr: Finish conversion to tcg_gen_qemu_{ld,st}_*
target/cris: Finish conversion to tcg_gen_qemu_{ld,st}_*
target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*
target/m68k: Finish conversion to tcg_gen_qemu_{ld,st}_*
target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*
target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_*
target/sparc: Finish conversion to tcg_gen_qemu_{ld, st}_*
target/xtensa: Finish conversion to tcg_gen_qemu_{ld, st}_*
tcg: Remove compatability helpers for qemu ld/st
target/alpha: Use MO_ALIGN for system UNALIGN()
target/alpha: Use MO_ALIGN where required
target/alpha: Remove TARGET_ALIGNED_ONLY
target/hppa: Use MO_ALIGN for system UNALIGN()
target/hppa: Remove TARGET_ALIGNED_ONLY
target/sparc: Use MO_ALIGN where required
target/sparc: Use cpu_ld*_code_mmu
target/sparc: Remove TARGET_ALIGNED_ONLY
tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}
tcg/i386: Generalize multi-part load overlap test
tcg/i386: Introduce HostAddress
tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load
tcg/i386: Introduce tcg_out_testi
tcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st}
tcg/aarch64: Introduce HostAddress
tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}
tcg/arm: Introduce HostAddress
tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld,st}
tcg/loongarch64: Introduce HostAddress
tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}
tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st}
tcg/ppc: Introduce HostAddress
tcg/riscv: Require TCG_TARGET_REG_BITS == 64
tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}
tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st}
tcg/s390x: Introduce HostAddress
tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return
tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
tcg: Move TCGLabelQemuLdst to tcg.c
tcg: Replace REG_P with arg_loc_reg_p
tcg: Introduce arg_slot_stk_ofs
tcg: Widen helper_*_st[bw]_mmu val arguments
Shivaprasad G Bhat (1):
softfloat: Fix the incorrect computation in float32_exp2
configs/targets/alpha-linux-user.mak | 1 -
configs/targets/alpha-softmmu.mak | 1 -
configs/targets/hppa-linux-user.mak | 1 -
configs/targets/hppa-softmmu.mak | 1 -
configs/targets/sparc-linux-user.mak | 1 -
configs/targets/sparc-softmmu.mak | 1 -
configs/targets/sparc32plus-linux-user.mak | 1 -
configs/targets/sparc64-linux-user.mak | 1 -
configs/targets/sparc64-softmmu.mak | 1 -
include/tcg/tcg-ldst.h | 10 +-
include/tcg/tcg-op.h | 55 -----
target/hexagon/macros.h | 14 +-
tcg/riscv/tcg-target-con-set.h | 8 -
tcg/riscv/tcg-target.h | 22 +-
tcg/tcg-internal.h | 4 -
accel/tcg/cputlb.c | 6 +-
fpu/softfloat.c | 2 +-
target/alpha/translate.c | 38 +--
target/avr/translate.c | 16 +-
target/hexagon/genptr.c | 8 +-
target/hexagon/idef-parser/parser-helpers.c | 28 +--
target/hexagon/translate.c | 32 +--
target/hppa/translate.c | 2 +-
target/m68k/translate.c | 76 ++----
target/mips/tcg/translate.c | 8 +-
target/s390x/tcg/translate.c | 152 ++++++------
target/sparc/ldst_helper.c | 10 +-
target/sparc/translate.c | 85 ++++---
target/xtensa/translate.c | 4 +-
tcg/tcg.c | 58 +++--
target/cris/translate_v10.c.inc | 18 +-
target/mips/tcg/nanomips_translate.c.inc | 2 +-
tcg/aarch64/tcg-target.c.inc | 108 ++++++---
tcg/arm/tcg-target.c.inc | 357 +++++++++++++---------------
tcg/i386/tcg-target.c.inc | 345 ++++++++++++++-------------
tcg/loongarch64/tcg-target.c.inc | 135 +++++------
tcg/mips/tcg-target.c.inc | 186 ++++++++-------
tcg/ppc/tcg-target.c.inc | 192 ++++++++-------
tcg/riscv/tcg-target.c.inc | 268 ++++++---------------
tcg/s390x/tcg-target.c.inc | 131 +++++-----
tcg/sparc64/tcg-target.c.inc | 8 +-
tcg/tcg-ldst.c.inc | 14 --
42 files changed, 1120 insertions(+), 1291 deletions(-)
- [PULL 00/42] tcg patch queue,
Richard Henderson <=
- [PULL 01/42] softfloat: Fix the incorrect computation in float32_exp2, Richard Henderson, 2023/05/05
- [PULL 02/42] target/avr: Finish conversion to tcg_gen_qemu_{ld,st}_*, Richard Henderson, 2023/05/05
- [PULL 03/42] target/cris: Finish conversion to tcg_gen_qemu_{ld, st}_*, Richard Henderson, 2023/05/05
- [PULL 06/42] target/mips: Finish conversion to tcg_gen_qemu_{ld, st}_*, Richard Henderson, 2023/05/05
- [PULL 04/42] target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*, Richard Henderson, 2023/05/05
- [PULL 05/42] target/m68k: Finish conversion to tcg_gen_qemu_{ld, st}_*, Richard Henderson, 2023/05/05
- [PULL 14/42] target/hppa: Use MO_ALIGN for system UNALIGN(), Richard Henderson, 2023/05/05
- [PULL 07/42] target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_*, Richard Henderson, 2023/05/05