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