summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BranchProbabilityInfo/basic.ll
Commit message (Expand)AuthorAgeFilesLines
* Reland "b19ec1eb3d0c [BPI] Improve unreachable/ColdCall heurstics to handle l...Taewook Oh2019-12-021-0/+18
* Revert b19ec1eb3d0ctaewookoh2019-11-271-18/+0
* [BPI] Improve unreachable/ColdCall heurstics to handle loops.Taewook Oh2019-11-271-0/+18
* [BPI] Reduce the probability of unreachable edge to minimal value greater than 0Serguei Katkov2017-05-181-21/+21
* [BPI] Ignore remainder while distributing the remaining probability from unre...Serguei Katkov2017-05-121-3/+3
* [BPI] Use metadata info before any other heuristicsSerguei Katkov2017-04-171-0/+225
* [BPI] Refactor post domination calculation and simple fix for ColdCallSerguei Katkov2017-04-121-0/+37
* Enhance calcColdCallHeuristics for InvokeInstJun Bum Lim2016-09-231-0/+93
* [BPI] Add new LazyBPI analysisAdam Nemet2016-07-281-0/+1
* [PM] Port Branch Probability Analysis pass to the new pass manager.Xinliang David Li2016-05-051-0/+1
* Use fixed-point representation for BranchProbability.Cong Hou2015-09-251-34/+34
* Re-apply r234898 and fix tests.Daniel Jasper2015-04-151-0/+28
* Revert "The code that originally made me discover this is:"Rafael Espindola2015-04-141-28/+0
* The code that originally made me discover this is:Daniel Jasper2015-04-141-0/+28
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-3/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-3/+3
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-3/+3
* Consider (x == -1) unlikely in BranchProbabilityInfoHal Finkel2013-11-011-0/+39
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-0/+58
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-241-0/+27
* Teach the BranchProbabilityInfo pass to print its results, and use thatChandler Carruth2011-10-231-0/+90
OpenPOWER on IntegriCloud