[PATCH] D19761: [safestack] Support runtime_init attribute in SafeStack pass

Michael LeMay via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 16:10:14 PDT 2016


mlemay-intel updated this revision to Diff 75657.
mlemay-intel added a comment.
Herald added subscribers: srhines, danalbert, tberghammer.

Changed name of attribute to safestack_call_for_usp.
Invoke a __safestack_pointer_address function instead of generating inline code to select and access multiple USPs.


https://reviews.llvm.org/D19761

Files:
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/Attributes.td
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/IR/Attributes.cpp
  lib/IR/Verifier.cpp
  lib/Transforms/IPO/ForceFunctionAttrs.cpp
  test/Transforms/SafeStack/call-for-usp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19761.75657.patch
Type: text/x-patch
Size: 9328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161024/fb207626/attachment.bin>


More information about the llvm-commits mailing list