[PATCH] D17736: [SSP, 1/2] Refactor to support customizable stack guard load from IR level.

Tim Shen via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 13:50:15 PDT 2016


timshen updated this revision to Diff 51834.
timshen added a comment.

Hi,

I realized that we don't really need llvm.stackguardcheck, so I try to come up with this patch as the first step of cleanup.


http://reviews.llvm.org/D17736

Files:
  include/llvm/CodeGen/StackProtector.h
  include/llvm/IR/Intrinsics.td
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  lib/CodeGen/StackProtector.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/IR/AutoUpgrade.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  test/Assembler/auto_upgrade_intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17736.51834.patch
Type: text/x-patch
Size: 22838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160328/1fdf0480/attachment.bin>


More information about the llvm-commits mailing list