1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/Transforms/SafeStack
Evgeniy Stepanov 8bbe82486b [safestack] Sink unsafe address computation to each use.
This is a fix for PR27844.
When replacing uses of unsafe allocas, emit the new location
immediately after each use. Without this, the pointer stays live from
the function entry to the last use, while it's usually cheaper to
recalculate.

llvm-svn: 272969
2016-06-16 22:34:04 +00:00
..
AArch64 [AArch64] [ARM] Make a target-independent llvm.thread.pointer intrinsic. 2016-04-19 20:51:05 +00:00
ARM
X86
addr-taken.ll
array-aligned.ll [safestack] Sink unsafe address computation to each use. 2016-06-16 22:34:04 +00:00
array.ll [safestack] Sink unsafe address computation to each use. 2016-06-16 22:34:04 +00:00
byval.ll
call.ll
cast.ll
constant-gep-call.ll
constant-gep.ll
constant-geps.ll
debug-loc2.ll [safestack] Fixup llvm.dbg.value when rewriting unsafe allocas. 2016-06-16 22:34:00 +00:00
debug-loc-dynamic.ll [safestack] Fixup llvm.dbg.value when rewriting unsafe allocas. 2016-06-16 22:34:00 +00:00
debug-loc.ll DebugInfo: Remove MDString-based type references 2016-04-23 21:08:00 +00:00
dynamic-alloca.ll
escape-addr-pointer.ll
escape-bitcast-store2.ll
escape-bitcast-store.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 [safestack] Sink unsafe address computation to each use. 2016-06-16 22:34:04 +00:00
ret.ll
setjmp2.ll
setjmp.ll
sink-to-use.ll [safestack] Sink unsafe address computation to each use. 2016-06-16 22:34:04 +00:00
store.ll
struct.ll [safestack] Sink unsafe address computation to each use. 2016-06-16 22:34:04 +00:00