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
/
ScaledNumberTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix infinite recursion in ScaledNumber::toInt.
Diego Novillo
2015-05-01
1
-0
/
+5
*
Fix private constructor for ScaledNumber.
Diego Novillo
2015-04-30
1
-0
/
+24
*
Fix typo in comment. NFC.
Diego Novillo
2015-04-30
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+0
*
Remove unused typedef. GCC warns about this.
Benjamin Kramer
2014-07-01
1
-3
/
+0
*
Support: Return ScaledNumbers::MaxScale from getQuotient()
Duncan P. N. Exon Smith
2014-06-24
1
-4
/
+4
*
Support: Extract ScaledNumbers::getSum() and getDifference()
Duncan P. N. Exon Smith
2014-06-23
1
-0
/
+150
*
Support: Return scale from ScaledNumbers::matchScales()
Duncan P. N. Exon Smith
2014-06-23
1
-1
/
+1
*
Support: Extract ScaledNumbers::matchScale()
Duncan P. N. Exon Smith
2014-06-23
1
-0
/
+64
*
Cleanup r211507
Duncan P. N. Exon Smith
2014-06-23
1
-1
/
+1
*
Support: Extract ScaledNumbers::compare()
Duncan P. N. Exon Smith
2014-06-23
1
-0
/
+37
*
Support: ScaledNumber: Fix inconsistent test names
Duncan P. N. Exon Smith
2014-06-20
1
-6
/
+6
*
Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+94
*
Support: Write ScaledNumber::getQuotient() and getProduct()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+112
*
Support: Mark end of namespaces
Duncan P. N. Exon Smith
2014-06-20
1
-1
/
+2
*
Support: Clean up getRounded() tests
Duncan P. N. Exon Smith
2014-06-20
1
-14
/
+12
*
Support: Write ScaledNumbers::getAdjusted()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+23
*
Support: Write ScaledNumbers::getRounded()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+60