This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 43d4585d619 [MachineOutliner] Don't outline sequences where x16/x17/nzc [...] new f602599e6b3 [Object] Allow iterating over an IRObjectFile's modules new 752939e86ab [ThinLTO] Print names in function import debug messages whe [...]
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/IR/ModuleSummaryIndex.h | 7 +++++ include/llvm/Object/IRObjectFile.h | 11 +++++++ lib/Transforms/IPO/FunctionImport.cpp | 23 +++++++++----- ...ty_module_with_cache.ll => funcimport-debug.ll} | 6 ++-- test/ThinLTO/X86/deadstrip.ll | 14 ++++++++- test/ThinLTO/X86/funcimport-debug.ll | 35 ++++++++++++++++++++++ 6 files changed, 85 insertions(+), 11 deletions(-) copy test/ThinLTO/X86/Inputs/{empty_module_with_cache.ll => funcimport-debug.ll} (63%) create mode 100644 test/ThinLTO/X86/funcimport-debug.ll