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
/
BlockFrequencyInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BFI] Use rounding while computing profile counts.
Easwaran Raman
2018-08-16
1
-10
/
+10
*
[BPI] Apply invoke heuristic before loop branch heuristic
Artur Pilipenko
2018-06-08
1
-0
/
+35
*
Revert part of "Cleanup some GraphTraits iteration code"
Duncan P. N. Exon Smith
2017-12-08
1
-0
/
+22
*
Add heuristics for irreducible loop metadata under PGO
Hiroshi Yamauchi
2017-11-20
1
-0
/
+65
*
Simplify irreducible loop metadata test code.
Hiroshi Yamauchi
2017-11-14
1
-54
/
+7
*
Irreducible loop metadata for more accurate block frequency under PGO.
Hiroshi Yamauchi
2017-11-02
1
-0
/
+208
*
[BFI] Add new LazyBFI analysis pass
Adam Nemet
2016-07-13
1
-0
/
+1
*
[PM] port Branch Frequency Analaysis pass to new PM
Xinliang David Li
2016-05-05
10
-0
/
+10
*
Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge...
Cong Hou
2015-12-18
1
-2
/
+2
*
Use fixed-point representation for BranchProbability.
Cong Hou
2015-09-25
2
-6
/
+6
*
Fix PR 24723 - Handle 0-mass backedges in irreducible loops
Diego Novillo
2015-09-08
1
-0
/
+155
*
Add documentation for new backedge mass propagation in irregular loops.
Diego Novillo
2015-06-17
2
-83
/
+3
*
Fix PR 23525 - Separate header mass propagation in irregular loops.
Diego Novillo
2015-06-16
2
-7
/
+84
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-3
/
+3
*
Remove 4,096 loop scale limitation.
Diego Novillo
2015-04-01
2
-1
/
+206
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-1
/
+1
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
8
-40
/
+40
*
BFI: Saturate when combining edges to a successor
Duncan P. N. Exon Smith
2014-12-05
1
-0
/
+40
*
Fix typos
Alp Toker
2014-05-15
1
-5
/
+5
*
Reapply "blockfreq: Approximate irreducible control flow"
Duncan P. N. Exon Smith
2014-04-28
1
-56
/
+281
*
Revert "blockfreq: Approximate irreducible control flow"
Duncan P. N. Exon Smith
2014-04-25
1
-281
/
+56
*
blockfreq: Approximate irreducible control flow
Duncan P. N. Exon Smith
2014-04-25
1
-56
/
+281
*
blockfreq: Only one mass distribution per node
Duncan P. N. Exon Smith
2014-04-25
1
-0
/
+27
*
blockfreq: Use better branch weights in multiexit test
Duncan P. N. Exon Smith
2014-04-25
1
-7
/
+8
*
blockfreq: Clean up irreducible testcases
Duncan P. N. Exon Smith
2014-04-25
1
-47
/
+14
*
blockfreq: Skip irreducible backedges inside functions
Duncan P. N. Exon Smith
2014-04-22
1
-0
/
+31
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-21
6
-24
/
+546
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-19
6
-546
/
+24
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-19
6
-24
/
+546
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-19
6
-546
/
+24
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-18
6
-24
/
+546
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-18
6
-546
/
+24
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-18
6
-24
/
+546
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-18
6
-546
/
+24
*
blockfreq: Rewrite BlockFrequencyInfoImpl
Duncan P. N. Exon Smith
2014-04-18
6
-24
/
+546
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Minimize precision loss when computing cyclic probabilities.
Jakob Stoklund Olesen
2013-06-28
1
-0
/
+42
*
Print block frequencies in decimal form.
Jakob Stoklund Olesen
2013-06-25
1
-16
/
+16
*
BlockFrequency: Bump up the entry frequency a bit.
Benjamin Kramer
2013-06-25
1
-16
/
+16
*
Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...
Benjamin Kramer
2013-06-21
1
-65
/
+0
*
BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...
Benjamin Kramer
2013-06-21
1
-0
/
+65
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Generalize the reading of probability metadata to work for both branches
Chandler Carruth
2011-10-19
1
-0
/
+43
*
Teach the BranchProbabilityInfo analysis pass to read any metadata
Chandler Carruth
2011-10-19
1
-0
/
+25
*
Add pass printing support to BlockFrequencyInfo pass. The implementation
Chandler Carruth
2011-10-19
2
-0
/
+27