summaryrefslogtreecommitdiff
path: root/test/Analysis/BlockFrequencyInfo
AgeCommit message (Expand)Author
2017-12-08Revert part of "Cleanup some GraphTraits iteration code"Duncan P. N. Exon Smith
2017-11-20Add heuristics for irreducible loop metadata under PGOHiroshi Yamauchi
2017-11-14Simplify irreducible loop metadata test code.Hiroshi Yamauchi
2017-11-02Irreducible loop metadata for more accurate block frequency under PGO.Hiroshi Yamauchi
2016-07-13[BFI] Add new LazyBFI analysis passAdam Nemet
2016-05-05[PM] port Branch Frequency Analaysis pass to new PMXinliang David Li
2015-12-18Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge...Cong Hou
2015-09-25Use fixed-point representation for BranchProbability.Cong Hou
2015-09-08Fix PR 24723 - Handle 0-mass backedges in irreducible loopsDiego Novillo
2015-06-17Add documentation for new backedge mass propagation in irregular loops.Diego Novillo
2015-06-16Fix PR 23525 - Separate header mass propagation in irregular loops.Diego Novillo
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-04-01Remove 4,096 loop scale limitation.Diego Novillo
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-12-05BFI: Saturate when combining edges to a successorDuncan P. N. Exon Smith
2014-05-15Fix typosAlp Toker
2014-04-28Reapply "blockfreq: Approximate irreducible control flow"Duncan P. N. Exon Smith
2014-04-25Revert "blockfreq: Approximate irreducible control flow"Duncan P. N. Exon Smith
2014-04-25blockfreq: Approximate irreducible control flowDuncan P. N. Exon Smith
2014-04-25blockfreq: Only one mass distribution per nodeDuncan P. N. Exon Smith
2014-04-25blockfreq: Use better branch weights in multiexit testDuncan P. N. Exon Smith
2014-04-25blockfreq: Clean up irreducible testcasesDuncan P. N. Exon Smith
2014-04-22blockfreq: Skip irreducible backedges inside functionsDuncan P. N. Exon Smith
2014-04-21Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith
2014-04-19Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith
2014-04-19Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith
2014-04-19Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith
2014-04-18Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith
2014-04-18Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith
2014-04-18Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith
2014-04-18Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith
2014-04-18blockfreq: Rewrite BlockFrequencyInfoImplDuncan P. N. Exon Smith
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-06-28Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen
2013-06-25Print block frequencies in decimal form.Jakob Stoklund Olesen
2013-06-25BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer
2013-06-21Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer
2013-06-21BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-10-19Generalize the reading of probability metadata to work for both branchesChandler Carruth
2011-10-19Teach the BranchProbabilityInfo analysis pass to read any metadataChandler Carruth
2011-10-19Add pass printing support to BlockFrequencyInfo pass. The implementationChandler Carruth