This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f7b32527910 [ARM] Create relocations for unconditional branches. new 4d6ca733344 [Linker] Remove warning when linking ARM and Thumb IR modules. new e85cbacb93a [ARM] GlobalISel: Support G_AND
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: lib/Support/Triple.cpp | 15 ++++ lib/Target/ARM/ARMLegalizerInfo.cpp | 2 +- lib/Target/ARM/ARMRegisterBankInfo.cpp | 1 + .../ARM/GlobalISel/arm-instruction-select.mir | 35 ++++++++++ test/CodeGen/ARM/GlobalISel/arm-isel.ll | 27 ++++++++ test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 80 ++++++++++++++++++++++ test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 28 ++++++++ test/LTO/ARM/Inputs/thumb.ll | 15 ++++ test/LTO/ARM/link-arm-and-thumb.ll | 32 +++++++++ test/Linker/Inputs/thumb.ll | 16 +++++ test/Linker/link-arm-and-thumb.ll | 26 +++++++ 11 files changed, 276 insertions(+), 1 deletion(-) create mode 100644 test/LTO/ARM/Inputs/thumb.ll create mode 100644 test/LTO/ARM/link-arm-and-thumb.ll create mode 100644 test/Linker/Inputs/thumb.ll create mode 100644 test/Linker/link-arm-and-thumb.ll