mbox series

[v3,0/5] misc hexagon patches

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

Message

Brian Cain April 7, 2025, 7:27 p.m. UTC
Changes since previous "misc hexagon patches" series (v2):
- changed author to match MAINTAINERS (I was fooled by the mailmap before --
so, for real this time).


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(-)

Comments

Matheus Tavares Bernardino April 7, 2025, 7:37 p.m. UTC | #1
On Mon,  7 Apr 2025 12:27:00 -0700 Brian Cain <brian.cain@oss.qualcomm.com> wrote:
> 
> 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

All patches,

Reviewed-by: Matheus Tavares Bernardino <matheus.bernardino@oss.qualcomm.com>