[APFloat] Remove else after return and replace loop with std::equal. NFC.
[oota-llvm.git] / lib / Support / APFloat.cpp
2015-08-21 Benjamin Kramer[APFloat] Remove else after return and replace loop...
2015-07-09 Tamas BerghammerAdd getSizeInBits function to the APFloat class
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-30 Richard TrieuFix -Wpessimizing-move warnings by removing std::move...
2015-03-24 Aaron BallmanSilencing some MSVC warnings "C4805: '^' : unsafe mix...
2015-03-23 David BlaikieRefactor: Simplify boolean expressions in llvm Support
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-01-04 Lang Hames[APFloat][ADT] Fix sign handling logic for FMA results...
2014-11-19 Lang Hames[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd...
2014-10-14 Hal FinkelRevert "r216914 - Revert: [APFloat] Fixed a bug in...
2014-10-12 Benjamin KramerModernize old-style static asserts. NFC.
2014-10-10 Chandler Carruth[ADT] Add the scalbn function for APFloat.
2014-09-06 Nick LewyckyCheck whether the iterator p == the end iterator before...
2014-09-06 Alexey SamsonovFix right shift by 64 bits detected on CXX/lex/lex...
2014-09-02 Andrea Di BiagioRevert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
2014-09-02 Andrea Di Biagio[APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
2014-08-26 Dylan NoblesmithRevert "Support/APFloat: unique_ptr-ify temp arrays"
2014-08-25 Dylan NoblesmithSupport/APFloat: unique_ptr-ify temp arrays
2014-06-08 Stephen CanonAPFloat: x - NaN needs to flip the signbit of NaN when...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-04 Benjamin KramerAPFloat: Add a move ctor and operator=
2014-01-24 Alp TokerFix known typos
2013-12-05 Alp TokerCorrect word hyphenations
2013-08-29 Eli FriedmanChange default # of digits for APFloat::toString
2013-08-28 Ted KremenekRevert r189442 "Change default # of digits for APFloat...
2013-08-28 Eli FriedmanChange default # of digits for APFloat::toString
2013-07-27 Michael Gottesman[APFloat] Make all arithmetic operations with NaN produ...
2013-07-27 Michael Gottesman[APFloat] Move setting fcNormal in zeroSignificand...
2013-07-17 Eli FriedmanHandle '.' correctly in hex float literal parsing.
2013-07-16 Ulrich Weigand[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp...
2013-07-02 Michael Gottesman[APFloat] Swap an early out check so we do not derefere...
2013-07-01 Michael Gottesman[APFloat] Ensure that we can properly parse strings...
2013-06-27 Michael GottesmanRevert "Revert "[APFloat] Removed APFloat constructor...
2013-06-27 Michael GottesmanRevert "[APFloat] Removed APFloat constructor which...
2013-06-27 Michael Gottesman[APFloat] Removed APFloat constructor which initialized...
2013-06-26 Michael Gottesman[APFloat] Convert all references to fcNormal to referen...
2013-06-24 Michael Gottesman[APFloat] Added support for parsing float strings which...
2013-06-24 Michael Gottesman[APFloat] Added make{Zero,Inf} methods and implemented...
2013-06-24 Michael Gottesman[APFloat] Removed a assert from significandParts()...
2013-06-24 Michael Gottesman[APFloat] Rename macro convolve => PackCategoriesIntoKe...
2013-06-24 Michael Gottesman[APFloat] Rename llvm::exponent_t => llvm::APFloat...
2013-06-19 Michael Gottesman[APFloat] Converted all references to APFloat::isNormal...
2013-06-19 Michael GottesmanFixed comment typo that causes the given comment to...
2013-06-03 Manuel KlimekIntroduce needsCleanup() for APFloat and APInt.
2013-06-01 Benjamin KramerAPFloat: Use isDenormal instead of hand-rolled code...
2013-05-30 Michael GottesmanImplement IEEE-754R 2008 nextUp/nextDown functions...
2013-05-13 Shuxin YangFix a bug that APFloat::fusedMultiplyAdd() mistakenly...
2013-03-20 Hao LiuFix AsmPrinter crashes with assertion. Bug 15318 in...
2013-01-25 Benjamin KramerAPFloat: Make sure that we get a well-formed x87 NaN...
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-18 Jordan RoseAdd llvm::hexDigitValue to convert single characters...
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-07 Shuxin YangImplement APFloat::isDenormal()
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Alexey SamsonovFix a bug in APFloat.cpp: declare APFloat after fltSema...
2012-11-08 Benjamin KramerDrop the limitation to IEEE floating point types from...
2012-10-29 Ulrich WeigandAPFloat cleanup: Remove now unused "arithmeticOK" logic.
2012-10-29 Ulrich WeigandAPFloat cleanup: Remove now unused fields "sign2" and...
2012-10-29 Ulrich WeigandImplement arithmetic on APFloat with PPCDoubleDouble...
2012-09-26 Benjamin KramerAPFloat::roundToIntegral: Special values don't keep...
2012-08-24 Richard SmithFix undefined behavior (signed integer overflow) when...
2012-08-15 Owen AndersonFix another roundToIntegral bug where very large values...
2012-08-15 Owen AndersonFix typo in comment.
2012-08-15 Owen AndersonFix a problem with APFloat::roundToIntegral where it...
2012-08-14 Owen AndersonFix the construction of the magic constant for roundToI...
2012-08-13 Owen AndersonAdd a roundToIntegral method to APFloat, which can...
2012-07-25 David BlaikieDon't add null characters to the end of the APFloat...
2012-03-04 Chandler CarruthReplace the hashing functions on APInt and APFloat...
2012-02-19 NAKAMURA TakumiAPFloat::toString(): Fix overrun at scanning.
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-11-28 Eli FriedmanAdd back a line I deleted by accident in r145141. ...
2011-11-26 Eli FriedmanFix APFloat::convert so that it handles narrowing conve...
2011-10-12 Eli FriedmanFix APFloat::getSmallestNormalized so the shift doesn...
2011-10-12 Eli FriedmanFix APFloat::getLargest so that it actually returns...
2011-10-07 Eli FriedmanFix APInt::operator*= so that it computes the correct...
2011-10-03 Nick LewyckyFix typo in comments.
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-15 Chandler CarruthExplicitly cast the second argument to unsigned in...
2011-07-15 Jeffrey YasskinAdd an APFloat::convertToInt(APSInt) function that...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-30 Benjamin KramerAvoid turning a floating point division with a constant...
2011-03-30 Benjamin KramerAdd APFloat::getExactInverse.
2011-03-18 Bill WendlingInitialize the only-used-with-PPC-double-double parts...
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-06 Abramo BagnaraFixed parsing of hex floats.
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-11-28 Jay FoadPR5207: change APInt::doubleToBits() and APInt::floatTo...
2010-08-19 Dale JohannesenDo not assert when reading an exponent out of range.
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-03-24 Dan GohmanFix minor style issues.
2010-03-06 Chris Lattnermake APFloat::toString be const.
2010-03-01 John McCallDon't potentially read past the end of the fill data...
2010-02-28 John McCallProperly clear all the extra bits in a significand...
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2010-02-26 John McCallMake APFloat's string-parsing routines a bit safer...
next