This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e5593530f58 [TTI] Fix getGEPCost() for geps with a single operand. new 6ef51e8f14c [llvm-pdbutil] Support dumping CodeView from object files.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../DebugInfo/CodeView/LazyRandomTypeCollection.h | 2 + .../llvm/DebugInfo/CodeView/StringsAndChecksums.h | 9 +- .../llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 3 + include/llvm/DebugInfo/PDB/Native/PDBFile.h | 2 +- .../CodeView/LazyRandomTypeCollection.cpp | 13 + lib/DebugInfo/CodeView/StringsAndChecksums.cpp | 28 +- lib/DebugInfo/PDB/Native/PDBFile.cpp | 16 +- test/DebugInfo/COFF/udts.ll | 80 +-- tools/llvm-pdbutil/CMakeLists.txt | 2 + tools/llvm-pdbutil/DumpOutputStyle.cpp | 640 ++++++++++----------- tools/llvm-pdbutil/DumpOutputStyle.h | 17 +- tools/llvm-pdbutil/InputFile.cpp | 469 +++++++++++++++ tools/llvm-pdbutil/InputFile.h | 147 +++++ tools/llvm-pdbutil/LinePrinter.h | 33 +- tools/llvm-pdbutil/llvm-pdbutil.cpp | 7 +- tools/llvm-pdbutil/llvm-pdbutil.h | 7 + 16 files changed, 1101 insertions(+), 374 deletions(-) create mode 100644 tools/llvm-pdbutil/InputFile.cpp create mode 100644 tools/llvm-pdbutil/InputFile.h