aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/CondProp
AgeCommit message (Expand)Author
2009-11-11remove condprop testcases.Chris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-04-14Optimize conditional branch on i1 phis with non-constant inputs.Evan Cheng
2009-02-05Ignore dbg intrinsics while propagating conditional expression info. Take 2.Devang Patel
2009-02-05Revert rev. 63876. It is causing llvm-gcc bootstrap failure.Devang Patel
2009-02-05Remove dead blocks in the end.Devang Patel
2009-02-05Ignore dbg intrinsics while propagating conditional expression info.Devang Patel
2009-01-26Handle single-entry phi nodes gracefully in condprop.Chris Lattner
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-08-02Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.llChris Lattner
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-01Testcase from http://llvm.org/bugs/show_bug.cgi?id=979Devang Patel
2006-08-14new testcase from PR877Chris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2005-08-05new testcase that condprop should handle. The PHI node becomes uselessChris Lattner
2005-08-04add a testcase nate requestedChris Lattner
2005-04-15new testcaseChris Lattner