[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] hexagon: GETPC() and shadowing fixes
|
From: |
Brian Cain |
|
Subject: |
[PATCH v2 0/3] hexagon: GETPC() and shadowing fixes |
|
Date: |
Thu, 5 Oct 2023 15:22:03 -0700 |
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
- [PATCH v2 0/3] hexagon: GETPC() and shadowing fixes,
Brian Cain <=
- [PATCH v2 3/3] target/hexagon: avoid shadowing globals, Brian Cain, 2023/10/05
- Re: [PATCH v2 3/3] target/hexagon: avoid shadowing globals, Philippe Mathieu-Daudé, 2023/10/09
- Re: [PATCH v2 3/3] target/hexagon: avoid shadowing globals, Philippe Mathieu-Daudé, 2023/10/09
- RE: [PATCH v2 3/3] target/hexagon: avoid shadowing globals, Brian Cain, 2023/10/09
- Re: [PATCH v2 3/3] target/hexagon: avoid shadowing globals, Philippe Mathieu-Daudé, 2023/10/10
- Re: [PATCH v2 3/3] target/hexagon: avoid shadowing globals, Markus Armbruster, 2023/10/10
- Re: [PATCH v2 3/3] target/hexagon: avoid shadowing globals, Philippe Mathieu-Daudé, 2023/10/10