Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove now unneeded command line flag that enables 'optimize compares.' | Bill Wendling | 2010-08-27 | 1 | -8/+1 | |
| | | | | llvm-svn: 112287 | |||||
* | Turn optimize compares back on with fix. We needed to test that a machine op was | Bill Wendling | 2010-08-10 | 1 | -1/+1 | |
| | | | | | | a register before checking if it was defined. llvm-svn: 110733 | |||||
* | Revert r110718; it broke clang-i386-darwin9. | Dan Gohman | 2010-08-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 110726 | |||||
* | Turn optimize cmps on by default so that we can get some testing by the nightly | Bill Wendling | 2010-08-10 | 1 | -1/+1 | |
| | | | | | | ARM testers. llvm-svn: 110718 | |||||
* | Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer | Bill Wendling | 2010-08-09 | 1 | -0/+293 | |
pass. This pass should expand with all of the small, fine-grained optimization passes to reduce compile time and increase happiment. llvm-svn: 110627 |