This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f22c11f Analysis pass to access profile summary info new ca03c97 [ThinLTO/gold] Pass import lists by reference (NFC) new 78cd7cb Re-apply "SDAG: Update ChainNodesMatched as nodes are deleted" new e5f15a2 pdbdump: print out TPI hashes.
The 3 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: include/llvm/CodeGen/SelectionDAG.h | 8 ++++++ include/llvm/DebugInfo/CodeView/StreamArray.h | 17 ++++-------- include/llvm/DebugInfo/PDB/Raw/RawTypes.h | 8 ++++++ include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 14 +++++++--- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 13 ++++++--- lib/DebugInfo/PDB/Raw/TpiStream.cpp | 38 ++++++++++++++++++++------- test/DebugInfo/PDB/pdbdump-headers.test | 12 ++++++++- tools/gold/gold-plugin.cpp | 2 +- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 19 ++++++++++++++ tools/llvm-pdbdump/llvm-pdbdump.cpp | 6 +++++ tools/llvm-pdbdump/llvm-pdbdump.h | 3 ++- 11 files changed, 109 insertions(+), 31 deletions(-)