- Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.
authorBill Wendling <isanbard@gmail.com>
Thu, 6 Nov 2008 07:23:03 +0000 (07:23 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 6 Nov 2008 07:23:03 +0000 (07:23 +0000)
commit4c3a1d8d2be313f1b322f680801fec262a2480c6
tree7bb989e12013577856ddb7f7b6e39f6b3aa534f1
parente11eb620efa50e99b1a5dd94e8b63840c32d587b
- Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.
- Get rid of "HasStackProtector" in MachineFrameInfo.
- Modify intrinsics to tell which are doing what with memory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58799 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/Intrinsics.td
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/StackProtector.cpp