This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 86e510258a9 [ARM] GlobalISel: Rename tests. NFC. new d29af7c9577 [ARM] GlobalISel: Select globals in PIC mode
The 1 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/ARM/ARMExpandPseudoInsts.cpp | 6 ++- lib/Target/ARM/ARMInstructionSelector.cpp | 27 ++++++++-- lib/Target/ARM/ARMSubtarget.cpp | 7 +++ lib/Target/ARM/ARMSubtarget.h | 4 ++ .../CodeGen/ARM/GlobalISel/arm-isel-globals-pic.ll | 58 ++++++++++++++++++++ .../ARM/GlobalISel/arm-select-globals-pic.mir | 63 ++++++++++++++++++++++ test/CodeGen/ARM/GlobalISel/arm-unsupported.ll | 2 - 7 files changed, 158 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/ARM/GlobalISel/arm-isel-globals-pic.ll create mode 100644 test/CodeGen/ARM/GlobalISel/arm-select-globals-pic.mir