[all-commits] [llvm/llvm-project] 8dfdb8: Ensure newlines at the end of files (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jul 17 15:38:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dfdb80f72c080585517f10862b3b08d745b9155
https://github.com/llvm/llvm-project/commit/8dfdb80f72c080585517f10862b3b08d745b9155
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-17 (Sun, 17 Jul 2022)
Changed paths:
M clang/lib/Basic/MakeSupport.cpp
M libc/src/math/generic/CMakeLists.txt
M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
M llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.cpp
M llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h
M mlir/lib/Conversion/VectorToGPU/NvGpuSupport.cpp
M mlir/lib/Dialect/LLVMIR/IR/LLVMIntrinsicOps.cpp
Log Message:
-----------
Ensure newlines at the end of files (NFC)
Commit: 8b3ed1fa984b07c88f218d0ddc6b3e2c0629a9fa
https://github.com/llvm/llvm-project/commit/8b3ed1fa984b07c88f218d0ddc6b3e2c0629a9fa
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-17 (Sun, 17 Jul 2022)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
M flang/lib/Frontend/TextDiagnosticPrinter.cpp
M flang/lib/Lower/Allocatable.cpp
M flang/lib/Lower/ConvertType.cpp
M flang/lib/Optimizer/Transforms/AffinePromotion.cpp
M flang/lib/Semantics/check-directive-structure.h
M lldb/include/lldb/Symbol/SymbolFile.h
M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
Log Message:
-----------
Remove redundant return statements (NFC)
Identified with readability-redundant-control-flow.
Commit: 3112987d5c20ec6878420ca71773aa8c73cb49f2
https://github.com/llvm/llvm-project/commit/3112987d5c20ec6878420ca71773aa8c73cb49f2
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-17 (Sun, 17 Jul 2022)
Changed paths:
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
M llvm/include/llvm/CodeGen/MachineModuleInfo.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/IR/Statepoint.h
M llvm/include/llvm/MC/MCDXContainerStreamer.h
M llvm/include/llvm/MC/MCSPIRVStreamer.h
M llvm/include/llvm/Object/Decompressor.h
M llvm/include/llvm/Support/Compression.h
M llvm/include/llvm/Support/VirtualFileSystem.h
M llvm/include/llvm/Transforms/Instrumentation.h
M llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
M llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
M llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
M llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h
M llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
M llvm/lib/Bitcode/Reader/ValueList.h
M llvm/lib/CodeGen/RegAllocGreedy.h
M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M llvm/lib/Transforms/Coroutines/CoroInternal.h
M llvm/tools/llvm-reduce/deltas/Delta.h
Log Message:
-----------
Remove unused forward declarations (NFC)
Compare: https://github.com/llvm/llvm-project/compare/bbaa015e82f9...3112987d5c20
More information about the All-commits
mailing list