This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9ba4489eca7 [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/ [...] new b48bc9992e4 [Dwarf/AArch64] Return address signing B key dwarf 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: include/llvm/MC/MCDwarf.h | 1 + include/llvm/MC/MCStreamer.h | 2 + lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 5 +++ lib/MC/MCAsmStreamer.cpp | 7 ++++ lib/MC/MCDwarf.cpp | 29 +++++++------ lib/MC/MCParser/AsmParser.cpp | 2 + lib/MC/MCStreamer.cpp | 7 ++++ lib/Target/AArch64/AArch64AsmPrinter.cpp | 13 ++++++ lib/Target/AArch64/AArch64FrameLowering.cpp | 13 ++++-- lib/Target/AArch64/AArch64InstrInfo.td | 4 ++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 13 ++++++ .../CodeGen/MIR/AArch64/return-address-signing.mir | 48 ++++++++++++++++++++++ test/DebugInfo/AArch64/return-address-signing.ll | 27 ++++++++++++ test/MC/ELF/cfi-b-key-frame.s | 6 +++ 14 files changed, 161 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/MIR/AArch64/return-address-signing.mir create mode 100644 test/DebugInfo/AArch64/return-address-signing.ll create mode 100644 test/MC/ELF/cfi-b-key-frame.s