Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FileCheck-ize tests. | Bill Wendling | 2013-08-22 | 1 | -1/+3 |
| | | | | llvm-svn: 188971 | ||||
* | -disable-output is no longer needed with -analyze. | Dan Gohman | 2010-01-26 | 1 | -1/+1 |
| | | | | llvm-svn: 94574 | ||||
* | 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 | ||||
* | Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. | Nick Lewycky | 2007-11-25 | 1 | -0/+18 |
llvm-svn: 44319 |