This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e6fa7df [X86][btver2] PR31902: Fix a crash in combineOrCmpEqZeroToCtl [...] new 5a2d92c Make it possible to set SHF_LINK_ORDER explicitly. new ed71bd2 [Stack Protection] Add diagnostic information for why stack p [...]
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: docs/Extensions.rst | 18 ++++++ include/llvm/CodeGen/StackProtector.h | 31 ++++++++++ include/llvm/IR/DiagnosticInfo.h | 1 + include/llvm/MC/MCContext.h | 10 +++- lib/CodeGen/StackProtector.cpp | 42 +++++++++++++- lib/MC/ELFObjectWriter.cpp | 3 +- lib/MC/MCContext.cpp | 5 +- lib/MC/MCParser/ELFAsmParser.cpp | 27 ++++++++- test/CodeGen/X86/stack-protector-remarks.ll | 87 +++++++++++++++++++++++++++++ test/MC/ELF/section-metadata-err1.s | 5 ++ test/MC/ELF/section-metadata-err2.s | 6 ++ test/MC/ELF/section-metadata-err3.s | 6 ++ test/MC/ELF/section-metadata-err4.s | 5 ++ test/MC/ELF/section.s | 66 ++++++++++++++++++++++ 14 files changed, 304 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/X86/stack-protector-remarks.ll create mode 100644 test/MC/ELF/section-metadata-err1.s create mode 100644 test/MC/ELF/section-metadata-err2.s create mode 100644 test/MC/ELF/section-metadata-err3.s create mode 100644 test/MC/ELF/section-metadata-err4.s