aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/basictest.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-12-13make these tests a bit less fragileChris Lattner
2010-08-14Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman
2009-12-22Implement PR5795 by merging duplicated return blocks. This could go furtherChris Lattner
2009-12-22convert to filecheckChris Lattner
2009-10-30if basic blocks are destroyed while there are *just* BlockAddress' hanging Chris Lattner
2009-09-11fix a bunch of spurious failures for people whose home directoryChris Lattner
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-03-18Upgrade tests to not use llvm-upgrade.Tanya Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-06-28Eliminate explicit control flow in testsChris Lattner
2002-05-21Update run lineChris Lattner
2002-05-06Initial testcases for CFG simplify (which is part of DCE for now)Chris Lattner