All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] hexagon: GETPC() fixes, shadowing fixes
@ 2023-10-08 22:09 Brian Cain
  2023-10-08 22:09 ` [PATCH v3 1/3] target/hexagon: move GETPC() calls to top level helpers Brian Cain
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Brian Cain @ 2023-10-08 22:09 UTC (permalink / raw)
  To: qemu-devel
  Cc: bcain, armbru, richard.henderson, philmd, peter.maydell,
	quic_mathbern, stefanha, ale, anjo, quic_mliebel, ltaylorsimpson

Changes since v2:
    - rebased, suggested by Markus
        - s/cpu_env/tcg_env/
        - For local shadows: s/tcg_env/tcg_env_/

Brian Cain (2):
  target/hexagon: fix some occurrences of -Wshadow=local
  target/hexagon: avoid shadowing globals

Matheus Tavares Bernardino (1):
  target/hexagon: move GETPC() calls to top level helpers

 target/hexagon/genptr.c                 | 56 ++++++++---------
 target/hexagon/genptr.h                 | 18 +++---
 target/hexagon/imported/alu.idef        |  6 +-
 target/hexagon/macros.h                 | 19 +++---
 target/hexagon/mmvec/macros.h           |  2 +-
 target/hexagon/mmvec/system_ext_mmvec.c |  4 +-
 target/hexagon/mmvec/system_ext_mmvec.h |  2 +-
 target/hexagon/op_helper.c              | 84 ++++++++++---------------
 target/hexagon/op_helper.h              |  9 ---
 target/hexagon/translate.c              | 10 +--
 10 files changed, 90 insertions(+), 120 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-10-09  6:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-08 22:09 [PATCH v3 0/3] hexagon: GETPC() fixes, shadowing fixes Brian Cain
2023-10-08 22:09 ` [PATCH v3 1/3] target/hexagon: move GETPC() calls to top level helpers Brian Cain
2023-10-09  6:10   ` Philippe Mathieu-Daudé
2023-10-08 22:09 ` [PATCH v3 2/3] target/hexagon: fix some occurrences of -Wshadow=local Brian Cain
2023-10-09  6:12   ` Philippe Mathieu-Daudé
2023-10-08 22:09 ` [PATCH v3 3/3] target/hexagon: avoid shadowing globals Brian Cain
2023-10-09  6:18 ` [PATCH v3 0/3] hexagon: GETPC() fixes, shadowing fixes Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.