[all-commits] [llvm/llvm-project] 3b7bfe: [llvm] Stop including llvm/ADT/SmallString.h (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Oct 22 10:42:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b7bfeb483e78d355ec3527aa31786e2545470ea
https://github.com/llvm/llvm-project/commit/3b7bfeb483e78d355ec3527aa31786e2545470ea
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-22 (Sun, 22 Oct 2023)
Changed paths:
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
M llvm/unittests/DebugInfo/Symbolizer/MarkupTest.cpp
M llvm/unittests/ObjCopy/ObjCopyTest.cpp
M llvm/unittests/Support/CompressionTest.cpp
M llvm/unittests/Support/NativeFormatTests.cpp
M llvm/unittests/Support/SHA256.cpp
Log Message:
-----------
[llvm] Stop including llvm/ADT/SmallString.h (NFC)
Identified with misc-include-cleaner.
Commit: 5a98dd673477a6b0ba53d3608f52428f95736da8
https://github.com/llvm/llvm-project/commit/5a98dd673477a6b0ba53d3608f52428f95736da8
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-22 (Sun, 22 Oct 2023)
Changed paths:
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
Log Message:
-----------
[mlir] Remove an extraneous typename (NFC)
Commit: 6e18003a23aaa784b6961e4cc0c967c13fede461
https://github.com/llvm/llvm-project/commit/6e18003a23aaa784b6961e4cc0c967c13fede461
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-22 (Sun, 22 Oct 2023)
Changed paths:
M llvm/lib/DebugInfo/LogicalView/Core/LVCompare.cpp
M llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp
Log Message:
-----------
[llvm] Use llvm::any_of (NFC)
Commit: a9136f0ad94bf7738c585c6d12ad5bbe1815f95b
https://github.com/llvm/llvm-project/commit/a9136f0ad94bf7738c585c6d12ad5bbe1815f95b
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-22 (Sun, 22 Oct 2023)
Changed paths:
M llvm/include/llvm/Transforms/Utils/SampleProfileInference.h
M llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
Log Message:
-----------
[Utils] Use std::remove_pointer_t (NFC)
Compare: https://github.com/llvm/llvm-project/compare/ce8b8b1639bc...a9136f0ad94b
More information about the All-commits
mailing list