summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/APFloatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* APFloat/x87: Fix string conversion for "unnormal" values (pr35860)Pavel Labath2018-05-091-0/+7
* Fix APFloat from string conversion for InfSerguei Katkov2017-12-191-0/+17
* Fix APFloat mod signSerguei Katkov2017-11-011-0/+14
* Revert rL316156 due to failure on APFloatTest.fromToStringSpecialsMax Kazantsev2017-10-191-16/+0
* Fix APFloat from string conversion for InfSerguei Katkov2017-10-191-0/+16
* Untabify.NAKAMURA Takumi2017-10-181-2/+2
* Untabify.NAKAMURA Takumi2017-08-281-1/+1
* [APFloat] Fix IsInteger() for DoubleAPFloat.Davide Italiano2017-08-211-0/+18
* [ADT] Fix another "oops" spotted by eddyb and reported in IRC.Chandler Carruth2017-07-101-1/+1
* [ADT] Fix a test case to use a correct escape for a null byte followedChandler Carruth2017-07-091-7/+7
* [AsmWriter/APFloat] FP constant printing: Avoid usage of locale dependent snp...Serguei Katkov2017-04-211-2/+19
* Fix 80-column violation in previous commit.Stephen Canon2017-03-311-1/+2
* Fix APFloat mod (committing for simonbyrne)Stephen Canon2017-03-311-2/+65
* DAGCombiner: Allow negating ConstantFP after legalizeMatt Arsenault2017-01-251-0/+22
* [APFloat] Add PPCDoubleDouble multiplicationTim Shen2017-01-241-34/+173
* [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble...Tim Shen2017-01-231-17/+114
* [APFloatTest] Add tests for various operationsTim Shen2017-01-051-4/+271
* [APFloatTest] Log when test fails. NFCTim Shen2016-12-161-7/+21
* Adapt to recent APFloat changeStephan Bergmann2016-12-141-6/+6
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-820/+820
* [APFloatTest] Use std::make_tuple to make GCC 4.8 happyTim Shen2016-12-121-35/+38
* [APFloat] Implement PPCDoubleDouble add and subtract.Tim Shen2016-12-121-16/+119
* [APFloat] Make functions that produce APFloaat objects use correct semantics.Tim Shen2016-11-061-0/+28
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* APFloat: Fix signalling nans for scalbnMatt Arsenault2016-03-231-1/+16
* APFloat: Add frexpMatt Arsenault2016-03-211-1/+127
* APFloat: Fix ilogb for denormalsMatt Arsenault2016-03-131-2/+16
* APFloat: Fix scalbn handling of denormalsMatt Arsenault2016-03-131-22/+135
* Add isInteger() to APFloat.Stephen Canon2015-11-161-1/+15
* Drop the hacks used for partial C99 math libraries.Benjamin Kramer2015-03-091-3/+4
* [APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.Lang Hames2015-01-041-0/+41
* [ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.Lang Hames2014-11-191-0/+12
* [ADT] Add an (ADL-friendly) abs free function for APFloat that returnsChandler Carruth2014-10-101-0/+38
* Add minnum / maxnum to APFloatMatt Arsenault2014-10-101-0/+22
* [ADT] Replace the logb implementation with the simpler and much closerChandler Carruth2014-10-101-49/+27
* [ADT] Add the scalbn function for APFloat.Chandler Carruth2014-10-101-0/+43
* [ADT] Implement the 'logb' functionality for APFloat. This is necessaryChandler Carruth2014-10-101-0/+51
* [ADT] Add basic operator overloads for arithmetic to APFloat to makeChandler Carruth2014-10-091-0/+20
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-3/+3
* APFloat: x - NaN needs to flip the signbit of NaN when x is a number.Stephen Canon2014-06-081-24/+24
* Change default # of digits for APFloat::toStringEli Friedman2013-08-291-4/+5
* Revert r189442 "Change default # of digits for APFloat::toString"Ted Kremenek2013-08-281-5/+4
* Change default # of digits for APFloat::toStringEli Friedman2013-08-281-4/+5
* [APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman2013-07-271-86/+36
* Handle '.' correctly in hex float literal parsing.Eli Friedman2013-07-171-1/+6
* [APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman2013-07-011-0/+25
* [APFloat] Added unittest for APFloat.divide that checks special cases, result...Michael Gottesman2013-06-271-0/+304
* Removed two logging printf statements from the APFloat tests... = /.Michael Gottesman2013-06-271-8/+0
* [APFloat] Added unittest for APFloat.multiply that checks special cases, resu...Michael Gottesman2013-06-261-0/+307
* [APFloat] Added unittest for APFloat.subtract that checks special cases, resu...Michael Gottesman2013-06-261-0/+303
OpenPOWER on IntegriCloud