This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50 in repository lld.
from ac8b85009 Merging r311734: new 683399be8 Merging r323155 in LLD, with modifications to handle int3 fill
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/X86.cpp | 156 ++++++++++++++++++++++++++++++++++++++- ELF/Arch/X86_64.cpp | 138 ++++++++++++++++++++++++++++++++-- ELF/Config.h | 1 + ELF/Driver.cpp | 1 + test/ELF/i386-retpoline-nopic.s | 81 ++++++++++++++++++++ test/ELF/i386-retpoline-pic.s | 62 ++++++++++++++++ test/ELF/x86-64-retpoline-znow.s | 53 +++++++++++++ test/ELF/x86-64-retpoline.s | 66 +++++++++++++++++ 8 files changed, 548 insertions(+), 10 deletions(-) create mode 100644 test/ELF/i386-retpoline-nopic.s create mode 100644 test/ELF/i386-retpoline-pic.s create mode 100644 test/ELF/x86-64-retpoline-znow.s create mode 100644 test/ELF/x86-64-retpoline.s