summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/PhiEliminate.ll
Commit message (Expand)AuthorAge
* - Insert new instructions before DomBlock's terminator,Chris Lattner2010-12-14
* 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
* For PR1319:Reid Spencer2007-04-15
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* converting massive blocks of phis into selects like this is silly.Chris Lattner2006-11-18
* expand testcase, which has been in my tree for a while nowChris Lattner2005-12-03
* Oops, actually USE the previously computed valueChris Lattner2004-03-30
* Test general value/value selection which we can do now that we use theChris Lattner2004-03-30
* Modify test to use the %t substition (temporary name). This is availableJohn Criswell2004-03-17
* New feature testcase for simplifycfg.Chris Lattner2004-02-11