This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 444de4854 ELF: Allow thunks to change size. NFCI. new 680d90621 Do not use template for check{Int,UInt,IntUInt,Alignment}. new 20b2bf47a ELF: Add support for short thunks on ARM.
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: ELF/Arch/AArch64.cpp | 32 ++-- ELF/Arch/ARM.cpp | 16 +- ELF/Arch/Mips.cpp | 42 ++--- ELF/Arch/PPC64.cpp | 10 +- ELF/Arch/SPARCV9.cpp | 10 +- ELF/Arch/X86.cpp | 10 +- ELF/Arch/X86_64.cpp | 8 +- ELF/Target.h | 32 ++-- ELF/Thunks.cpp | 195 ++++++++++++++++----- test/ELF/Inputs/arm-long-thunk-converge.lds | 4 + .../Inputs/{far-arm-abs.s => far-long-arm-abs.s} | 6 +- test/ELF/arm-branch-rangethunk.s | 51 ++++-- test/ELF/arm-long-thunk-converge.s | 28 +++ test/ELF/arm-thumb-condbranch-thunk.s | 24 +-- test/ELF/arm-thumb-range-thunk-os.s | 44 ++--- test/ELF/arm-thumb-thunk-empty-pass.s | 14 +- test/ELF/arm-thunk-largesection.s | 20 +-- test/ELF/arm-thunk-linkerscript-large.s | 4 +- test/ELF/arm-thunk-linkerscript-sort.s | 4 +- test/ELF/arm-thunk-multipass.s | 20 +-- 20 files changed, 350 insertions(+), 224 deletions(-) create mode 100644 test/ELF/Inputs/arm-long-thunk-converge.lds copy test/ELF/Inputs/{far-arm-abs.s => far-long-arm-abs.s} (73%) create mode 100644 test/ELF/arm-long-thunk-converge.s