summaryrefslogtreecommitdiff
path: root/test/Transforms/CondProp
Commit message (Expand)AuthorAge
* 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
* Optimize conditional branch on i1 phis with non-constant inputs.Evan Cheng2009-04-14
* Ignore dbg intrinsics while propagating conditional expression info. Take 2.Devang Patel2009-02-05
* Revert rev. 63876. It is causing llvm-gcc bootstrap failure.Devang Patel2009-02-05
* Remove dead blocks in the end.Devang Patel2009-02-05
* Ignore dbg intrinsics while propagating conditional expression info.Devang Patel2009-02-05
* Handle single-entry phi nodes gracefully in condprop.Chris Lattner2009-01-26
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.llChris Lattner2007-08-02
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Testcase from http://llvm.org/bugs/show_bug.cgi?id=979Devang Patel2006-11-01
* new testcase from PR877Chris Lattner2006-08-14
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* new testcase that condprop should handle. The PHI node becomes uselessChris Lattner2005-08-05
* add a testcase nate requestedChris Lattner2005-08-04
* new testcaseChris Lattner2005-04-15