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
/
unittests
/
Support
/
BlockFrequencyTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add - and -= operators to BlockFrequency using saturating arithmetic.
Cong Hou
2015-10-12
1
-0
/
+6
*
Use fixed-point representation for BranchProbability.
Cong Hou
2015-09-25
1
-6
/
+6
*
Support: Add missing header to BlockFrequencyTest.cpp, NFC
Duncan P. N. Exon Smith
2015-02-02
1
-0
/
+9
*
Support: More BlockFrequencyTest => BranchProbabilityTest
Duncan P. N. Exon Smith
2014-04-29
1
-29
/
+0
*
Support: BlockFrequencyTest => BranchProbabilityTest
Duncan P. N. Exon Smith
2014-04-29
1
-97
/
+0
*
blockfreq: Defer to BranchProbability::scale() (again)
Duncan P. N. Exon Smith
2014-04-29
1
-96
/
+87
*
[block-freq] Add a right shift to BlockFrequency that saturates at 1.
Michael Gottesman
2013-12-14
1
-0
/
+8
*
[block-freq] Update data in test case to be unsigned long long to fix mingw b...
Michael Gottesman
2013-11-22
1
-80
/
+80
*
[block-freq] Add BlockFrequency::scale that returns a remainder from the divi...
Michael Gottesman
2013-11-17
1
-0
/
+133
*
Fix a bad overflow check pointed out by Ben.
Jakob Stoklund Olesen
2013-06-28
1
-0
/
+5
*
Add a division operator to BlockFrequency.
Jakob Stoklund Olesen
2013-06-28
1
-0
/
+18
*
Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...
Benjamin Kramer
2013-06-21
1
-12
/
+1
*
BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...
Benjamin Kramer
2013-06-21
1
-1
/
+12
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-2
/
+1
*
For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long lon...
Benjamin Kramer
2012-06-17
1
-1
/
+1
*
Implement comparison operators for BranchProbability in a way that can't over...
Benjamin Kramer
2011-10-24
1
-0
/
+9
*
Add compare operators to BranchProbability and use it to determine if an edge...
Benjamin Kramer
2011-10-23
1
-0
/
+20
*
Add test cases for BlockFrequency.
Jakub Staszak
2011-07-27
1
-0
/
+56