Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dede81ea72a786cdbd88fe8e3ff74865a03d464c
/
llvm
/
lib
/
CodeGen
/
MachineBranchProbabilityInfo.cpp
e34ed83
[MBP] add comments and bug fix
by Xinliang David Li
· 9 years ago
9f2bdfb
Set machine block placement hot prob threshold for both static and runtime profile.
by Dehao Chen
· 9 years ago
ff28737
Replace hard coded probability threshold with parameter /NFC
by Xinliang David Li
· 9 years ago
fd0d62b
Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight() interfaces from MBPI.
by Cong Hou
· 10 years ago
d97c100
Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces.
by Cong Hou
· 10 years ago
1dbaf67
Revert r254348: "Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces."
by Hans Wennborg
· 10 years ago
fa1917c
Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces.
by Cong Hou
· 10 years ago
ec10587
Revert r244154 which causes some build failure. See https://llvm.org/bugs/show_bug.cgi?id=24377.
by Cong Hou
· 10 years ago
36e7e52
Record whether the weights on out-edges from a MBB are normalized.
by Cong Hou
· 10 years ago
c0196b1
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
936aef9
blockfreq: Use const in MachineBlockFrequencyInfo
by Duncan P. N. Exon Smith
· 12 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
6bae2a5
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
by Jakob Stoklund Olesen
· 13 years ago
0556be9
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
by Jakob Stoklund Olesen
· 13 years ago
c0b61ff
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
by Jakob Stoklund Olesen
· 13 years ago
96f8c55
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
by Jakub Staszak
· 14 years ago
a379b181
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
a9e71fa
Reuse the logic in getEdgeProbability within getHotSucc in order to
by Chandler Carruth
· 14 years ago
ed5aa54
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
by Chandler Carruth
· 14 years ago
47c3f2d
Use BranchProbability compare operators.
by Benjamin Kramer
· 14 years ago
12a43bd
Introduce MachineBranchProbabilityInfo class, which has similar API to
by Jakub Staszak
· 14 years ago