This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 75b1901bac1 [lit] Set --single-process for single tests and --threads=1 new 81e2f59c840 Replace gcroot verifier tests new 6f55bb14e6a GlobalISel: Add alignment to LegalityQuery MMOs new 6f8664e9c64 MC/ELF: Allow targets to set ABI version new d8ffa5fe1b9 [lit] Remove --single-process option (use -j1 instead)
The 4 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/CodeGen/GlobalISel/LegalizerInfo.h | 31 ++++++++----- include/llvm/MC/MCELFObjectWriter.h | 4 +- lib/CodeGen/GlobalISel/LegalityPredicates.cpp | 20 +++++---- lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 5 ++- lib/MC/ELFObjectWriter.cpp | 3 +- lib/MC/MCELFObjectTargetWriter.cpp | 5 ++- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 40 ++++++++--------- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 19 ++++---- lib/Target/ARM/ARMLegalizerInfo.cpp | 12 ++--- lib/Target/Mips/MipsLegalizerInfo.cpp | 12 ++--- test/Verifier/gcroot-alloca.ll | 14 ------ test/Verifier/gcroot-meta.ll | 16 ------- test/Verifier/gcroot-ptrptr.ll | 14 ------ test/Verifier/gcroot.ll | 52 ++++++++++++++++++++++ unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp | 49 ++++++++++++++++++++ utils/lit/lit/main.py | 14 ++---- utils/lit/tests/discovery.py | 2 +- 17 files changed, 191 insertions(+), 121 deletions(-) delete mode 100644 test/Verifier/gcroot-alloca.ll delete mode 100644 test/Verifier/gcroot-meta.ll delete mode 100644 test/Verifier/gcroot-ptrptr.ll create mode 100644 test/Verifier/gcroot.ll