This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 9aa5ac5 Document an interesting LTO case. new 5b0c23d Add initial support for Thumb for ARMv7a
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: ELF/Target.cpp | 125 ++++++++++++++++++++- test/ELF/Inputs/arm-thumb-blx-targets.s | 36 ++++++ test/ELF/Inputs/arm-thumb-narrow-branch.o | Bin 0 -> 868 bytes test/ELF/Inputs/arm-thumb-narrow-branch.s | 18 +++ test/ELF/Inputs/far-arm-thumb-abs.s | 24 ++++ test/ELF/arm-blx.s | 113 +++++++++++++++++++ test/ELF/arm-mov-relocs.s | 6 +- test/ELF/arm-thumb-blx.s | 85 ++++++++++++++ ...arm-branch-error.s => arm-thumb-branch-error.s} | 12 +- test/ELF/arm-thumb-branch.s | 59 ++++++++++ test/ELF/arm-thumb-narrow-branch-check.s | 72 ++++++++++++ test/ELF/arm-thumb-plt-reloc.s | 101 +++++++++++++++++ 12 files changed, 642 insertions(+), 9 deletions(-) create mode 100644 test/ELF/Inputs/arm-thumb-blx-targets.s create mode 100644 test/ELF/Inputs/arm-thumb-narrow-branch.o create mode 100644 test/ELF/Inputs/arm-thumb-narrow-branch.s create mode 100644 test/ELF/Inputs/far-arm-thumb-abs.s create mode 100644 test/ELF/arm-blx.s create mode 100644 test/ELF/arm-thumb-blx.s copy test/ELF/{arm-branch-error.s => arm-thumb-branch-error.s} (50%) create mode 100644 test/ELF/arm-thumb-branch.s create mode 100644 test/ELF/arm-thumb-narrow-branch-check.s create mode 100644 test/ELF/arm-thumb-plt-reloc.s