aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodePlacementOpt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable loop bb placement optimization.Evan Cheng2009-05-081-9/+0
* Don't align loop header unless the loop back edge is below the header.Evan Cheng2009-05-081-1/+17
* Reverse branch condition only when there is a conditional branch.Evan Cheng2009-05-081-1/+2
* Add explicit braces to disambiguate nested if/else. Removes a warning.Nick Lewycky2009-05-081-1/+2
* Optimize code placement in loop to eliminate unconditional branches or move u...Evan Cheng2009-05-081-16/+236
* Code refactoring.Evan Cheng2009-05-071-7/+22
* Rename "loop aligner" pass to "code placement optimization" pass.Evan Cheng2009-05-071-0/+82