This is an automated email from the git hooks/post-receive script.
Peter Smith pushed a change to branch linaro-local/InitialThumbSupport in repository toolchain/llvm/lld.
discards 1ed4fdf Add initial support for Thumb for ARMv7a adds c5dd377 [ELF][MIPS] Fix mask used to parse MIPS 3-in-1 relocation packet adds 19b0c72 [ELF][MIPS] Move MIPS specific code under `if` block to accen [...] adds 2e124bd [ELF] Use static function isPreemptible instead of SymbolBody [...] adds 78e8abc Merge two if(s) into one, simplifying the code. adds 631d8e4 [ELF] - Change wording of error message. new f1eada2 Add initial support for Thumb for ARMv7a
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (1ed4fdf) \ N -- N -- N refs/heads/linaro-local/InitialThumbSupport (f1eada2)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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/LTO.cpp | 6 +- ELF/OutputSections.cpp | 31 ++++----- ELF/Relocations.cpp | 6 +- ELF/Target.cpp | 67 ++++++++++---------- test/ELF/Inputs/arm-thumb-blx-targets.s | 18 +++++- test/ELF/aarch64-fpic-abs16.s | 2 +- test/ELF/aarch64-fpic-prel16.s | 2 +- test/ELF/aarch64-fpic-prel32.s | 2 +- test/ELF/aarch64-fpic-prel64.s | 2 +- test/ELF/arm-blx.s | 108 ++++++++++++++++++++------------ test/ELF/arm-thumb-blx.s | 74 ++++++++++++++-------- test/ELF/x86-64-dyn-rel-error.s | 2 +- test/ELF/x86-64-dyn-rel-error2.s | 2 +- test/ELF/x86-64-reloc-32-fpic.s | 2 +- test/ELF/x86-64-reloc-pc32-fpic.s | 2 +- 15 files changed, 195 insertions(+), 131 deletions(-)