aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/MagicPointer.ll
AgeCommit message (Expand)Author
2011-01-29Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng
2011-01-29Revert r124518. It broke Linux self-host.Evan Cheng
2011-01-29Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng
2011-01-28Revert r124462. There are a few big regressions that I need to fix first.Evan Cheng
2011-01-28- Stop simplifycfg from duplicating "ret" instructions into unconditionalEvan Cheng
2010-02-05Teach SimplifyCFG about magic pointer constants.Jakob Stoklund Olesen