Restore "Move metadata linking after lazy global materialization/linking."
[oota-llvm.git] / test / Analysis / BlockFrequencyInfo /
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-08 Diego NovilloFix PR 24723 - Handle 0-mass backedges in irreducible...
2015-06-17 Diego NovilloAdd documentation for new backedge mass propagation...
2015-06-16 Diego NovilloFix PR 23525 - Separate header mass propagation in...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-01 Diego NovilloRemove 4,096 loop scale limitation.
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-12-05 Duncan P. N. Exon... BFI: Saturate when combining edges to a successor
2014-05-15 Alp TokerFix typos
2014-04-28 Duncan P. N. Exon... Reapply "blockfreq: Approximate irreducible control...
2014-04-25 Duncan P. N. Exon... Revert "blockfreq: Approximate irreducible control...
2014-04-25 Duncan P. N. Exon... blockfreq: Approximate irreducible control flow
2014-04-25 Duncan P. N. Exon... blockfreq: Only one mass distribution per node
2014-04-25 Duncan P. N. Exon... blockfreq: Use better branch weights in multiexit test
2014-04-25 Duncan P. N. Exon... blockfreq: Clean up irreducible testcases
2014-04-22 Duncan P. N. Exon... blockfreq: Skip irreducible backedges inside functions
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... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... blockfreq: Rewrite BlockFrequencyInfoImpl
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-06-28 Jakob Stoklund OlesenMinimize precision loss when computing cyclic probabili...
2013-06-25 Jakob Stoklund OlesenPrint block frequencies in decimal form.
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-21 Benjamin KramerRevert "BlockFrequency: Saturate at 1 instead of 0...
2013-06-21 Benjamin KramerBlockFrequency: Saturate at 1 instead of 0 when multipl...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-10-19 Chandler CarruthGeneralize the reading of probability metadata to work...
2011-10-19 Chandler CarruthTeach the BranchProbabilityInfo analysis pass to read...
2011-10-19 Chandler CarruthAdd pass printing support to BlockFrequencyInfo pass...