[PATCH] D19761: [safestack] Support runtime_init attribute in SafeStack pass
Michael LeMay via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 22:25:43 PDT 2016
mlemay-intel updated this revision to Diff 55943.
mlemay-intel added a comment.
Herald added a subscriber: joker.eph.
Changed to rely on function attribute rather than -mllvm -safe-stack-usp-init flag.
http://reviews.llvm.org/D19761
Files:
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/SafeStack.cpp
lib/IR/Attributes.cpp
lib/IR/Verifier.cpp
lib/Transforms/IPO/ForceFunctionAttrs.cpp
test/Transforms/SafeStack/runtime-init.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19761.55943.patch
Type: text/x-patch
Size: 20342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160503/b5cc72d2/attachment.bin>
More information about the llvm-commits
mailing list