This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aecf69d [InstCombine] use m_APInt to allow icmp (binop X, Y), C folds [...] new e5d1578 Reapply "More fixes to get good error messages for bad archives." new 9b6e245 [X86][SSE] Enable target shuffle combining to combine multipl [...] new d22c167 [InstCombine] Cleanup select-bitext.ll tests
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/Object/Archive.h | 16 ++-- lib/Object/Archive.cpp | 62 +++++++++--- lib/Object/ArchiveWriter.cpp | 20 +++- lib/Target/X86/X86ISelLowering.cpp | 106 +++++++++++++++------ test/CodeGen/X86/avx512-build-vector.ll | 11 +-- .../CodeGen/X86/clear_upper_vector_element_bits.ll | 16 +--- test/CodeGen/X86/vector-shuffle-256-v16.ll | 12 +-- test/CodeGen/X86/vector-shuffle-256-v32.ll | 24 ++--- test/CodeGen/X86/vector-shuffle-combining.ll | 3 - test/Transforms/InstCombine/select-bitext.ll | 104 +++++++------------- .../Inputs/{libbogus7.a => libbogus11.a} | 2 +- .../Inputs/{libbogus7.a => libbogus12.a} | 2 +- .../Inputs/{libbogus7.a => libbogus13.a} | 2 +- .../Inputs/{libbogus7.a => libbogus14.a} | 2 +- test/tools/llvm-objdump/malformed-archives.test | 28 ++++++ tools/dsymutil/BinaryHolder.cpp | 5 +- tools/llvm-ar/llvm-ar.cpp | 31 ++++-- tools/llvm-objdump/MachODump.cpp | 18 +++- 18 files changed, 276 insertions(+), 188 deletions(-) copy test/tools/llvm-objdump/Inputs/{libbogus7.a => libbogus11.a} (64%) copy test/tools/llvm-objdump/Inputs/{libbogus7.a => libbogus12.a} (64%) copy test/tools/llvm-objdump/Inputs/{libbogus7.a => libbogus13.a} (64%) copy test/tools/llvm-objdump/Inputs/{libbogus7.a => libbogus14.a} (64%)