summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodePlacementOpt.cpp
Commit message (Expand)AuthorAge
* Fix CodePlacementOpt::OptimizeIntraLoopEdges so that its return valueBob Wilson2009-05-18
* Run code placement optimization for targets that want it (arm and x86 for now).Evan Cheng2009-05-13
* If header of inner loop is aligned, do not align the outer loop header. We do...Evan Cheng2009-05-12
* Fix pr4195: When iterating through predecessor blocks, break out of the loopBob Wilson2009-05-12
* Oops. Don't forget to align single bb loops.Evan Cheng2009-05-09
* Enable loop bb placement optimization.Evan Cheng2009-05-08
* Don't align loop header unless the loop back edge is below the header.Evan Cheng2009-05-08
* Reverse branch condition only when there is a conditional branch.Evan Cheng2009-05-08
* Add explicit braces to disambiguate nested if/else. Removes a warning.Nick Lewycky2009-05-08
* Optimize code placement in loop to eliminate unconditional branches or move u...Evan Cheng2009-05-08
* Code refactoring.Evan Cheng2009-05-07
* Rename "loop aligner" pass to "code placement optimization" pass.Evan Cheng2009-05-07