summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/branch-fold.ll
Commit message (Expand)AuthorAge
* Remove dyn_cast + dereference pattern by replacing it with a cast and changingNick Lewycky2012-06-24
* SimplifyCFG: fold unconditional branch to its predecessor if profitable.Manman Ren2012-06-13
* FileCheck-ize this test and make it more precise. This is in preparationChandler Carruth2011-11-26
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-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
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* For PR1319:Reid Spencer2007-04-15
* Can't grep for bool any more.Reid Spencer2007-01-13
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcaseChris Lattner2005-09-23