This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b10881 Define DbiStreamBuilder::addSectionMap. new fa8311d GlobalISel: translate stack protector intrinsics new d9f01d8 GlobalISel: allow truncating pointer casts on AArch64. new 30e34b0 [MC] Make llvm-mc fail cleanly on invalid output asm variant.
The 3 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/CodeGen/GlobalISel/IRTranslator.h | 10 +++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 74 ++++++++++++++++++---- lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 2 + lib/Target/AArch64/AArch64InstructionSelector.cpp | 17 +++-- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 4 +- .../AArch64/GlobalISel/arm64-instructionselect.mir | 21 +++++- .../GlobalISel/arm64-irtranslator-stackprotect.ll | 20 ++++++ test/MC/AsmParser/invalid-asm-variant.s | 3 + tools/llvm-mc/llvm-mc.cpp | 8 +++ 9 files changed, 139 insertions(+), 20 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-stackprotect.ll create mode 100644 test/MC/AsmParser/invalid-asm-variant.s