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
/
ADT
/
APFloatTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
APFloat/x87: Fix string conversion for "unnormal" values (pr35860)
Pavel Labath
2018-05-09
1
-0
/
+7
*
Fix APFloat from string conversion for Inf
Serguei Katkov
2017-12-19
1
-0
/
+17
*
Fix APFloat mod sign
Serguei Katkov
2017-11-01
1
-0
/
+14
*
Revert rL316156 due to failure on APFloatTest.fromToStringSpecials
Max Kazantsev
2017-10-19
1
-16
/
+0
*
Fix APFloat from string conversion for Inf
Serguei Katkov
2017-10-19
1
-0
/
+16
*
Untabify.
NAKAMURA Takumi
2017-10-18
1
-2
/
+2
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-1
/
+1
*
[APFloat] Fix IsInteger() for DoubleAPFloat.
Davide Italiano
2017-08-21
1
-0
/
+18
*
[ADT] Fix another "oops" spotted by eddyb and reported in IRC.
Chandler Carruth
2017-07-10
1
-1
/
+1
*
[ADT] Fix a test case to use a correct escape for a null byte followed
Chandler Carruth
2017-07-09
1
-7
/
+7
*
[AsmWriter/APFloat] FP constant printing: Avoid usage of locale dependent snp...
Serguei Katkov
2017-04-21
1
-2
/
+19
*
Fix 80-column violation in previous commit.
Stephen Canon
2017-03-31
1
-1
/
+2
*
Fix APFloat mod (committing for simonbyrne)
Stephen Canon
2017-03-31
1
-2
/
+65
*
DAGCombiner: Allow negating ConstantFP after legalize
Matt Arsenault
2017-01-25
1
-0
/
+22
*
[APFloat] Add PPCDoubleDouble multiplication
Tim Shen
2017-01-24
1
-34
/
+173
*
[APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble...
Tim Shen
2017-01-23
1
-17
/
+114
*
[APFloatTest] Add tests for various operations
Tim Shen
2017-01-05
1
-4
/
+271
*
[APFloatTest] Log when test fails. NFC
Tim Shen
2016-12-16
1
-7
/
+21
*
Adapt to recent APFloat change
Stephan Bergmann
2016-12-14
1
-6
/
+6
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-820
/
+820
*
[APFloatTest] Use std::make_tuple to make GCC 4.8 happy
Tim Shen
2016-12-12
1
-35
/
+38
*
[APFloat] Implement PPCDoubleDouble add and subtract.
Tim Shen
2016-12-12
1
-16
/
+119
*
[APFloat] Make functions that produce APFloaat objects use correct semantics.
Tim Shen
2016-11-06
1
-0
/
+28
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
APFloat: Fix signalling nans for scalbn
Matt Arsenault
2016-03-23
1
-1
/
+16
*
APFloat: Add frexp
Matt Arsenault
2016-03-21
1
-1
/
+127
*
APFloat: Fix ilogb for denormals
Matt Arsenault
2016-03-13
1
-2
/
+16
*
APFloat: Fix scalbn handling of denormals
Matt Arsenault
2016-03-13
1
-22
/
+135
*
Add isInteger() to APFloat.
Stephen Canon
2015-11-16
1
-1
/
+15
*
Drop the hacks used for partial C99 math libraries.
Benjamin Kramer
2015-03-09
1
-3
/
+4
*
[APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.
Lang Hames
2015-01-04
1
-0
/
+41
*
[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.
Lang Hames
2014-11-19
1
-0
/
+12
*
[ADT] Add an (ADL-friendly) abs free function for APFloat that returns
Chandler Carruth
2014-10-10
1
-0
/
+38
*
Add minnum / maxnum to APFloat
Matt Arsenault
2014-10-10
1
-0
/
+22
*
[ADT] Replace the logb implementation with the simpler and much closer
Chandler Carruth
2014-10-10
1
-49
/
+27
*
[ADT] Add the scalbn function for APFloat.
Chandler Carruth
2014-10-10
1
-0
/
+43
*
[ADT] Implement the 'logb' functionality for APFloat. This is necessary
Chandler Carruth
2014-10-10
1
-0
/
+51
*
[ADT] Add basic operator overloads for arithmetic to APFloat to make
Chandler Carruth
2014-10-09
1
-0
/
+20
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-3
/
+3
*
APFloat: x - NaN needs to flip the signbit of NaN when x is a number.
Stephen Canon
2014-06-08
1
-24
/
+24
*
Change default # of digits for APFloat::toString
Eli Friedman
2013-08-29
1
-4
/
+5
*
Revert r189442 "Change default # of digits for APFloat::toString"
Ted Kremenek
2013-08-28
1
-5
/
+4
*
Change default # of digits for APFloat::toString
Eli Friedman
2013-08-28
1
-4
/
+5
*
[APFloat] Make all arithmetic operations with NaN produce positive NaNs.
Michael Gottesman
2013-07-27
1
-86
/
+36
*
Handle '.' correctly in hex float literal parsing.
Eli Friedman
2013-07-17
1
-1
/
+6
*
[APFloat] Ensure that we can properly parse strings that do not have null ter...
Michael Gottesman
2013-07-01
1
-0
/
+25
*
[APFloat] Added unittest for APFloat.divide that checks special cases, result...
Michael Gottesman
2013-06-27
1
-0
/
+304
*
Removed two logging printf statements from the APFloat tests... = /.
Michael Gottesman
2013-06-27
1
-8
/
+0
*
[APFloat] Added unittest for APFloat.multiply that checks special cases, resu...
Michael Gottesman
2013-06-26
1
-0
/
+307
*
[APFloat] Added unittest for APFloat.subtract that checks special cases, resu...
Michael Gottesman
2013-06-26
1
-0
/
+303
[next]