This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from acd27440a [ELF][HEXAGON] Let input determine e_flag. new fbbbd6922 [PPC64] Add split - stack support.
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/Arch/PPC64.cpp | 115 ++++++++++- ELF/Arch/X86_64.cpp | 10 +- ELF/Config.h | 1 + ELF/Driver.cpp | 4 + ELF/InputSection.cpp | 6 +- ELF/Options.td | 6 + ELF/Target.cpp | 5 +- ELF/Target.h | 11 +- test/ELF/Inputs/ppc64-no-split-stack.s | 8 + test/ELF/ppc64-split-stack-adjust-fail.s | 53 +++++ test/ELF/ppc64-split-stack-adjust-overflow.s | 64 ++++++ test/ELF/ppc64-split-stack-adjust-size-success.s | 106 ++++++++++ .../ppc64-split-stack-prologue-adjust-success.s | 224 +++++++++++++++++++++ 13 files changed, 601 insertions(+), 12 deletions(-) create mode 100644 test/ELF/Inputs/ppc64-no-split-stack.s create mode 100644 test/ELF/ppc64-split-stack-adjust-fail.s create mode 100644 test/ELF/ppc64-split-stack-adjust-overflow.s create mode 100644 test/ELF/ppc64-split-stack-adjust-size-success.s create mode 100644 test/ELF/ppc64-split-stack-prologue-adjust-success.s