This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1970df1 AMDGPU/SI: Disable unrolling in the loop vectorizer if the lo [...] new 611bafa Perform symbol binding for .symver versioned symbols new 0e53400 WholeProgramDevirt: Implement importing for single-impl devir [...] new 335955c AMDGPU: add missing lit.local.cfg to test/DebugInfo/AMDGPU
The 3 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/MC/MCStreamer.h | 8 ++ include/llvm/Object/ModuleSymbolTable.h | 3 +- lib/Analysis/ModuleSummaryAnalysis.cpp | 5 +- lib/LTO/LTOBackend.cpp | 2 +- lib/MC/MCParser/ELFAsmParser.cpp | 1 + lib/MC/MCStreamer.cpp | 2 + lib/Object/ModuleSymbolTable.cpp | 89 ++++++++++++++++++++-- lib/Object/RecordStreamer.cpp | 5 ++ lib/Object/RecordStreamer.h | 18 +++++ lib/Transforms/IPO/FunctionImport.cpp | 2 +- lib/Transforms/IPO/WholeProgramDevirt.cpp | 58 +++++++++++--- .../CostModel => DebugInfo}/AMDGPU/lit.local.cfg | 0 test/LTO/X86/symver-asm.ll | 43 +++++++++-- test/LTO/X86/symver-asm2.ll | 30 ++++++++ .../Inputs/import-single-impl.yaml | 13 ++++ test/Transforms/WholeProgramDevirt/import.ll | 49 ++++++++++++ 16 files changed, 299 insertions(+), 29 deletions(-) copy test/{Analysis/CostModel => DebugInfo}/AMDGPU/lit.local.cfg (100%) create mode 100644 test/LTO/X86/symver-asm2.ll create mode 100644 test/Transforms/WholeProgramDevirt/Inputs/import-single-impl.yaml create mode 100644 test/Transforms/WholeProgramDevirt/import.ll