This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 32f6332ef1a [llvm-objdump] - Improve the error message for "removing a [...] new c8a454ac138 [ARM GlobalISel] Support global variables for Thumb2
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/ARMInstructionSelector.cpp | 95 +++++++++---- lib/Target/ARM/ARMLegalizerInfo.cpp | 3 +- .../ARM/GlobalISel/arm-legalize-globals.mir | 29 ++++ test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 26 ---- .../ARM/GlobalISel/thumb-isel-globals-pic.ll | 114 ++++++++++++++++ .../ARM/GlobalISel/thumb-isel-globals-ropi-rwpi.ll | 122 +++++++++++++++++ .../ARM/GlobalISel/thumb-isel-globals-static.ll | 50 +++++++ .../ARM/GlobalISel/thumb-select-globals-pic.mir | 127 ++++++++++++++++++ .../GlobalISel/thumb-select-globals-ropi-rwpi.mir | 147 +++++++++++++++++++++ .../ARM/GlobalISel/thumb-select-globals-static.mir | 71 ++++++++++ 10 files changed, 733 insertions(+), 51 deletions(-) create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalize-globals.mir create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-isel-globals-pic.ll create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-isel-globals-ropi-rwpi.ll create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-isel-globals-static.ll create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-globals-pic.mir create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-globals-ropi-rwpi.mir create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-globals-static.mir