summaryrefslogtreecommitdiff
path: root/test/Analysis/BranchProbabilityInfo
AgeCommit message (Expand)Author
2017-11-01[BranchProbabilityInfo] Handle irreducible loops.Geoff Berry
2017-06-08[BPI] Don't assume that strcmp returning >0 is more likely than <0John Brawn
2017-05-18[BPI] Reduce the probability of unreachable edge to minimal value greater than 0Serguei Katkov
2017-05-12[BPI] Ignore remainder while distributing the remaining probability from unre...Serguei Katkov
2017-04-17[BPI] Use metadata info before any other heuristicsSerguei Katkov
2017-04-12[BPI] Refactor post domination calculation and simple fix for ColdCallSerguei Katkov
2016-09-23Enhance calcColdCallHeuristics for InvokeInstJun Bum Lim
2016-07-28[BPI] Add new LazyBPI analysisAdam Nemet
2016-05-05[PM] Port Branch Probability Analysis pass to the new pass manager.Xinliang David Li
2016-04-18[BPI] Consider deoptimize calls as "unreachable"Sanjoy Das
2015-12-22[BPI] Replace weights by probabilities in BPI.Cong Hou
2015-12-21Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInstJun Bum Lim
2015-12-18Revert "Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst"Rafael Espindola
2015-12-18Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInstJun Bum Lim
2015-09-25Use fixed-point representation for BranchProbability.Cong Hou
2015-05-07Fix information loss in branch probability computation.Diego Novillo
2015-04-15Re-apply r234898 and fix tests.Daniel Jasper
2015-04-14Revert "The code that originally made me discover this is:"Rafael Espindola
2015-04-14The code that originally made me discover this is:Daniel Jasper
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-04-14Fix a bug in which BranchProbabilityInfo wasn't setting branch weights of bas...Akira Hatanaka
2013-11-01Consider (x == -1) unlikely in BranchProbabilityInfoHal Finkel
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-05-24Add a new function attribute 'cold' to functions.Diego Novillo
2012-08-24BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-12-22Make the unreachable probability much much heavier. The previousChandler Carruth
2011-10-25Fix the API usage in loop probability heuristics. It was incorrectlyChandler Carruth
2011-10-24Remove return heuristics from the static branch probabilities, andChandler Carruth
2011-10-23Teach the BranchProbabilityInfo pass to print its results, and use thatChandler Carruth