[PATCH] D40622: XOR the frame pointer with the stack cookie when protecting the stack

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 30 14:41:57 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL319490: XOR the frame pointer with the stack cookie when protecting the stack (authored by rnk).

Changed prior to commit:
  https://reviews.llvm.org/D40622?vs=125027&id=125029#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D40622

Files:
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/StackProtector.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/lib/Target/X86/X86InstrCompiler.td
  llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
  llvm/trunk/test/CodeGen/X86/stack-protector-msvc.ll
  llvm/trunk/test/CodeGen/X86/stack-protector-weight.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40622.125029.patch
Type: text/x-patch
Size: 15682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171130/0c156695/attachment.bin>


More information about the llvm-commits mailing list