This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 554228f Add a test showing that lto produces relaxable relocations. new 9647dc7 [ELF][MIPS] Support GOT entries for non-preemptible symbols [...]
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/InputSection.cpp | 12 +- ELF/OutputSections.cpp | 211 ++++++++++++++++------------- ELF/OutputSections.h | 24 +++- ELF/Relocations.cpp | 32 ++--- ELF/Relocations.h | 2 +- ELF/Symbols.cpp | 13 +- ELF/Symbols.h | 3 + ELF/Target.cpp | 4 +- test/ELF/{mips-64-got.s => mips-64-disp.s} | 49 ++++--- test/ELF/mips-64-got.s | 21 ++- test/ELF/mips-dynamic.s | 2 +- test/ELF/mips-got16.s | 12 +- test/ELF/mips-plt-copy.s | 2 +- test/ELF/mips-sto-plt.s | 16 +-- 14 files changed, 231 insertions(+), 172 deletions(-) copy test/ELF/{mips-64-got.s => mips-64-disp.s} (58%)