This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 9b7710b45 [COFF] Fix the name mangling of a function in the autoexport [...] new 8dfec7ce7 [PPC64] Optimize redundant instructions in global access sequences. new a762c6a9a [PPC64] Helper for offset from a function's global entry to l [...] new 89b2d9792 [PPC64] Handle ppc64le triple in getBitcodeMachineKind. new 610aab19c Fix one more test failure. new 4051b9763 [ELF][HEXAGON] Set DefaultMaxPageSize to 64K
The 5 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/Hexagon.cpp | 6 + ELF/Arch/PPC64.cpp | 98 +++++++++++- ELF/Config.h | 1 + ELF/Driver.cpp | 6 + ELF/InputFiles.cpp | 1 + ELF/InputSection.cpp | 16 +- ELF/Options.td | 4 + ELF/Target.h | 9 ++ test/COFF/pdb-global-hashes.test | 6 +- test/ELF/Inputs/ppc64le-quadword-ldst.o | Bin 0 -> 1032 bytes test/ELF/hexagon.s | 100 ++++++------ test/ELF/lto/ppc64le.ll | 12 ++ test/ELF/ppc64-func-entry-points.s | 2 +- test/ELF/ppc64-got-indirect.s | 4 +- test/ELF/ppc64-relocs.s | 6 +- test/ELF/ppc64-toc-addis-nop-lqsq.s | 73 +++++++++ test/ELF/ppc64-toc-addis-nop.s | 272 ++++++++++++++++++++++++++++++++ test/ELF/ppc64-tocopt-option.s | 14 ++ 18 files changed, 559 insertions(+), 71 deletions(-) create mode 100644 test/ELF/Inputs/ppc64le-quadword-ldst.o create mode 100644 test/ELF/lto/ppc64le.ll create mode 100644 test/ELF/ppc64-toc-addis-nop-lqsq.s create mode 100644 test/ELF/ppc64-toc-addis-nop.s create mode 100644 test/ELF/ppc64-tocopt-option.s