summaryrefslogtreecommitdiff
path: root/test/Transforms/IPConstantProp/return-constants.ll
Commit message (Expand)AuthorAge
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-17
* 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
* Reapply r52396, it was unrelated to the breakage (that was caused by r52397, myMatthijs Kooijman2008-06-18
* temporarily revert this testcase since its patch was reverted.Chris Lattner2008-06-18
* Learn IPConstProp to look at individual return values and propagate themMatthijs Kooijman2008-06-17
* Handle multiple ret values.Devang Patel2008-03-11