Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Analysis / BranchProbabilityInfo /
2015-12-18 Rafael EspindolaRevert "Enhance BranchProbabilityInfo::calcUnreachableH...
2015-12-18 Jun Bum LimEnhance BranchProbabilityInfo::calcUnreachableHeuristic...
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-05-07 Diego NovilloFix information loss in branch probability computation.
2015-04-15 Daniel JasperRe-apply r234898 and fix tests.
2015-04-14 Rafael EspindolaRevert "The code that originally made me discover this...
2015-04-14 Daniel JasperThe code that originally made me discover this is:
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-04-14 Akira HatanakaFix a bug in which BranchProbabilityInfo wasn't setting...
2013-11-01 Hal FinkelConsider (x == -1) unlikely in BranchProbabilityInfo
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-22 Chandler CarruthMake the unreachable probability much much heavier...
2011-10-25 Chandler CarruthFix the API usage in loop probability heuristics. It...
2011-10-24 Chandler CarruthRemove return heuristics from the static branch probabi...
2011-10-23 Chandler CarruthTeach the BranchProbabilityInfo pass to print its resul...