summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodePlacementOpt.cpp
Commit message (Expand)AuthorAge
* Move the utility function UpdateTerminator() from CodePlacementOpt() intoJim Grosbach2009-11-12
* Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks areDan Gohman2009-10-20
* Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linuxAnton Korobeynikov2009-10-19
* Fix my -Asserts warning fix.Daniel Dunbar2009-10-17
* Suppress -Asserts warning.Daniel Dunbar2009-10-17
* Enhance CodePlacementOpt's unconditional intra-loop branch elimination logicDan Gohman2009-10-17
* Make CodePlacementOpt align loops, rather than loop headers. TheDan Gohman2009-10-15
* Fix this comment. The loop header is the loop entry point.Dan Gohman2009-10-07
* 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