Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge a few crash tests into crash.ll | Chris Lattner | 2009-11-05 | 1 | -49/+0 |
| | | | | llvm-svn: 86119 | ||||
* | 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 | ||||
* | Fix PR3298, a crash in Jump Threading. Apparently even | Chris Lattner | 2009-01-09 | 1 | -0/+49 |
jump threading can have bugs, who knew? ;-) llvm-svn: 61983 |