This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 175e3ee84d7 [X86] Make foldLogicOfSetCCs work better for vectors pre le [...] new 426dcef49f8 [ThinLTO] - Stop internalizing and drop non-prevailing symbols.
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/LTO/LTO.h | 7 ++- include/llvm/Transforms/IPO/FunctionImport.h | 15 ++++++- lib/LTO/LTO.cpp | 35 +++++++++++++-- lib/LTO/LTOBackend.cpp | 13 ++++++ lib/LTO/ThinLTOCodeGenerator.cpp | 20 +++++++-- lib/Transforms/IPO/FunctionImport.cpp | 50 +++++++++++++--------- .../Resolution/X86/Inputs/not-prevailing.ll} | 3 +- test/LTO/Resolution/X86/not-prevailing.ll | 37 ++++++++++++++++ test/ThinLTO/X86/deadstrip.ll | 2 +- test/ThinLTO/X86/internalize.ll | 1 + test/tools/gold/X86/global_with_section.ll | 9 ++-- 11 files changed, 155 insertions(+), 37 deletions(-) copy test/{ThinLTO/X86/Inputs/emit_imports.ll => LTO/Resolution/X86/Inputs/not-pre [...] create mode 100644 test/LTO/Resolution/X86/not-prevailing.ll