This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 66bd7d7663a Fixing warnings caused by commit 323095 new 731becc9105 [ThinLTO] Re-commit of dot dumper after test fix
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: include/llvm/IR/ModuleSummaryIndex.h | 107 ++++++++++--- include/llvm/IR/ModuleSummaryIndexYAML.h | 3 +- lib/Analysis/ModuleSummaryAnalysis.cpp | 2 +- lib/Bitcode/Reader/BitcodeReader.cpp | 11 +- lib/IR/ModuleSummaryIndex.cpp | 245 ++++++++++++++++++++++++++++++ lib/LTO/LTO.cpp | 3 +- lib/LTO/LTOBackend.cpp | 6 + lib/LTO/ThinLTOCodeGenerator.cpp | 2 +- lib/Transforms/IPO/FunctionImport.cpp | 4 +- lib/Transforms/IPO/LowerTypeTests.cpp | 2 +- lib/Transforms/IPO/WholeProgramDevirt.cpp | 2 +- test/ThinLTO/X86/Inputs/dot-dumper.ll | 20 +++ test/ThinLTO/X86/dot-dumper.ll | 58 +++++++ tools/llvm-lto/llvm-lto.cpp | 2 +- 14 files changed, 436 insertions(+), 31 deletions(-) create mode 100644 test/ThinLTO/X86/Inputs/dot-dumper.ll create mode 100644 test/ThinLTO/X86/dot-dumper.ll