[PATCH] D19141: [SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARD

Tim Shen via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 15:17:00 PDT 2016


timshen updated this revision to Diff 54125.
timshen marked 3 inline comments as done.
timshen added a comment.

Updated comments.


http://reviews.llvm.org/D19141

Files:
  docs/LangRef.rst
  include/llvm/IR/Intrinsics.td
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/MachineCSE.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/CodeGen/StackProtector.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/AArch64/stack-guard-remat-bitcast.ll
  test/CodeGen/ARM/warn-stack.ll
  test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
  test/CodeGen/X86/StackColoring.ll
  test/CodeGen/X86/dynamic-allocas-VLAs.ll
  test/CodeGen/X86/fast-isel-stackcheck.ll
  test/CodeGen/X86/ssp-guard-spill.ll
  test/CodeGen/X86/warn-stack.ll
  test/DebugInfo/X86/vla.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19141.54125.patch
Type: text/x-patch
Size: 22959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160418/14a9c9fd/attachment.bin>


More information about the llvm-commits mailing list