[all-commits] [llvm/llvm-project] c1d76f: Merging r373216:

Paul T Robinson via All-commits all-commits at lists.llvm.org
Thu Nov 21 15:21:20 PST 2019


  Branch: refs/heads/release/9.x
  Home:   https://github.com/llvm/llvm-project
  Commit: c1d76f45b49744023a33dd024066ce27a89beed9
      https://github.com/llvm/llvm-project/commit/c1d76f45b49744023a33dd024066ce27a89beed9
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M llvm/include/llvm/CodeGen/StackProtector.h
    M llvm/lib/CodeGen/StackProtector.cpp
    M llvm/test/CodeGen/X86/stack-protector.ll
    R llvm/test/Transforms/StackProtector/X86/captures.ll
    R llvm/test/Transforms/StackProtector/X86/lit.local.cfg
    M llvm/tools/opt/opt.cpp

  Log Message:
  -----------
  Merging r373216:

------------------------------------------------------------------------
r373216 | probinson | 2019-09-30 08:01:35 -0700 (Mon, 30 Sep 2019) | 7 lines

[SSP] [1/3] Revert "StackProtector: Use PointerMayBeCaptured"
"Captured" and "relevant to Stack Protector" are not the same thing.

This reverts commit f29366b1f594f48465c5a2754bcffac6d70fd0b1.
aka r363169.

Differential Revision: https://reviews.llvm.org/D67842
------------------------------------------------------------------------

To avoid changing the ABI, the VisitedPHIs member from the StackProtector class
was replaced with a local variable in StackProtector::RequiresStackProtector().




More information about the All-commits mailing list