remove parser support for the obsolete "multiple return values" syntax, which
[oota-llvm.git] / test / Transforms / IPConstantProp / return-constants.ll
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-06-18 Matthijs KooijmanReapply r52396, it was unrelated to the breakage (that...
2008-06-18 Chris Lattnertemporarily revert this testcase since its patch was...
2008-06-17 Matthijs KooijmanLearn IPConstProp to look at individual return values...
2008-03-11 Devang PatelHandle multiple ret values.