Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b13c91f159fa9b631cb15dc02ea0b72b2802ac4d
/
llvm
/
lib
/
CodeGen
/
MachineBlockFrequencyInfo.cpp
0ac8eb9
CodeGen: Avoid ilist iterator implicit conversions in a few more places, NFC
by Duncan P. N. Exon Smith
· 10 years ago
5e67b66
Rename doFunction() in BFI to calculate() and change its parameters from pointers to references.
by Cong Hou
· 10 years ago
e69170a
Revert "Introduce a string_ostream string builder facilty"
by Alp Toker
· 11 years ago
6147173
Introduce a string_ostream string builder facilty
by Alp Toker
· 11 years ago
1b9dde0
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 11 years ago
10be9a8
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
by Duncan P. N. Exon Smith
· 11 years ago
e63327e
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
by Duncan P. N. Exon Smith
· 12 years ago
875ddfa
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
by Duncan P. N. Exon Smith
· 12 years ago
76b8136
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
by Duncan P. N. Exon Smith
· 12 years ago
b3caf36
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
by Duncan P. N. Exon Smith
· 12 years ago
0842ff3
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
by Duncan P. N. Exon Smith
· 12 years ago
f8361d1
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
by Duncan P. N. Exon Smith
· 12 years ago
e576167
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
by Duncan P. N. Exon Smith
· 12 years ago
12e68e1
blockfreq: Rewrite BlockFrequencyInfoImpl
by Duncan P. N. Exon Smith
· 12 years ago
689a507
blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImpl
by Duncan P. N. Exon Smith
· 12 years ago
3dbe105
blockfreq: Implement Pass::releaseMemory()
by Duncan P. N. Exon Smith
· 12 years ago
936aef9
blockfreq: Use const in MachineBlockFrequencyInfo
by Duncan P. N. Exon Smith
· 12 years ago
5e985ee
[block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFreq() in all *BlockFrequencyInfo*.
by Michael Gottesman
· 12 years ago
b0c1ed8
[block-freq] Update BlockFrequencyInfo/MachineBlockFrequencyInfo to use the new print methods.
by Michael Gottesman
· 12 years ago
fd5c4b2
[block-freq] Add the equivalent methods to MachineBlockFrequencyInfo and BlockFrequencyInfo that were added to BlockFrequencyImpl in r197285 and r197284.
by Michael Gottesman
· 12 years ago
748fe48
Fixed various whitespace/spelling/80+ issues.
by Michael Gottesman
· 12 years ago
65bbcdf
Added MachineBlockFrequencyInfo::view for displaying the block frequency propagation graph via graphviz.
by Michael Gottesman
· 12 years ago
8667931
BlockFrequency: Bump up the entry frequency a bit.
by Benjamin Kramer
· 12 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
96f8c55
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
by Jakub Staszak
· 14 years ago
a60d130
Add more constantness in BlockFrequencyInfo.
by Jakub Staszak
· 14 years ago
da3df43
Use BlockFrequency instead of uint32_t in BlockFrequencyInfo.
by Jakub Staszak
· 14 years ago
875ebd5
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
by Jakub Staszak
· 14 years ago
[Renamed (66%) from llvm/lib/CodeGen/MachineBlockFrequency.cpp]
b82bbf4
Allow getBlockFreq to return 0.
by Jakub Staszak
· 14 years ago
cb7c0a4
Add missing getAnalysisUsage in MachineBlockFrequency.
by Jakub Staszak
· 14 years ago
2713117
Add MachineBlockFrequency analysis.
by Jakub Staszak
· 14 years ago