summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP/ipsccp-basic.ll
Commit message (Expand)AuthorAge
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-20
* Update the tests to the new EH scheme.Bill Wendling2011-08-31
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Print empty structs as {} rather than { }.Dan Gohman2010-04-08
* reimplement multiple return value handling in IPSCCP, making it Chris Lattner2009-11-03
* fix testChris Lattner2009-11-03
* merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad.Chris Lattner2009-11-03
* fix an IPSCCP bug I introduced when I changed IPSCCP to start working on Chris Lattner2009-11-03
* merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax.Chris Lattner2009-11-02
* disable IPSCCP support for multiple return values, it is buggy, so justChris Lattner2009-11-02
* improve IPSCCP to be able to propagate the result of "!mayBeOverridden"Chris Lattner2009-11-02
* add a real testcase for PR4313Chris Lattner2009-10-20
* add a test similar to that needed for PR4313, but that doesn'tChris Lattner2009-10-20
* merge and filecheckizeChris Lattner2009-10-20
* 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-19
* For PR1319:Reid Spencer2007-04-15
* For PR950:Reid Spencer2006-12-31
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Update testChris Lattner2004-12-11
* New testcaseChris Lattner2004-12-10