This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d4177fd7961 [llvm-readobj]Fix error messages for bad archive members an [...] new 03864785358 [X86][AVX] Only combine loads to broadcasts for legal types new ea5f709d737 [llvm-objcopy] - Check for invalidated relocations when rem [...]
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: lib/Target/X86/X86ISelLowering.cpp | 20 +++++---- test/CodeGen/X86/avx-vbroadcast.ll | 26 +++++++++++ test/CodeGen/X86/avx2-vbroadcast.ll | 42 ++++++++++++++++++ test/tools/llvm-objcopy/ELF/strip-section-err.test | 51 ++++++++++++++++++++++ tools/llvm-objcopy/ELF/Object.cpp | 25 +++++++++-- tools/llvm-objcopy/ELF/Object.h | 7 +-- 6 files changed, 156 insertions(+), 15 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/strip-section-err.test