summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodePlacementOpt.cpp
Commit message (Expand)AuthorAge
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Fix some typos.Cameron Zwarich2011-03-02
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Add some basic debug output.Dan Gohman2010-06-07
* Make CodePlacementOpt detect special EH control flow byDan Gohman2010-02-18
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-10
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Remove dead store.Bill Wendling2009-12-25
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* 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