Take two on rotating the block ordering of loops. My previous attempt
[oota-llvm.git] / lib / CodeGen / MachineBlockPlacement.cpp
2011-11-27 Chandler CarruthTake two on rotating the block ordering of loops. My...
2011-11-27 Chandler CarruthFix an impressive type-o / spell-o Duncan noticed.
2011-11-27 Chandler CarruthRework a bit of the implementation of loop block rotati...
2011-11-27 Chandler CarruthIntroduce a loop block rotation optimization to the...
2011-11-24 Chandler CarruthFix a silly use-after-free issue. A much earlier versio...
2011-11-24 Chandler CarruthWhen adding blocks to the list of those which no longer...
2011-11-23 Chandler CarruthRelax an invariant that block placement was trying...
2011-11-23 Chandler CarruthFix a crash in block placement due to an inner loop...
2011-11-20 Chandler CarruthThe logic for breaking the CFG in the presence of hot...
2011-11-19 Chandler CarruthMove the handling of unanalyzable branches out of the...
2011-11-15 Chandler CarruthRather than trying to use the loop block sequence ...
2011-11-14 Chandler CarruthIt helps to deallocate memory as well as allocate it...
2011-11-14 Chandler CarruthRemove an over-eager assert that was firing on one...
2011-11-14 Chandler CarruthBegin chipping away at one of the biggest quadratic...
2011-11-14 Chandler CarruthUnder the hood, MBPI is doing a linear scan of every...
2011-11-14 Chandler CarruthTeach machine block placement to cope with unnatural...
2011-11-13 Chandler CarruthCleanup some 80-columns violations and poor formatting...
2011-11-13 Chandler CarruthEnhance the assertion mechanisms in place to make it...
2011-11-13 Chandler CarruthTeach MBP to force-merge layout successors for blocks...
2011-11-13 Chandler CarruthHoist another gross nested loop into a helper method.
2011-11-13 Chandler CarruthAdd a missing doxygen comment for a helper method.
2011-11-13 Chandler CarruthHoist a nested loop into its own method.
2011-11-13 Chandler CarruthRewrite #3 of machine block placement. This is based...
2011-11-02 Chandler CarruthBegin collecting some of the statistics for block place...
2011-10-24 Chandler CarruthSink an otherwise unused variable's initializer into...
2011-10-23 Chandler CarruthNow that we have comparison on probabilities, add some...
2011-10-23 Chandler CarruthRemove a commented out line of code that snuck by my...
2011-10-23 Chandler CarruthCompletely re-write the algorithm behind MachineBlockPl...
2011-10-21 Chandler CarruthAdd loop aligning to MachineBlockPlacement based on...
2011-10-21 Chandler CarruthImplement a block placement pass based on the branch...