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 | ||||
* | 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 | ||||
* | Don't crash analyzing certain quadratics (addrec of {X,+,Y,+,1}). | Nick Lewycky | 2008-11-03 | 1 | -0/+21 |
We're still waiting on code that actually analyzes them properly. llvm-svn: 58592 |