[PATCH] D30237: [Fuchsia] Use thread-pointer ABI slots for stack-protector and safe-stack

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 18:23:28 PST 2017


mcgrathr created this revision.
Herald added subscribers: srhines, danalbert.

The Fuchsia ABI defines slots from the thread pointer where the
stack-guard value for stack-protector, and the unsafe stack pointer
for safe-stack, are stored.  This parallels the Android ABI support.


Repository:
  rL LLVM

https://reviews.llvm.org/D30237

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64Subtarget.h
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/AArch64/stack-protector-target.ll
  test/CodeGen/X86/safestack.ll
  test/CodeGen/X86/safestack_ssp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30237.89313.patch
Type: text/x-patch
Size: 11597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170222/89fa5ba6/attachment.bin>


More information about the llvm-commits mailing list