Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -disable-output is no longer needed with -analyze. | Dan Gohman | 2010-01-26 | 1 | -1/+1 |
| | | | | llvm-svn: 94574 | ||||
* | Convert Analysis tests to FileCheck in regards to PR5307. | Edward O'Callaghan | 2009-10-27 | 1 | -1/+4 |
| | | | | llvm-svn: 85241 | ||||
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
| | | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537 | ||||
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
* | Add -disable-output to a bunch of tests that don't care about the output. | Dan Gohman | 2009-06-17 | 1 | -1/+1 |
| | | | | llvm-svn: 73633 | ||||
* | Now that ScalarEvolution::print writes to the correct stream, there is | Wojciech Matyjewicz | 2008-02-12 | 1 | -1/+1 |
| | | | | | | no need to redirect stderr into stdout. llvm-svn: 47009 | ||||
* | Change grep '' to grep {}. | Dan Gohman | 2007-11-27 | 1 | -1/+1 |
| | | | | | | Change 2>&1 | to |&. llvm-svn: 44344 | ||||
* | Be more careful when transforming | to +. Patch from Wojciech Matyjewicz. | Nick Lewycky | 2007-11-20 | 1 | -0/+18 |
llvm-svn: 44248 |