| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | If IV is used in a int-to-float cast inside the loop then try to eliminate ↵ | Devang Patel | 2008-08-26 | 1 | -1/+0 |
| | | | | | | | the cast operation. llvm-svn: 55374 | ||||
| * | XFAIL this test for now. | Bill Wendling | 2008-08-18 | 1 | -0/+1 |
| | | | | | llvm-svn: 54929 | ||||
| * | Didn't mean to change this. | Evan Cheng | 2008-08-17 | 1 | -0/+99 |
| | | | | | llvm-svn: 54904 | ||||
| * | Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ↵ | Evan Cheng | 2008-08-17 | 1 | -99/+0 |
| | | | | | | | junk in higher bits. Patch by Nate Begeman. llvm-svn: 54903 | ||||
| * | Reapply 54786. Add overflow and number of mantissa bits checks. | Devang Patel | 2008-08-15 | 1 | -0/+99 |
| | | | | | llvm-svn: 54821 | ||||
| * | Revert 54786. It's not checking for overflows, etc. | Evan Cheng | 2008-08-15 | 1 | -27/+0 |
| | | | | | llvm-svn: 54813 | ||||
| * | If IV is used in a int-to-float cast inside the loop then try to eliminate ↵ | Devang Patel | 2008-08-14 | 1 | -0/+27 |
| the cast opeation. llvm-svn: 54786 | |||||

