index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Analysis
/
BranchProbabilityInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-3
/
+3
*
Reland "b19ec1eb3d0c [BPI] Improve unreachable/ColdCall heurstics to handle l...
Taewook Oh
2019-12-02
2
-0
/
+44
*
Revert b19ec1eb3d0c
taewookoh
2019-11-27
2
-44
/
+0
*
[BPI] Improve unreachable/ColdCall heurstics to handle loops.
Taewook Oh
2019-11-27
2
-0
/
+44
*
[BPI] Adjust the probability for floating point unordered comparison
Guozhi Wei
2019-09-10
1
-0
/
+41
*
[BPI] Look through bitcasts in calcZeroHeuristic
Sam Parker
2019-02-15
1
-0
/
+103
*
[BPI] Apply invoke heuristic before loop branch heuristic
Artur Pilipenko
2018-06-08
1
-0
/
+32
*
[BPI] Detect branches in loops that make themselves not taken
John Brawn
2018-02-23
1
-0
/
+88
*
[BranchProbabilityInfo] Handle irreducible loops.
Geoff Berry
2017-11-01
1
-0
/
+37
*
[BPI] Don't assume that strcmp returning >0 is more likely than <0
John Brawn
2017-06-08
1
-0
/
+264
*
[BPI] Reduce the probability of unreachable edge to minimal value greater than 0
Serguei Katkov
2017-05-18
3
-34
/
+34
*
[BPI] Ignore remainder while distributing the remaining probability from unre...
Serguei Katkov
2017-05-12
1
-3
/
+3
*
[BPI] Use metadata info before any other heuristics
Serguei Katkov
2017-04-17
1
-0
/
+225
*
[BPI] Refactor post domination calculation and simple fix for ColdCall
Serguei Katkov
2017-04-12
1
-0
/
+37
*
Enhance calcColdCallHeuristics for InvokeInst
Jun Bum Lim
2016-09-23
1
-0
/
+93
*
[BPI] Add new LazyBPI analysis
Adam Nemet
2016-07-28
1
-0
/
+1
*
[PM] Port Branch Probability Analysis pass to the new pass manager.
Xinliang David Li
2016-05-05
6
-1
/
+7
*
[BPI] Consider deoptimize calls as "unreachable"
Sanjoy Das
2016-04-18
1
-0
/
+20
*
[BPI] Replace weights by probabilities in BPI.
Cong Hou
2015-12-22
1
-5
/
+5
*
Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst
Jun Bum Lim
2015-12-21
1
-0
/
+45
*
Revert "Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst"
Rafael Espindola
2015-12-18
1
-45
/
+0
*
Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst
Jun Bum Lim
2015-12-18
1
-0
/
+45
*
Use fixed-point representation for BranchProbability.
Cong Hou
2015-09-25
5
-125
/
+125
*
Fix information loss in branch probability computation.
Diego Novillo
2015-05-07
1
-0
/
+84
*
Re-apply r234898 and fix tests.
Daniel Jasper
2015-04-15
1
-0
/
+28
*
Revert "The code that originally made me discover this is:"
Rafael Espindola
2015-04-14
1
-28
/
+0
*
The code that originally made me discover this is:
Daniel Jasper
2015-04-14
1
-0
/
+28
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
3
-15
/
+15
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
3
-10
/
+10
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-3
/
+3
*
Fix a bug in which BranchProbabilityInfo wasn't setting branch weights of bas...
Akira Hatanaka
2014-04-14
2
-21
/
+79
*
Consider (x == -1) unlikely in BranchProbabilityInfo
Hal Finkel
2013-11-01
1
-0
/
+39
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
1
-0
/
+58
*
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
1
-0
/
+27
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Make the unreachable probability much much heavier. The previous
Chandler Carruth
2011-12-22
1
-9
/
+9
*
Fix the API usage in loop probability heuristics. It was incorrectly
Chandler Carruth
2011-10-25
1
-0
/
+365
*
Remove return heuristics from the static branch probabilities, and
Chandler Carruth
2011-10-24
1
-0
/
+79
*
Teach the BranchProbabilityInfo pass to print its results, and use that
Chandler Carruth
2011-10-23
2
-0
/
+93