| Commit message (Expand) | Author | Age | Files | Lines |
| * | [APFloat] Fix checked error assert failures | Ehud Katz | 2020-01-09 | 1 | -3/+2 |
| * | [APFloat] Fix out of scope usage of a pointer to local variable | Ehud Katz | 2020-01-07 | 1 | -3/+7 |
| * | [APFloat] Fix fusedMultiplyAdd when `this` equals to `Addend` | Ehud Katz | 2020-01-07 | 1 | -9/+12 |
| * | [APFloat] Fix compilation warnings | Ehud Katz | 2020-01-06 | 1 | -1/+3 |
| * | [APFloat] Add recoverable string parsing errors to APFloat | Ehud Katz | 2020-01-06 | 1 | -58/+95 |
| * | [APFloat] Fix subtraction of subnormal numbers | Ehud Katz | 2019-11-22 | 1 | -7/+4 |
| * | [clang] Add storage for APValue in ConstantExpr | Gauthier Harnisch | 2019-06-15 | 1 | -0/+36 |
| * | [APFloat] APFloat::Storage::Storage - refix use after move | Nick Desaulniers | 2019-06-07 | 1 | -1/+2 |
| * | Revert rL360675 : [APFloat] APFloat::Storage::Storage - fix use after move | Simon Pilgrim | 2019-05-15 | 1 | -3/+3 |
| * | [APFloat] APFloat::Storage::Storage - fix use after move | Simon Pilgrim | 2019-05-14 | 1 | -3/+3 |
| * | [MC] Fix floating-point literal lexing. | Eli Friedman | 2019-03-28 | 1 | -1/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
| * | [APFloat] Set losesInfo on no-op convert | Sven van Haastregt | 2018-05-11 | 1 | -1/+3 |
| * | APFloat/x87: Fix string conversion for "unnormal" values (pr35860) | Pavel Labath | 2018-05-09 | 1 | -4/+6 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | Fix APFloat from string conversion for Inf | Serguei Katkov | 2017-12-19 | 1 | -2/+2 |
| * | Fix APFloat mod sign | Serguei Katkov | 2017-11-01 | 1 | -0/+3 |
| * | Revert rL316156 due to failure on APFloatTest.fromToStringSpecials | Max Kazantsev | 2017-10-19 | 1 | -2/+2 |
| * | Fix APFloat from string conversion for Inf | Serguei Katkov | 2017-10-19 | 1 | -2/+2 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | [APFloat] Fix IsInteger() for DoubleAPFloat. | Davide Italiano | 2017-08-21 | 1 | -4/+1 |
| * | [APFloat] Move the integerPartWidth constant into APFloatBase. Remove integer... | Craig Topper | 2017-06-18 | 1 | -37/+30 |
| * | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 2017-05-30 | 1 | -0/+2 |
| * | [AsmWriter/APFloat] FP constant printing: Avoid usage of locale dependent snp... | Serguei Katkov | 2017-04-21 | 1 | -8/+23 |
| * | [APInt] Use lshrInPlace to replace lshr where possible | Craig Topper | 2017-04-18 | 1 | -1/+1 |
| * | [APInt] Add a public typedef for the internal type of APInt use it instead of... | Craig Topper | 2017-04-02 | 1 | -0/+4 |
| * | Fix APFloat mod (committing for simonbyrne) | Stephen Canon | 2017-03-31 | 1 | -33/+9 |
| * | Use MutableArrayRef for APFloat::convertToInteger | Simon Pilgrim | 2017-03-20 | 1 | -29/+34 |
| * | Strip trailing whitespace | Simon Pilgrim | 2017-03-20 | 1 | -5/+5 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -1/+3 |
| * | [APFloat] Reduce some dispatch boilerplates. NFC. | Tim Shen | 2017-01-27 | 1 | -5/+12 |
| * | [APFloat] Fix comments. NFC. | Tim Shen | 2017-01-26 | 1 | -28/+30 |
| * | [APFloat] Add PPCDoubleDouble multiplication | Tim Shen | 2017-01-24 | 1 | -6/+83 |
| * | [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble... | Tim Shen | 2017-01-23 | 1 | -79/+320 |
| * | [ADT] APFloatBase: Prevent collapsing semPPCDoubleDouble and semBogus | Michal Gorny | 2017-01-03 | 1 | -2/+6 |
| * | [APFloat] Remove 'else' after return. NFC | Tim Shen | 2016-12-21 | 1 | -13/+15 |
| * | Replace APFloatBase static fltSemantics data members with getter functions | Stephan Bergmann | 2016-12-14 | 1 | -84/+106 |
| * | [APFloat] Implement PPCDoubleDouble add and subtract. | Tim Shen | 2016-12-12 | 1 | -3/+207 |
| * | Fix memory leaks (coverity issues 1365586 & 1365591) | Sylvestre Ledru | 2016-11-08 | 1 | -2/+6 |
| * | [APFloat] Make functions that produce APFloaat objects use correct semantics. | Tim Shen | 2016-11-06 | 1 | -19/+37 |
| * | [APFloat] Remove the redundent function body of uninitialized ctor, which sho... | Tim Shen | 2016-10-29 | 1 | -4/+1 |
| * | [APFloat] Fix memory bugs revealed by MSan | Tim Shen | 2016-10-28 | 1 | -3/+8 |
| * | Reapply r285351 "[APFloat] Add DoubleAPFloat mode to APFloat. NFC." with | Tim Shen | 2016-10-27 | 1 | -59/+115 |
| * | Revert "[APFloat] Add DoubleAPFloat mode to APFloat. NFC." | Tim Shen | 2016-10-27 | 1 | -115/+59 |
| * | [APFloat] Add DoubleAPFloat mode to APFloat. NFC. | Tim Shen | 2016-10-27 | 1 | -59/+115 |
| * | [APFloat] Make APFloat an interface class to the internal IEEEFloat. NFC. | Tim Shen | 2016-10-25 | 1 | -372/+244 |
| * | Remove some unneeded headers and replace some headers with forward class decl... | Mehdi Amini | 2016-04-16 | 1 | -0/+1 |
| * | Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil... | Duncan P. N. Exon Smith | 2016-04-05 | 1 | -44/+30 |