Implement stack protectors as function attributes: "ssp" and "sspreq".
authorBill Wendling <isanbard@gmail.com>
Thu, 13 Nov 2008 01:02:14 +0000 (01:02 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 13 Nov 2008 01:02:14 +0000 (01:02 +0000)
commite9e6bdf27fca46dc9eca2ebdf73e03747d1859ab
tree565577ce5e9de5d74dacdf007bb6657832a9aa9f
parent7fc610f07311ecbbbdf163e5bcb45c636b87c983
Implement stack protectors as function attributes: "ssp" and "sspreq".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59202 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
include/llvm/CodeGen/Passes.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/llvmAsmParser.y
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/StackProtector.cpp
lib/VMCore/Attributes.cpp