aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodePlacementOpt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Add some basic debug output.Dan Gohman2010-06-071-0/+4
* Make CodePlacementOpt detect special EH control flow byDan Gohman2010-02-181-7/+8
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-101-1/+1
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-1/+1
* Remove dead store.Bill Wendling2009-12-251-1/+0
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-4/+5
* Move the utility function UpdateTerminator() from CodePlacementOpt() intoJim Grosbach2009-11-121-61/+3
* Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks areDan Gohman2009-10-201-182/+343
* Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linuxAnton Korobeynikov2009-10-191-355/+177
* Fix my -Asserts warning fix.Daniel Dunbar2009-10-171-2/+3
* Suppress -Asserts warning.Daniel Dunbar2009-10-171-2/+2
* Enhance CodePlacementOpt's unconditional intra-loop branch elimination logicDan Gohman2009-10-171-177/+354
* Make CodePlacementOpt align loops, rather than loop headers. TheDan Gohman2009-10-151-71/+30
* Fix this comment. The loop header is the loop entry point.Dan Gohman2009-10-071-2/+2
* Fix CodePlacementOpt::OptimizeIntraLoopEdges so that its return valueBob Wilson2009-05-181-0/+2
* Run code placement optimization for targets that want it (arm and x86 for now).Evan Cheng2009-05-131-0/+3
* If header of inner loop is aligned, do not align the outer loop header. We do...Evan Cheng2009-05-121-6/+33
* Fix pr4195: When iterating through predecessor blocks, break out of the loopBob Wilson2009-05-121-3/+3
* Oops. Don't forget to align single bb loops.Evan Cheng2009-05-091-1/+1
* 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