forked from OSchip/llvm-project
a5da256f92
This is a fix for PR27842. An IR-level implementation of stack coloring tailored to work with SafeStack. It is a bit weaker than the MI implementation in that it does not the "lifetime start at first access" logic. This can be improved in the future. This patch also replaces the naive implementation of stack frame layout with a greedy algorithm that can split existing stack slots and even fit small objects inside the alignment padding of other objects. llvm-svn: 274162 |
||
---|---|---|
.. | ||
AArch64 | ||
ARM | ||
X86 | ||
addr-taken.ll | ||
array-aligned.ll | ||
array.ll | ||
byval.ll | ||
call.ll | ||
cast.ll | ||
coloring.ll | ||
coloring2.ll | ||
constant-gep-call.ll | ||
constant-gep.ll | ||
constant-geps.ll | ||
debug-loc-dynamic.ll | ||
debug-loc.ll | ||
debug-loc2.ll | ||
dynamic-alloca.ll | ||
escape-addr-pointer.ll | ||
escape-bitcast-store.ll | ||
escape-bitcast-store2.ll | ||
escape-call.ll | ||
escape-casted-pointer.ll | ||
escape-gep-call.ll | ||
escape-gep-invoke.ll | ||
escape-gep-negative.ll | ||
escape-gep-ptrtoint.ll | ||
escape-gep-store.ll | ||
escape-phi-call.ll | ||
escape-select-call.ll | ||
escape-vector.ll | ||
invoke.ll | ||
no-attr.ll | ||
phi-cycle.ll | ||
phi.ll | ||
ret.ll | ||
setjmp.ll | ||
setjmp2.ll | ||
sink-to-use.ll | ||
store.ll | ||
struct.ll |