Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove a redundant test, filecheckize another. | Chris Lattner | 2010-01-18 | 1 | -39/+0 |
| | | | | llvm-svn: 93774 | ||||
* | 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 | ||||
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81257 | ||||
* | 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 | ||||
* | For PR1319: | Reid Spencer | 2007-04-14 | 1 | -3/+2 |
| | | | | | | Upgrade tests to work with new llvm.exp version of llvm_runtest. llvm-svn: 36013 | ||||
* | Add more test cases for APIntified InstCombine. | Reid Spencer | 2007-03-23 | 1 | -0/+40 |
llvm-svn: 35288 |