[all-commits] [llvm/llvm-project] 8ac2d0: [IPO] Use range-based for loops (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jul 24 14:48:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ac2d06195bdd6010780e98ae6bddf50cd152fb5
https://github.com/llvm/llvm-project/commit/8ac2d06195bdd6010780e98ae6bddf50cd152fb5
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-24 (Sun, 24 Jul 2022)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
Log Message:
-----------
[IPO] Use range-based for loops (NFC)
Commit: 49f72cb5bd2774e6681d0d09989938f777b4e25e
https://github.com/llvm/llvm-project/commit/49f72cb5bd2774e6681d0d09989938f777b4e25e
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-24 (Sun, 24 Jul 2022)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h
Log Message:
-----------
[Hexagon] Remove unused declaration SelectZeroExtend (NFC)
The corresponding definition was removed on Jan 23, 2018 in commit
3780a0e1fae463e9195ae3fc2ba8424608310d8a.
Commit: bafeb63448659cca5a0a548494fa6873b9781ee8
https://github.com/llvm/llvm-project/commit/bafeb63448659cca5a0a548494fa6873b9781ee8
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-24 (Sun, 24 Jul 2022)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonISelLowering.h
Log Message:
-----------
[Hexagon] Remove unused declaration CanReturnSmallStruct (NFC)
The declaration was introduced without a corresponding definition on
Dec 12, 2011 in commit 1213a7a57fdcb6c875b3f79103fc96d3e9d30b40.
Commit: 9e88cbcc403bdf82f29259ad60ff60a8fc4434a1
https://github.com/llvm/llvm-project/commit/9e88cbcc403bdf82f29259ad60ff60a8fc4434a1
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-24 (Sun, 24 Jul 2022)
Changed paths:
M clang/lib/Edit/EditedSource.cpp
M clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
M llvm/tools/llvm-profdata/llvm-profdata.cpp
M llvm/tools/llvm-xray/xray-graph.cpp
M mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp
Log Message:
-----------
Use any_of (NFC)
Compare: https://github.com/llvm/llvm-project/compare/a925bef70c6c...9e88cbcc403b
More information about the All-commits
mailing list