Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable loop bb placement optimization. | Evan Cheng | 2009-05-08 | 1 | -9/+0 |
* | Don't align loop header unless the loop back edge is below the header. | Evan Cheng | 2009-05-08 | 1 | -1/+17 |
* | Reverse branch condition only when there is a conditional branch. | Evan Cheng | 2009-05-08 | 1 | -1/+2 |
* | Add explicit braces to disambiguate nested if/else. Removes a warning. | Nick Lewycky | 2009-05-08 | 1 | -1/+2 |
* | Optimize code placement in loop to eliminate unconditional branches or move u... | Evan Cheng | 2009-05-08 | 1 | -16/+236 |
* | Code refactoring. | Evan Cheng | 2009-05-07 | 1 | -7/+22 |
* | Rename "loop aligner" pass to "code placement optimization" pass. | Evan Cheng | 2009-05-07 | 1 | -0/+82 |