aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodePlacementOpt.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-06-07Add some basic debug output.Dan Gohman1-0/+4
2010-02-18Make CodePlacementOpt detect special EH control flow byDan Gohman1-7/+8
2010-02-10Fix several comments which had previously been "the the" where aDan Gohman1-1/+1
2010-02-10Fix "the the" and similar typos.Dan Gohman1-1/+1
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner1-1/+1
2009-12-25Remove dead store.Bill Wendling1-1/+0
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner1-4/+5
2009-11-12Move the utility function UpdateTerminator() from CodePlacementOpt() intoJim Grosbach1-61/+3
2009-10-20Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks areDan Gohman1-182/+343
2009-10-19Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linuxAnton Korobeynikov1-355/+177
2009-10-17Fix my -Asserts warning fix.Daniel Dunbar1-2/+3
2009-10-17Suppress -Asserts warning.Daniel Dunbar1-2/+2
2009-10-17Enhance CodePlacementOpt's unconditional intra-loop branch elimination logicDan Gohman1-177/+354
2009-10-15Make CodePlacementOpt align loops, rather than loop headers. TheDan Gohman1-71/+30
2009-10-07Fix this comment. The loop header is the loop entry point.Dan Gohman1-2/+2
2009-05-18Fix CodePlacementOpt::OptimizeIntraLoopEdges so that its return valueBob Wilson1-0/+2
2009-05-13Run code placement optimization for targets that want it (arm and x86 for now).Evan Cheng1-0/+3
2009-05-12If header of inner loop is aligned, do not align the outer loop header. We do...Evan Cheng1-6/+33
2009-05-12Fix pr4195: When iterating through predecessor blocks, break out of the loopBob Wilson1-3/+3
2009-05-09Oops. Don't forget to align single bb loops.Evan Cheng1-1/+1
2009-05-08Enable loop bb placement optimization.Evan Cheng1-9/+0
2009-05-08Don't align loop header unless the loop back edge is below the header.Evan Cheng1-1/+17
2009-05-08Reverse branch condition only when there is a conditional branch.Evan Cheng1-1/+2
2009-05-08Add explicit braces to disambiguate nested if/else. Removes a warning.Nick Lewycky1-1/+2
2009-05-08Optimize code placement in loop to eliminate unconditional branches or move u...Evan Cheng1-16/+236
2009-05-07Code refactoring.Evan Cheng1-7/+22
2009-05-07Rename "loop aligner" pass to "code placement optimization" pass.Evan Cheng1-0/+82