This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c010893e584 Support embedding natvis files in PDBs. new c12cb2ce2d5 Add cast to Type*, fix failure from r327894. new dbc74cb8729 [ARM, AArch64] Check the no-stack-arg-probe attribute for d [...]
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: include/llvm/IR/Type.h | 2 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 13 +++++++++++++ lib/Target/ARM/ARMISelLowering.cpp | 14 ++++++++++++++ test/CodeGen/AArch64/no-stack-arg-probe.ll | 12 ++++++++++++ test/CodeGen/AArch64/win-alloca-no-stack-probe.ll | 17 +++++++++++++++++ .../ARM/Windows/alloca-no-stack-arg-probe.ll | 21 +++++++++++++++++++++ .../ARM/Windows/chkstk-no-stack-arg-probe.ll | 12 ++++++++++++ 7 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/AArch64/no-stack-arg-probe.ll create mode 100644 test/CodeGen/AArch64/win-alloca-no-stack-probe.ll create mode 100644 test/CodeGen/ARM/Windows/alloca-no-stack-arg-probe.ll create mode 100644 test/CodeGen/ARM/Windows/chkstk-no-stack-arg-probe.ll