[MBP] Fix a really horrible bug in MachineBlockPlacement, but behind
[oota-llvm.git] / test / CodeGen / X86 / block-placement.ll
2015-03-04 Chandler Carruth[MBP] Fix a really horrible bug in MachineBlockPlacemen...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-07-23 Chandler Carruth[SDAG] Make the DAGCombine worklist not grow endlessly...
2014-01-24 Alp TokerFix known typos
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-06-24 Andrew TrickFix tail merging to assign the (more) correct BasicBloc...
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2012-08-07 Chandler CarruthAdd a much more conservative strategy for aligning...
2012-08-07 Manman RenMachineCSE: Update the heuristics for isProfitableToCSE.
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-04-16 Chandler CarruthAdd a somewhat hacky heuristic to do something differen...
2012-04-16 Chandler CarruthTweak the loop rotation logic to check whether the...
2012-04-16 Chandler CarruthRewrite how machine block placement handles loop rotation.
2011-11-27 Chandler CarruthTake two on rotating the block ordering of loops. My...
2011-11-27 Chandler CarruthRework a bit of the implementation of loop block rotati...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
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 NAKAMURA Takumitest/CodeGen/X86/block-placement.ll: Add explicit ...
2011-11-23 Chandler CarruthRelax an invariant that block placement was trying...
2011-11-23 Chandler CarruthHandle the case of a no-return invoke correctly. It...
2011-11-23 Chandler CarruthFix a crash in block placement due to an inner loop...
2011-11-22 Chandler CarruthFix a devilish miscompile exposed by block placement...
2011-11-20 NAKAMURA Takumitest/CodeGen/X86/block-placement.ll: Relax expressions...
2011-11-20 Chandler CarruthThe logic for breaking the CFG in the presence of hot...
2011-11-20 Chandler CarruthAdd some comments to the latest test case I added here...
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 CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-11-14 Chandler CarruthTeach machine block placement to cope with unnatural...
2011-11-13 Chandler CarruthRewrite #3 of machine block placement. This is based...
2011-10-23 Chandler CarruthCompletely re-write the algorithm behind MachineBlockPl...
2011-10-21 Chandler CarruthDon't hard code the desired alignment for loops --...
2011-10-21 Chandler CarruthAdd loop aligning to MachineBlockPlacement based on...
2011-10-21 Chandler CarruthAdd a very basic test for MachineBlockPlacement. This...