This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ffb6b1 [ThinLTO] PrintStatistics when we exit early for thinlto-index-only new 73efdef [ThinLTO] Add an auto-hide feature
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 | 10 ++++- include/llvm/IR/ModuleSummaryIndexYAML.h | 2 +- include/llvm/LTO/LTO.h | 8 +++- lib/Analysis/ModuleSummaryAnalysis.cpp | 12 +++-- lib/Bitcode/Reader/BitcodeReader.cpp | 9 ++-- lib/Bitcode/Writer/BitcodeWriter.cpp | 8 ++-- lib/LTO/LTO.cpp | 26 ++++++++--- lib/LTO/ThinLTOCodeGenerator.cpp | 52 +++++++++++++--------- lib/Transforms/IPO/FunctionImport.cpp | 7 +++ ...empty_module_with_cache.ll => weak_autohide.ll} | 6 +-- test/ThinLTO/X86/deadstrip.ll | 7 +-- test/ThinLTO/X86/weak_autohide.ll | 24 ++++++++++ 12 files changed, 119 insertions(+), 52 deletions(-) copy test/ThinLTO/X86/Inputs/{empty_module_with_cache.ll => weak_autohide.ll} (68%) create mode 100644 test/ThinLTO/X86/weak_autohide.ll