mbox series

[v2,0/5] misc hexagon patches

Message ID 20250407154314.2512587-1-brian.cain@oss.qualcomm.com (mailing list archive)
Headers show
Series misc hexagon patches | expand

Message

Brian Cain April 7, 2025, 3:43 p.m. UTC
Changes since previous "misc hexagon patches" series (v1):
- removed not-yet-usable/necessary from_subtype()
- changed author to match MAINTAINERS
- dropped 'Add memory order definition' patch, now carried in Phil's
https://lore.kernel.org/qemu-devel/20250405161320.76854-1-philmd@linaro.org/

Brian Cain (5):
  target/hexagon: handle .new values
  target/hexagon: Fix badva reference, delete CAUSE
  target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
  target/hexagon: s/pkt_has_store/pkt_has_scalar_store
  target/hexagon: Remove unreachable

 target/hexagon/idef-parser/README.rst       |  2 +-
 target/hexagon/insn.h                       |  4 +--
 target/hexagon/macros.h                     |  8 +++---
 target/hexagon/cpu.c                        |  3 +--
 target/hexagon/decode.c                     | 10 ++++---
 target/hexagon/genptr.c                     |  3 ++-
 target/hexagon/idef-parser/parser-helpers.c |  4 +--
 target/hexagon/op_helper.c                  |  4 +--
 target/hexagon/translate.c                  |  9 ++++---
 target/hexagon/gen_helper_funcs.py          |  2 +-
 target/hexagon/hex_common.py                | 29 ++++++++++++++++-----
 11 files changed, 49 insertions(+), 29 deletions(-)