This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d396215 MachineSched: Cleanup; NFC new e33a1a5 BitcodeWriter: Emit metadata in post-order (again) new 0e60374 ThinLTO/ModuleLinker: add a flag to not always pull-in linkon [...]
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/Linker/Linker.h | 5 ++- include/llvm/Transforms/IPO/FunctionImport.h | 6 +++- lib/Bitcode/Writer/ValueEnumerator.cpp | 36 +++++++++++-------- lib/Bitcode/Writer/ValueEnumerator.h | 5 +-- lib/Linker/LinkModules.cpp | 9 +++++ lib/Transforms/IPO/FunctionImport.cpp | 20 ++++++++--- test/Bitcode/mdnodes-in-post-order.ll | 34 ++++++++++++++++++ test/Bitcode/metadata-function-blocks.ll | 12 +++---- test/Linker/funcimport2.ll | 2 +- .../Transforms/FunctionImport/Inputs/funcimport.ll | 42 ++++++++++++++++++++++ test/Transforms/FunctionImport/funcimport.ll | 18 ++++++++-- tools/llvm-link/llvm-link.cpp | 6 ++-- 12 files changed, 160 insertions(+), 35 deletions(-) create mode 100644 test/Bitcode/mdnodes-in-post-order.ll