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
*
[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
*
[APFloat] Removed debugging cruft that snuck in.
Michael Gottesman
2013-06-26
1
-4
/
+0
*
[APFloat] Removed trailing whitespace from unittests.
Michael Gottesman
2013-06-24
1
-14
/
+14
*
[APFloat] Added a large unittest for APFloat.add that checks that special val...
Michael Gottesman
2013-06-24
1
-0
/
+302
*
[APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.
Michael Gottesman
2013-06-20
1
-7
/
+7
*
[APFloat] Fix typo in test so we actually test if we handle denormals.
Michael Gottesman
2013-06-20
1
-4
/
+4
*
[APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests...
Michael Gottesman
2013-06-19
1
-8
/
+8
*
[APFloat] Added isFiniteNonZero predicate.
Michael Gottesman
2013-06-19
1
-0
/
+28
*
IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).
Michael Gottesman
2013-06-04
1
-0
/
+61
*
Try to avoid "integer literal too big" warnings from older GCCs.
Benjamin Kramer
2013-06-01
1
-7
/
+7
*
[APFloat] Added a unittest for APFloat::getZero.
Michael Gottesman
2013-05-31
1
-0
/
+37
[next]