This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4cb94d10e3e Revert [llvm-ar][test] Increase llvm-ar test coverage new c3ba993953e Reapply [llvm-ar][test] Increase llvm-ar test coverage new eeabd49cd2a GlobalISel: Check address space when looking up iPTR size new 5213f3c6ea3 GlobalISel: widenScalar for G_BUILD_VECTOR
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: .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 8 ++- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 19 ++++++ test/tools/llvm-ar/create.test | 14 +++++ test/tools/llvm-ar/dash-before-letter.test | 12 ++++ test/tools/llvm-ar/default-add.test | 20 +------ test/tools/llvm-ar/delete.test | 67 +++++++++++++++++++++ test/tools/llvm-ar/extract.test | 21 +++++++ test/tools/llvm-ar/insert-after.test | 59 ++++++++++++++++++ test/tools/llvm-ar/insert-before.test | 59 ++++++++++++++++++ test/tools/llvm-ar/move-after.test | 59 ++++++++++++++++++ test/tools/llvm-ar/move-before.test | 69 +++++++++++++++++++++ test/tools/llvm-ar/symtab.test | 70 ++++++++++++++++++++++ .../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 47 +++++++++++++++ 13 files changed, 504 insertions(+), 20 deletions(-) create mode 100644 test/tools/llvm-ar/create.test create mode 100644 test/tools/llvm-ar/dash-before-letter.test create mode 100644 test/tools/llvm-ar/delete.test create mode 100644 test/tools/llvm-ar/extract.test create mode 100644 test/tools/llvm-ar/insert-after.test create mode 100644 test/tools/llvm-ar/insert-before.test create mode 100644 test/tools/llvm-ar/move-after.test create mode 100644 test/tools/llvm-ar/move-before.test create mode 100644 test/tools/llvm-ar/symtab.test