aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP/ipsccp-basic.ll
AgeCommit message (Expand)Author
2011-09-20Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman
2011-08-31Update the tests to the new EH scheme.Bill Wendling
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2010-04-08Print empty structs as {} rather than { }.Dan Gohman
2009-11-03reimplement multiple return value handling in IPSCCP, making it Chris Lattner
2009-11-03fix testChris Lattner
2009-11-03merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad.Chris Lattner
2009-11-03fix an IPSCCP bug I introduced when I changed IPSCCP to start working on Chris Lattner
2009-11-02merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax.Chris Lattner
2009-11-02disable IPSCCP support for multiple return values, it is buggy, so justChris Lattner
2009-11-02improve IPSCCP to be able to propagate the result of "!mayBeOverridden"Chris Lattner
2009-10-20add a real testcase for PR4313Chris Lattner
2009-10-20add a test similar to that needed for PR4313, but that doesn'tChris Lattner
2009-10-20merge and filecheckizeChris 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
2008-03-19Upgrade tests to not use llvm-upgrade.Tanya Lattner
2007-04-15For PR1319:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2004-12-11Update testChris Lattner
2004-12-10New testcaseChris Lattner