[all-commits] [llvm/llvm-project] 7396f7: [DebugInfo] Remove some unused includes. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jan 28 03:26:10 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7396f720f9436031e98e3f36ad09c1759f1edf54
https://github.com/llvm/llvm-project/commit/7396f720f9436031e98e3f36ad09c1759f1edf54
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M llvm/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
M llvm/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
M llvm/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h
M llvm/include/llvm/DebugInfo/CodeView/SymbolSerializer.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
M llvm/include/llvm/DebugInfo/GSYM/FunctionInfo.h
M llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
M llvm/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
M llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
M llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
M llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
M llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
Log Message:
-----------
[DebugInfo] Remove some unused includes. NFCI.
Mainly removing a lot of <vector> includes from files that don't explicitly use std::vector
Commit: 0164d546d2691c439fc06c8fff126224276c2d02
https://github.com/llvm/llvm-project/commit/0164d546d2691c439fc06c8fff126224276c2d02
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M llvm/lib/Support/APFloat.cpp
M llvm/lib/Support/ARMWinEH.cpp
M llvm/lib/Support/Allocator.cpp
M llvm/lib/Support/BinaryStreamRef.cpp
M llvm/lib/Support/BuryPointer.cpp
M llvm/lib/Support/CrashRecoveryContext.cpp
M llvm/lib/Support/DAGDeltaAlgorithm.cpp
M llvm/lib/Support/Debug.cpp
M llvm/lib/Support/DynamicLibrary.cpp
M llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
M llvm/lib/Support/MathExtras.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/PrettyStackTrace.cpp
Log Message:
-----------
[Support] Add some missing namespace closure comments. NFCI.
Fixes some clang-tidy warnings.
Commit: aa76cebab59e7ae016a96215b1567b71489a4730
https://github.com/llvm/llvm-project/commit/aa76cebab59e7ae016a96215b1567b71489a4730
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
Log Message:
-----------
Fix "32-bit shift result used in 64-bit comparison" MSVC warning. NFCI.
Commit: da8845fc3d3bb0b0e133f020931440511fa72723
https://github.com/llvm/llvm-project/commit/da8845fc3d3bb0b0e133f020931440511fa72723
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M llvm/test/CodeGen/X86/vector-shuffle-combining-avx.ll
Log Message:
-----------
[X86][AVX] Add PR48908 shuffle test case
Compare: https://github.com/llvm/llvm-project/compare/526c42e76c12...da8845fc3d3b
More information about the All-commits
mailing list