[all-commits] [llvm/llvm-project] c03c4e: [tools] Use SmallString::operator std::string (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Jan 19 00:19:51 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c03c4e2b1459cc5a3c40534f4a7f99144126fbf4
https://github.com/llvm/llvm-project/commit/c03c4e2b1459cc5a3c40534f4a7f99144126fbf4
Author: Kazu Hirata <kazu at google.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M llvm/tools/bugpoint/ExecutionDriver.cpp
M llvm/tools/bugpoint/Miscompilation.cpp
M llvm/tools/bugpoint/OptimizerDriver.cpp
M llvm/tools/bugpoint/ToolRunner.cpp
M llvm/tools/dsymutil/dsymutil.cpp
M llvm/tools/llvm-config/llvm-config.cpp
M llvm/tools/llvm-cov/SourceCoverageView.cpp
M llvm/tools/llvm-cov/gcov.cpp
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
M llvm/tools/llvm-lto/llvm-lto.cpp
M llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
M llvm/tools/llvm-rc/llvm-rc.cpp
Log Message:
-----------
[tools] Use SmallString::operator std::string (NFC)
Commit: 4aea9f63a0a71ae20ad203e6e36c5894d95ae2a3
https://github.com/llvm/llvm-project/commit/4aea9f63a0a71ae20ad203e6e36c5894d95ae2a3
Author: Kazu Hirata <kazu at google.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M llvm/lib/Remarks/YAMLRemarkParser.cpp
Log Message:
-----------
[Remarks] Use StringRef::consume_{front,back} (NFC)
Commit: 7243607867393a2b8ccd477e95e6f62d00f3206f
https://github.com/llvm/llvm-project/commit/7243607867393a2b8ccd477e95e6f62d00f3206f
Author: Kazu Hirata <kazu at google.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M llvm/include/llvm/Support/GenericLoopInfoImpl.h
Log Message:
-----------
[Support] Use llvm::children and llvm::inverse_children (NFC)
Commit: c6cfd5350ec72625283eb99d7055391ed7e9fb7e
https://github.com/llvm/llvm-project/commit/c6cfd5350ec72625283eb99d7055391ed7e9fb7e
Author: Kazu Hirata <kazu at google.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewReader.cpp
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[llvm] Use StringRef::contains (NFC)
Compare: https://github.com/llvm/llvm-project/compare/3b54337be541...c6cfd5350ec7
More information about the All-commits
mailing list