summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/APFloatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-4/+7
* [APFloat] Fix fusedMultiplyAdd when `this` equals to `Addend`Ehud Katz2020-01-071-0/+8
* [APFloat] Fix compilation warningsEhud Katz2020-01-061-20/+6
* [APFloat] Add recoverable string parsing errors to APFloatEhud Katz2020-01-061-122/+130
* [APFloat] Prevent construction of APFloat with Semantics and FP valueEhud Katz2019-12-041-13/+13
* [APFloat] Enlarge ExponentType to 32bit integerEhud Katz2019-11-221-15/+117
* [APFloat] Fix subtraction of subnormal numbersEhud Katz2019-11-221-0/+9
* [MC] Fix floating-point literal lexing.Eli Friedman2019-03-281-30/+27
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* APFloat: allow 64-bit of payloadJF Bastien2018-12-101-22/+38
* [Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functionsThomas Lively2018-10-131-0/+30
* 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
OpenPOWER on IntegriCloud