Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / CodeGen / CodePlacementOpt.cpp
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-06-07 Dan GohmanAdd some basic debug output.
2010-02-18 Dan GohmanMake CodePlacementOpt detect special EH control flow by
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2009-12-25 Bill WendlingRemove dead store.
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-12 Jim GrosbachMove the utility function UpdateTerminator() from CodeP...
2009-10-20 Dan GohmanRe-apply r84295, with fixes to how the loop "top" and...
2009-10-19 Anton KorobeynikovRevert r84295, this unbreaks llvm-gcc bootstrap on...
2009-10-17 Daniel DunbarFix my -Asserts warning fix.
2009-10-17 Daniel DunbarSuppress -Asserts warning.
2009-10-17 Dan GohmanEnhance CodePlacementOpt's unconditional intra-loop...
2009-10-15 Dan GohmanMake CodePlacementOpt align loops, rather than loop...
2009-10-07 Dan GohmanFix this comment. The loop header is the loop entry...
2009-05-18 Bob WilsonFix CodePlacementOpt::OptimizeIntraLoopEdges so that...
2009-05-13 Evan ChengRun code placement optimization for targets that want...
2009-05-12 Evan ChengIf header of inner loop is aligned, do not align the...
2009-05-12 Bob WilsonFix pr4195: When iterating through predecessor blocks...
2009-05-09 Evan ChengOops. Don't forget to align single bb loops.
2009-05-08 Evan ChengEnable loop bb placement optimization.
2009-05-08 Evan ChengDon't align loop header unless the loop back edge is...
2009-05-08 Evan ChengReverse branch condition only when there is a condition...
2009-05-08 Nick LewyckyAdd explicit braces to disambiguate nested if/else...
2009-05-08 Evan ChengOptimize code placement in loop to eliminate unconditio...
2009-05-07 Evan ChengCode refactoring.
2009-05-07 Evan ChengRename "loop aligner" pass to "code placement optimizat...