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
/
Analysis
/
BlockFrequencyInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] port Branch Frequency Analaysis pass to new PM
Xinliang David Li
2016-05-05
1
-0
/
+27
*
Add getBlockProfileCount method to BlockFrequencyInfo
Easwaran Raman
2016-03-23
1
-0
/
+14
*
Recommit r250345, it was reverted in r250366 to investigate a bot failure.
Manman Ren
2015-10-15
1
-0
/
+6
*
Temporarily revert r250345 to sort out bot failure.
Manman Ren
2015-10-15
1
-6
/
+0
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-14
1
-0
/
+6
*
Revert r250204 and r250240 due to bot failure. We failed to build PGO-ed clang.
Manman Ren
2015-10-14
1
-6
/
+0
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-13
1
-0
/
+6
*
Revert 250089 due to bot failure. It failed when building clang itself with PGO.
Manman Ren
2015-10-13
1
-6
/
+0
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-12
1
-0
/
+6
*
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
2015-10-10
1
-1
/
+1
*
Add new constructors for LoopInfo/DominatorTree/BFI/BPI
Cong Hou
2015-07-16
1
-0
/
+8
*
Create a wrapper pass for BranchProbabilityInfo.
Cong Hou
2015-07-15
1
-3
/
+4
*
Rename doFunction() in BFI to calculate() and change its parameters from poin...
Cong Hou
2015-07-15
1
-1
/
+1
*
Create a wrapper pass for BlockFrequencyInfo.
Wei Mi
2015-07-14
1
-32
/
+48
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-1
/
+1
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+3
*
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] Fix 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
-2
/
+6
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-19
1
-6
/
+2
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-19
1
-2
/
+6
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-19
1
-6
/
+2
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-18
1
-2
/
+6
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
Duncan P. N. Exon Smith
2014-04-18
1
-6
/
+2
*
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-18
1
-2
/
+6
*
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
Duncan P. N. Exon Smith
2014-04-18
1
-6
/
+2
*
blockfreq: Rewrite BlockFrequencyInfoImpl
Duncan P. N. Exon Smith
2014-04-18
1
-2
/
+6
*
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
-9
/
+10
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
BlockFrequencyInfo: Readded getEntryFreq.
Yuchen Wu
2013-12-20
1
-0
/
+4
*
[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
/
+11
*
Added BlockFrequencyInfo::view for displaying the block frequency propagation...
Michael Gottesman
2013-11-14
1
-0
/
+103
*
Fixed 80+ violations.
Michael Gottesman
2013-11-14
1
-5
/
+5
*
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
*
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
1
-1
/
+1
*
Add pass printing support to BlockFrequencyInfo pass. The implementation
Chandler Carruth
2011-10-19
1
-0
/
+4
*
Add more constantness in BlockFrequencyInfo.
Jakub Staszak
2011-08-03
1
-1
/
+1
*
Use BlockFrequency instead of uint32_t in BlockFrequencyInfo.
Jakub Staszak
2011-07-27
1
-1
/
+1
*
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-07-25
1
-0
/
+59