blockfreq: Separate unwrapLoops() from finalizeMetrics()
[oota-llvm.git] / lib / Analysis / BlockFrequencyInfoImpl.cpp
2014-04-25 Duncan P. N. Exon... blockfreq: Separate unwrapLoops() from finalizeMetrics()
2014-04-25 Duncan P. N. Exon... blockfreq: Expose getPackagedNode()
2014-04-25 Duncan P. N. Exon... blockfreq: Store the header with the members
2014-04-25 Duncan P. N. Exon... blockfreq: Encapsulate LoopData::Header
2014-04-25 Duncan P. N. Exon... blockfreq: Use LoopData directly
2014-04-25 Duncan P. N. Exon... blockfreq: Use a std::list for Loops
2014-04-22 Duncan P. N. Exon... blockfreq: Skip irreducible backedges inside functions
2014-04-22 Duncan P. N. Exon... blockfreq: Rename PackagedLoops => Loops
2014-04-22 Duncan P. N. Exon... blockfreq: Use a pointer for ContainingLoop too
2014-04-22 Duncan P. N. Exon... blockfreq: Use pointers to loops instead of an index
2014-04-22 Duncan P. N. Exon... blockfreq: Implement clear() explicitly
2014-04-22 Duncan P. N. Exon... blockfreq: Rename PackagedLoopData => LoopData
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-21 Duncan P. N. Exon... blockfreq: Some cleanup of UnsignedFloat
2014-04-21 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl...
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Fixing MSVC after r206622?
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... blockfreq: Really fix r206548 (and r206549)
2014-04-18 Duncan P. N. Exon... blockfreq: Fixing MSVC after r206548?
2014-04-18 Duncan P. N. Exon... blockfreq: Rewrite BlockFrequencyInfoImpl