This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0932adfd4eb [X86][AVX1] Split 256-bit vector non-temporal loads to keep [...] new 75fb58cb54d Symbols re-defined with -wrap and -defsym need to be exclud [...] new 908f18379e3 Close DynamicLibraries in reverse order they were opened. new 8008a8a9545 Handle non-unique edges in edge-dominance
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/IR/Dominators.h | 6 +++ include/llvm/LTO/LTO.h | 9 +++- lib/IR/Dominators.cpp | 20 +++------ lib/LTO/LTO.cpp | 17 +++++-- lib/Support/Unix/DynamicLibrary.inc | 3 +- lib/Support/Windows/DynamicLibrary.inc | 2 +- test/LTO/Resolution/X86/linker-redef.ll | 16 +++++++ tools/llvm-lto2/llvm-lto2.cpp | 2 + unittests/IR/DominatorTreeTest.cpp | 52 ++++++++++++++++++++++ unittests/Support/DynamicLibrary/CMakeLists.txt | 25 ++++++----- .../Support/DynamicLibrary/DynamicLibraryTest.cpp | 51 +++++++++++++++++---- unittests/Support/DynamicLibrary/PipSqueak.cxx | 34 +++++++------- unittests/Support/DynamicLibrary/PipSqueak.h | 13 ++++++ 13 files changed, 194 insertions(+), 56 deletions(-) create mode 100644 test/LTO/Resolution/X86/linker-redef.ll