This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 76425803623 LoopVersioning: Respect convergent new 50037cbd51f [ARM] Fix compiler warning new ceee7cafa8b AMDGPU/GlobalISel: Fix using illegal situations in tests new 1733b9a34af StackProtector: Use PointerMayBeCaptured
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/StackProtector.h | 6 - lib/CodeGen/StackProtector.cpp | 39 +----- lib/Target/ARM/ARMAsmPrinter.cpp | 3 +- .../GlobalISel/regbankselect-insert-vector-elt.mir | 24 ++-- .../AMDGPU/GlobalISel/regbankselect-phi.mir | 29 ++--- test/CodeGen/X86/stack-protector.ll | 4 +- test/Transforms/StackProtector/X86/captures.ll | 139 +++++++++++++++++++++ .../StackProtector}/X86/lit.local.cfg | 0 tools/opt/opt.cpp | 1 + 9 files changed, 173 insertions(+), 72 deletions(-) create mode 100644 test/Transforms/StackProtector/X86/captures.ll copy test/{Analysis/CostModel => Transforms/StackProtector}/X86/lit.local.cfg (100%)