[stackprotector] Refactor the StackProtector pass from a single .cpp file into StackP...
authorJosh Magee <joshua_magee@playstation.sony.com>
Fri, 27 Sep 2013 21:58:43 +0000 (21:58 +0000)
committerJosh Magee <joshua_magee@playstation.sony.com>
Fri, 27 Sep 2013 21:58:43 +0000 (21:58 +0000)
commit18ebd48960afe9a4e694dac3ba0ee1002044d297
tree93f8d84bb5b2d6c7a081baf2f117d07a71f3b51d
parent29552222c2e7cbeb37fcd15d247597467f7b8544
[stackprotector] Refactor the StackProtector pass from a single .cpp file into StackProtector.h and StackProtector.cpp.

No functionality change.  Future patches will add analysis which will be used
in other passes (PEI, StackSlot).  The end goal is to support ssp-strong stack
layout rules.

WIP.

Differential Revision: http://llvm-reviews.chandlerc.com/D1521

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191570 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/StackProtector.h [new file with mode: 0644]
lib/CodeGen/StackProtector.cpp