[PATCH] D37405: [safestack] Experimental mode where stack pointer is accessed with a function call.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 12:02:01 PST 2017


eugenis updated this revision to Diff 125397.
eugenis added a comment.
Herald added a subscriber: mgorny.

Attempt to use a custom calling convention for the safestack pointer accessor function.

Not ready for review.


https://reviews.llvm.org/D37405

Files:
  clang/lib/Driver/ToolChains/CommonArgs.cpp
  compiler-rt/lib/safestack/CMakeLists.txt
  compiler-rt/lib/safestack/safestack.cc
  compiler-rt/lib/safestack/safestack_customcc.S
  llvm/lib/CodeGen/SafeStack.cpp
  llvm/test/CodeGen/X86/safestack.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37405.125397.patch
Type: text/x-patch
Size: 6166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171204/b2055f81/attachment.bin>


More information about the llvm-commits mailing list