summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/basictest.ll
Commit message (Expand)AuthorAge
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-29
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-29
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-29
* Revert r124462. There are a few big regressions that I need to fix first.Evan Cheng2011-01-28
* - Stop simplifycfg from duplicating "ret" instructions into unconditionalEvan Cheng2011-01-28
* make these tests a bit less fragileChris Lattner2010-12-13
* Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman2010-08-14
* Implement PR5795 by merging duplicated return blocks. This could go furtherChris Lattner2009-12-22
* convert to filecheckChris Lattner2009-12-22
* if basic blocks are destroyed while there are *just* BlockAddress' hanging Chris Lattner2009-10-30
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-18
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Eliminate explicit control flow in testsChris Lattner2003-06-28
* Update run lineChris Lattner2002-05-21
* Initial testcases for CFG simplify (which is part of DCE for now)Chris Lattner2002-05-06