aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/IPConstantProp/return-constants.ll
Commit message (Expand)AuthorAgeFilesLines
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-2/+2
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-171-26/+31
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Reapply r52396, it was unrelated to the breakage (that was caused by r52397, myMatthijs Kooijman2008-06-181-9/+30
* temporarily revert this testcase since its patch was reverted.Chris Lattner2008-06-181-30/+9
* Learn IPConstProp to look at individual return values and propagate themMatthijs Kooijman2008-06-171-9/+30
* Handle multiple ret values.Devang Patel2008-03-111-0/+20