This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4ac4bfefaa6 [ARM] Add FP16 vector insert/extract patterns new 11c48647080 [SelectionDAG] Add fpto[us]i(undef) --> undef constant fold new 8cd2bd631a9 [llvm-ar] Reapply Fix relative thin archive path handling
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/Object/ArchiveWriter.h | 2 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 ++++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 5 +++ lib/Object/ArchiveWriter.cpp | 51 ++++++++++++++-------- lib/ToolDrivers/llvm-lib/LibDriver.cpp | 11 +++-- test/CodeGen/X86/vec_fp_to_int-widen.ll | 2 - test/CodeGen/X86/vec_fp_to_int.ll | 2 - test/tools/llvm-ar/reduce-thin-path.test | 10 +++++ test/tools/llvm-ar/thin-archive.test | 45 +++++++++++++++++++ .../llvm-objcopy/ELF/archive-unknown-members.test | 8 ++-- test/tools/llvm-readobj/thin-archive-paths.test | 6 +-- tools/llvm-ar/llvm-ar.cpp | 38 ++++++++++++---- 12 files changed, 147 insertions(+), 41 deletions(-) create mode 100644 test/tools/llvm-ar/reduce-thin-path.test create mode 100644 test/tools/llvm-ar/thin-archive.test