This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d82935d1ad Fix WebAssembly backend for some LLVM API changes new 2140d926da5 [ThinLTO] Enable importing of aliases as copy of aliasee
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 | 18 +++- include/llvm/IR/Value.h | 4 + include/llvm/Transforms/IPO/FunctionImport.h | 9 ++ lib/Bitcode/Reader/BitcodeReader.cpp | 4 +- lib/Bitcode/Writer/BitcodeWriter.cpp | 22 +++-- lib/IR/Value.cpp | 2 +- lib/Transforms/IPO/FunctionImport.cpp | 118 ++++++++++++++++++++----- test/ThinLTO/X86/Inputs/distributed_import.ll | 6 ++ test/ThinLTO/X86/Inputs/distributed_indexes.ll | 6 ++ test/ThinLTO/X86/alias_import.ll | 58 ++++++------ test/ThinLTO/X86/distributed_import.ll | 29 ++++-- test/ThinLTO/X86/distributed_indexes.ll | 22 +++-- test/ThinLTO/X86/funcimport.ll | 8 +- test/Transforms/FunctionImport/funcimport.ll | 11 +-- 14 files changed, 236 insertions(+), 81 deletions(-)