qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/9] target/alpha: Implement CF_PCREL
@ 2024-05-04 15:39 Richard Henderson
  2024-05-04 15:39 ` [PULL 1/9] target/alpha: Use cpu_env in preference to ALPHA_CPU Richard Henderson
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Richard Henderson @ 2024-05-04 15:39 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 97c872276d147c882296f5da245bd8432f1582f6:

  Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging (2024-05-03 14:42:50 -0700)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-axp-20240504

for you to fetch changes up to 23bb086350c0de390f77dd034d775742314cabd7:

  target/alpha: Implement CF_PCREL (2024-05-04 08:05:51 -0700)

----------------------------------------------------------------
target/alpha: Implement CF_PCREL

----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
      target/alpha: Simplify gen_bcond_internal()

Richard Henderson (8):
      target/alpha: Use cpu_env in preference to ALPHA_CPU
      target/alpha: Hoist branch shift to initial decode
      target/alpha: Use DISAS_NEXT definition instead of magic '0' value
      target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN
      target/alpha: Return DISAS_NORETURN once
      target/alpha: Split out gen_goto_tb
      target/alpha: Split out gen_pc_disp
      target/alpha: Implement CF_PCREL

 target/alpha/cpu.c       |  32 ++++++++++---
 target/alpha/helper.c    |   8 ++--
 target/alpha/translate.c | 117 +++++++++++++++++++++++++----------------------
 3 files changed, 91 insertions(+), 66 deletions(-)


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-05-05  0:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-04 15:39 [PULL 0/9] target/alpha: Implement CF_PCREL Richard Henderson
2024-05-04 15:39 ` [PULL 1/9] target/alpha: Use cpu_env in preference to ALPHA_CPU Richard Henderson
2024-05-04 15:39 ` [PULL 2/9] target/alpha: Hoist branch shift to initial decode Richard Henderson
2024-05-04 15:39 ` [PULL 3/9] target/alpha: Use DISAS_NEXT definition instead of magic '0' value Richard Henderson
2024-05-04 15:39 ` [PULL 4/9] target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN Richard Henderson
2024-05-04 15:39 ` [PULL 5/9] target/alpha: Return DISAS_NORETURN once Richard Henderson
2024-05-04 15:39 ` [PULL 6/9] target/alpha: Simplify gen_bcond_internal() Richard Henderson
2024-05-04 15:39 ` [PULL 7/9] target/alpha: Split out gen_goto_tb Richard Henderson
2024-05-04 15:39 ` [PULL 8/9] target/alpha: Split out gen_pc_disp Richard Henderson
2024-05-04 15:39 ` [PULL 9/9] target/alpha: Implement CF_PCREL Richard Henderson
2024-05-05  0:39 ` [PULL 0/9] " Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).