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
/
lib
/
CodeGen
/
MachineBlockFrequencyInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Irreducible loop metadata for more accurate block frequency under PGO.
Hiroshi Yamauchi
2017-11-02
1
-0
/
+6
*
Add options to dump block frequency/branch probability info in text.
Hiroshi Yamauchi
2017-08-26
1
-0
/
+13
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-24
1
-18
/
+20
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-3
/
+3
*
include function name in dot filename
Xinliang David Li
2017-02-15
1
-5
/
+4
*
Add new pass LazyMachineBlockFrequencyInfo
Adam Nemet
2017-02-14
1
-4
/
+10
*
[PGO] internal option cleanups
Xinliang David Li
2017-02-02
1
-0
/
+4
*
[PGO] make graph view internal options available for all builds
Xinliang David Li
2017-02-02
1
-9
/
+0
*
Add support to dump dot graph block layout after MBP
Xinliang David Li
2017-01-29
1
-5
/
+48
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-3
/
+1
*
s/static inline/static/ for headers I have changed in r279475. NFC.
Tim Shen
2016-08-31
1
-1
/
+1
*
[GraphTraits] Replace all NodeType usage with NodeRef
Tim Shen
2016-08-22
1
-7
/
+3
*
[GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRef
Tim Shen
2016-08-19
1
-3
/
+3
*
[GraphWriter] Change GraphWriter to use NodeRef in GraphTraits
Tim Shen
2016-08-17
1
-0
/
+1
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-02
1
-0
/
+6
*
Revert r277313 and r277314.
Sean Silva
2016-08-01
1
-6
/
+0
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-01
1
-0
/
+6
*
Fixed MSVC unresolved symbol error due to an incorrectly declared extern
Simon Pilgrim
2016-06-28
1
-1
/
+1
*
[BFI/MBFI]: cfg graph view with color scheme
Xinliang David Li
2016-06-28
1
-1
/
+9
*
[BFI]: enhance BFI graph dump
Xinliang David Li
2016-06-28
1
-4
/
+3
*
[BFI]: graph viewer code refactoring
Xinliang David Li
2016-06-28
1
-47
/
+11
*
[BFI]: code cleanup
Xinliang David Li
2016-06-28
1
-4
/
+9
*
[MBFI]: Add a new suboption for graph viewer
Xinliang David Li
2016-06-22
1
-3
/
+19
*
[MBFI]: show branch probability in DOT graph
Xinliang David Li
2016-06-22
1
-0
/
+18
*
Add an option to enable MBFI dot viewer for a given function
Xinliang David Li
2016-06-22
1
-1
/
+6
*
Clang format change /NFC
Xinliang David Li
2016-06-21
1
-35
/
+27
*
CodeGen: Avoid ilist iterator implicit conversions in a few more places, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-1
/
+1
*
Rename doFunction() in BFI to calculate() and change its parameters from poin...
Cong Hou
2015-07-15
1
-1
/
+1
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-3
/
+4
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-4
/
+3
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-21
1
-3
/
+9
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-19
1
-9
/
+3
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-19
1
-3
/
+9
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-19
1
-9
/
+3
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-18
1
-3
/
+9
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-18
1
-9
/
+3
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-18
1
-3
/
+9
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-18
1
-9
/
+3
*
blockfreq: Rewrite BlockFrequencyInfoImpl
Duncan P. N. Exon Smith
2014-04-18
1
-3
/
+9
*
blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImpl
Duncan P. N. Exon Smith
2014-04-11
1
-2
/
+2
*
blockfreq: Implement Pass::releaseMemory()
Duncan P. N. Exon Smith
2014-03-25
1
-10
/
+10
*
blockfreq: Use const in MachineBlockFrequencyInfo
Duncan P. N. Exon Smith
2014-03-25
1
-1
/
+1
*
[block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr...
Michael Gottesman
2013-12-14
1
-2
/
+2
*
[block-freq] Update BlockFrequencyInfo/MachineBlockFrequencyInfo to use the n...
Michael Gottesman
2013-12-14
1
-1
/
+1
*
[block-freq] Add the equivalent methods to MachineBlockFrequencyInfo and Bloc...
Michael Gottesman
2013-12-14
1
-0
/
+16
*
Fixed various whitespace/spelling/80+ issues.
Michael Gottesman
2013-12-03
1
-9
/
+16
*
Added MachineBlockFrequencyInfo::view for displaying the block frequency prop...
Michael Gottesman
2013-12-03
1
-0
/
+107
*
BlockFrequency: Bump up the entry frequency a bit.
Benjamin Kramer
2013-06-25
1
-5
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
[next]