This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2a8f190 [X86][XOP] Added FIXME comments to missed shuffle combine opp [...] new 20af8a7 [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 | 60 ++++++++++++---------- 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, 123 insertions(+), 56 deletions(-) copy test/ThinLTO/X86/Inputs/{empty_module_with_cache.ll => weak_autohide.ll} (68%) create mode 100644 test/ThinLTO/X86/weak_autohide.ll