aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG/basictest.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+30
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-4/+4
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-291-10/+0
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-291-0/+10
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-291-10/+0
* Revert r124462. There are a few big regressions that I need to fix first.Evan Cheng2011-01-281-0/+10
* - Stop simplifycfg from duplicating "ret" instructions into unconditionalEvan Cheng2011-01-281-10/+0
* make these tests a bit less fragileChris Lattner2010-12-131-9/+4
* Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman2010-08-141-1/+0
* Implement PR5795 by merging duplicated return blocks. This could go furtherChris Lattner2009-12-221-0/+19
* convert to filecheckChris Lattner2009-12-221-5/+15
* if basic blocks are destroyed while there are *just* BlockAddress' hanging Chris Lattner2009-10-301-2/+7
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-181-14/+15
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-161-1/+1
* Eliminate explicit control flow in testsChris Lattner2003-06-281-4/+1
* Update run lineChris Lattner2002-05-211-1/+1
* Initial testcases for CFG simplify (which is part of DCE for now)Chris Lattner2002-05-061-0/+27