This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 48ef58e6c15 [LangRef] Clarify semantics of load metadata. new a29ff2e0f94 MC: Implement support for new .addrsig and .addrsig_sym dir [...]
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: docs/Extensions.rst | 30 +++++++++++++ include/llvm/BinaryFormat/ELF.h | 2 + include/llvm/MC/MCObjectStreamer.h | 3 ++ include/llvm/MC/MCObjectWriter.h | 9 ++++ include/llvm/MC/MCStreamer.h | 3 ++ lib/MC/ELFObjectWriter.cpp | 37 ++++++++++++++++ lib/MC/MCAsmStreamer.cpp | 14 ++++++ lib/MC/MCObjectStreamer.cpp | 9 ++++ lib/MC/MCParser/AsmParser.cpp | 27 ++++++++++++ lib/Object/ELF.cpp | 1 + lib/ObjectYAML/ELFYAML.cpp | 1 + test/MC/ELF/addrsig-error.s | 5 +++ test/MC/ELF/addrsig.s | 86 +++++++++++++++++++++++++++++++++++++ tools/llvm-readobj/ELFDumper.cpp | 45 +++++++++++++++++++ tools/llvm-readobj/ObjDumper.h | 1 + tools/llvm-readobj/llvm-readobj.cpp | 5 +++ 16 files changed, 278 insertions(+) create mode 100644 test/MC/ELF/addrsig-error.s create mode 100644 test/MC/ELF/addrsig.s