index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineBranchProbabilityInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-6
/
+8
*
Add editor C++ filetype declaration no functionality change.
Michael Gottesman
2013-08-12
1
-1
/
+1
*
Remove blank line before block comment.
Eric Christopher
2013-03-20
1
-1
/
+0
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-2
/
+2
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-2
/
+2
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-20
1
-3
/
+6
*
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
Jakob Stoklund Olesen
2012-08-08
1
-6
/
+3
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-08
1
-3
/
+6
*
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
1
-2
/
+3
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Under the hood, MBPI is doing a linear scan of every successor every
Chandler Carruth
2011-11-14
1
-5
/
+5
*
Reuse the logic in getEdgeProbability within getHotSucc in order to
Chandler Carruth
2011-11-14
1
-0
/
+1
*
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
1
-2
/
+4
*
Add a cautionary note to this API. It was not at all obvious to me how
Chandler Carruth
2011-11-14
1
-0
/
+3
*
- Make BranchProbability constructor public.
Jakub Staszak
2011-07-10
1
-0
/
+1
*
Introduce MachineBranchProbabilityInfo class, which has similar API to
Jakub Staszak
2011-06-16
1
-0
/
+77