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
/
lib
/
Support
/
ScaledNumber.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
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-1
/
+1
*
Remove some unneeded headers and replace some headers with forward class decl...
Mehdi Amini
2016-04-16
1
-0
/
+1
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+0
*
Clean up static analyzer warnings.
Michael Ilseman
2014-12-12
1
-2
/
+1
*
Silence static analyzer warnings in LLVMSupport.
Michael Ilseman
2014-12-11
1
-0
/
+2
*
Fix undefined behavior (left shift by 64 bits) in ScaledNumber::toString().
Alexey Samsonov
2014-08-20
1
-0
/
+3
*
Support: Move class ScaledNumber
Duncan P. N. Exon Smith
2014-06-24
1
-0
/
+187
*
Support: Extract ScaledNumbers::compare()
Duncan P. N. Exon Smith
2014-06-23
1
-0
/
+13
*
Support: Write ScaledNumber::getQuotient() and getProduct()
Duncan P. N. Exon Smith
2014-06-20
1
-0
/
+119