This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c23172f64e3 GlobalISel: Handle widenScalar of arbitrary G_MERGE_VALUES sources new 6a9761ad70f [CodeGen][NFC] Simplify checks for stack protector index checking new acc4dc383aa [CodeGen] Add stack protector tests where the guard gets re [...] new e9a0389d982 [PEI] Don't re-allocate a pre-allocated stack protector slot
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: lib/CodeGen/LocalStackSlotAllocation.cpp | 16 ++++++++--- lib/CodeGen/PrologEpilogInserter.cpp | 33 +++++++++++++++------ test/CodeGen/AArch64/stack-guard-reassign.ll | 9 ++++++ test/CodeGen/AArch64/stack-guard-reassign.mir | 34 ++++++++++++++++++++++ test/CodeGen/AArch64/stack-guard-vaarg.ll | 41 +++++++++++++++++++++++++++ test/CodeGen/ARM/stack-guard-reassign.ll | 14 +++++++++ test/CodeGen/Inputs/stack-guard-reassign.ll | 21 ++++++++++++++ test/CodeGen/PowerPC/stack-guard-reassign.ll | 17 +++++++++++ 8 files changed, 172 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/AArch64/stack-guard-reassign.ll create mode 100644 test/CodeGen/AArch64/stack-guard-reassign.mir create mode 100644 test/CodeGen/AArch64/stack-guard-vaarg.ll create mode 100644 test/CodeGen/ARM/stack-guard-reassign.ll create mode 100644 test/CodeGen/Inputs/stack-guard-reassign.ll create mode 100644 test/CodeGen/PowerPC/stack-guard-reassign.ll