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

In v2: reworked with suggestions from Philippe and added a new patch
to cover -Wshadow=global.

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           |  6 +-
 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              |  9 ++-
 10 files changed, 91 insertions(+), 122 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-10-18  3:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-05 22:22 [PATCH v2 0/3] hexagon: GETPC() and shadowing fixes Brian Cain
2023-10-05 22:22 ` [PATCH v2 1/3] target/hexagon: move GETPC() calls to top level helpers Brian Cain
2023-10-05 22:22 ` [PATCH v2 2/3] target/hexagon: fix some occurrences of -Wshadow=local Brian Cain
2023-10-06  5:49   ` Philippe Mathieu-Daudé
2023-10-06 14:59   ` ltaylorsimpson
2023-10-05 22:22 ` [PATCH v2 3/3] target/hexagon: avoid shadowing globals Brian Cain
2023-10-06 16:00   ` ltaylorsimpson
2023-10-08 13:49     ` Brian Cain
2023-10-09 18:59       ` ltaylorsimpson
2023-10-09  6:09   ` Philippe Mathieu-Daudé
2023-10-09  6:43     ` Philippe Mathieu-Daudé
2023-10-09 20:53       ` Brian Cain
2023-10-10  5:22         ` Philippe Mathieu-Daudé
2023-10-10  6:04           ` Markus Armbruster
2023-10-10  7:34             ` Philippe Mathieu-Daudé
2023-10-10  9:10               ` Thomas Huth
2023-10-18  3:11           ` Brian Cain
2023-10-10  4:57       ` Markus Armbruster
2023-10-06  9:00 ` [PATCH v2 0/3] hexagon: GETPC() and 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.