Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dede81ea72a786cdbd88fe8e3ff74865a03d464c
/
llvm
/
lib
/
Support
/
BranchProbability.cpp
eb2a254
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
by Yaron Keren
· 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
2a63631
[BranchProbability] Manually round the floating point output.
by Benjamin Kramer
· 10 years ago
15ea016
Use fixed-point representation for BranchProbability.
by Cong Hou
· 10 years ago
bdc1e2a
BranchProb: Simplify printing code
by Duncan P. N. Exon Smith
· 11 years ago
f857407
Support: remove unnecessary namespace
by Duncan P. N. Exon Smith
· 11 years ago
415e765
Support: Add BranchProbability::scale() and ::scaleByInverse()
by Duncan P. N. Exon Smith
· 11 years ago
cc0ed6b
Print branch probabilities as percentages.
by Benjamin Kramer
· 14 years ago
929f53f
Add compare operators to BranchProbability and use it to determine if an edge is hot.
by Benjamin Kramer
· 14 years ago
e92d047
BranchProbability::print returns void now.
by Jakub Staszak
· 14 years ago
3d4e64b
Branch profiling: floating-point avoidance.
by Andrew Trick
· 14 years ago