This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60 in repository lld.
from 70b17a43f Merging r323243: -------------------------------------------- [...] new 3eb766f10 Merging r323155: -------------------------------------------- [...] new c58b8e474 Merging r323288: -------------------------------------------- [...]
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/X86.cpp | 144 ++++++++++++++++++++++++++++++++++++++- ELF/Arch/X86_64.cpp | 127 ++++++++++++++++++++++++++++++++-- ELF/Config.h | 1 + ELF/Driver.cpp | 1 + test/ELF/i386-retpoline-nopic.s | 65 ++++++++++++++++++ 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, 509 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