This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1e23b92b968 Fix DataFlowSanitizer instrumentation pass to take paramete [...] new 95d34a2e597 [ThinLTO] Represent relative BF using a scaled representation . new 7a328048c98 [PDB] Implement more find methods for PDB symbols
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: include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h | 21 +++++ include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 21 +++++ .../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 21 +++++ include/llvm/IR/ModuleSummaryIndex.h | 23 +++++- lib/Analysis/ModuleSummaryAnalysis.cpp | 14 +--- lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 95 ++++++++++++++++++++++ lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 44 ++++++++++ .../thinlto-function-summary-callgraph-relbf.ll | 2 +- unittests/DebugInfo/PDB/PDBApiTest.cpp | 34 ++++++++ 9 files changed, 259 insertions(+), 16 deletions(-)