llvm-6502/include
Josh Magee 4598b40ce6 [stackprotector] Update the StackProtector pass to perform datalayout analysis.
This modifies the pass to classify every SSP-triggering AllocaInst according to
an SSPLayoutKind (LargeArray, SmallArray, AddrOf).  This analysis is collected
by the pass and made available for use, but no other pass uses it yet.

The next patch will make use of this analysis in PEI and StackSlot
passes.  The end goal is to support ssp-strong stack layout rules.

WIP.

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193653 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-29 21:16:16 +00:00
..
llvm [stackprotector] Update the StackProtector pass to perform datalayout analysis. 2013-10-29 21:16:16 +00:00
llvm-c llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst too 2013-10-29 09:02:02 +00:00