This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae75a98ae92 Try to fix uninitialized read reported by msan. new 7b1eb002e93 [llvm-pdbutil] Add support for dumping lines and inlinee lines. new 9b112a76541 [PartialInlining] Code Refactoring
The 2 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: .../CodeView/DebugInlineeLinesSubsection.h | 2 +- .../llvm/DebugInfo/CodeView/StringsAndChecksums.h | 2 + .../llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 6 +- include/llvm/DebugInfo/PDB/Native/PDBFile.h | 2 + lib/DebugInfo/CodeView/StringsAndChecksums.cpp | 7 + lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 9 - lib/DebugInfo/PDB/Native/PDBFile.cpp | 10 + lib/Transforms/IPO/PartialInlining.cpp | 414 +++++++++++---------- test/DebugInfo/PDB/pdbdump-headers.test | 11 + tools/llvm-pdbutil/RawOutputStyle.cpp | 307 ++++++++++++--- tools/llvm-pdbutil/RawOutputStyle.h | 2 + tools/llvm-pdbutil/llvm-pdbutil.cpp | 12 +- tools/llvm-pdbutil/llvm-pdbutil.h | 3 + 13 files changed, 531 insertions(+), 256 deletions(-)