Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for DIContext...
[oota-llvm.git] / include / llvm / ADT / APFloat.h
2015-05-01 Benjamin KramerRemove std::move on return when it could prevent copy...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-10-10 Chandler Carruth[ADT] Add an (ADL-friendly) abs free function for APFlo...
2014-10-10 Matt ArsenaultAdd minnum / maxnum to APFloat
2014-10-10 Chandler Carruth[ADT] Replace the logb implementation with the simpler...
2014-10-10 Chandler Carruth[ADT] Add the scalbn function for APFloat.
2014-10-10 Chandler Carruth[ADT] Implement the 'logb' functionality for APFloat...
2014-10-09 Chandler Carruth[ADT] Add basic operator overloads for arithmetic to...
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-31 Duncan P. N. Exon... Fix file header for APFloat.h
2013-07-27 Michael Gottesman[APFloat] Removed nextafter from missing operations...
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-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 out of date comment from isNormal().
2013-06-24 Michael Gottesman[APFloat] Rename llvm::exponent_t => llvm::APFloat...
2013-06-21 Michael Gottesman[APFloat] Added missing doxygen module closing statement.
2013-06-20 Michael Gottesman[APFloat] Rename isIEEENormal => isNormal and remove...
2013-06-19 Michael Gottesman[APFloat] Converted all references to APFloat::isNormal...
2013-06-19 Michael Gottesman[APFloat] Added isFiniteNonZero predicate.
2013-06-19 Michael Gottesman[APFloat] Expose isSmallest/isLargest as public methods.
2013-06-04 Michael GottesmanIEEE-754R 5.7.2 General Operations is* operations ...
2013-06-03 Manuel KlimekIntroduce needsCleanup() for APFloat and APInt.
2013-06-01 Michael GottesmanRemoved a comment above an include which is unnecessary...
2013-06-01 Michael GottesmanAdded method comments for getZero,getInf.
2013-06-01 Michael GottesmanUpdated APFloat's comments to fit the LLVM style guide.
2013-05-30 Michael GottesmanImplement IEEE-754R 2008 nextUp/nextDown functions...
2013-05-24 Michael Gottesmanclang formatted APFloat.h
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-07 Shuxin YangImplement APFloat::isDenormal()
2012-10-31 Rafael EspindolaAdd extra declarations of hash_value needed to build...
2012-10-29 Ulrich WeigandAPFloat cleanup: Remove now unused fields "sign2" and...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-08-13 Owen AndersonAdd a roundToIntegral method to APFloat, which can...
2012-04-10 Duncan SandsExpress the number of ULPs in fpaccuracy metadata as...
2012-03-04 Chandler CarruthReplace the hashing functions on APInt and APFloat...
2011-07-15 Jeffrey YasskinAdd an APFloat::convertToInt(APSInt) function that...
2011-03-30 Benjamin KramerAdd APFloat::getExactInverse.
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-03-06 Chris Lattnermake APFloat::toString be const.
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 John McCallAdd accessors for the largest-magnitude, smallest-magni...
2009-10-28 Evan ChengRemove getIEEEFloatParts and getIEEEDoubleParts. They...
2009-10-27 Evan ChengAdd new APFloat methods that return sign, exp, and...
2009-10-16 Chris LattnerAdd half precision floating point support (float16...
2009-09-17 Chris Lattneradd a version of the APFloat constructor that initializ...
2009-08-21 Anton KorobeynikovImplement APInt <-> APFloat conversion for IEEE 128...
2009-08-17 Oscar FuentesMake a declaration consistent with its definition.
2009-08-16 Erick TryzelaarModify APFloat to take a StringRef instead of a c string.
2009-06-01 Mike StumpDcoument that the opauque value used to construct QNaNs...
2009-05-30 Mike StumpAdd some documentation.
2009-05-30 Mike StumpAdd support for letting the client choose different...
2009-01-21 Dale JohannesenMake special cases (0 inf nan) work for frem.
2009-01-20 Dale JohannesenAdd an IEEE remainder function, which is not
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-06-30 Chris Lattneradd convenience 'constructors'
2008-06-01 Chris Lattneradd a predicate.
2008-02-29 Dan GohmanAdd a method to APFloat to convert directly from APInt.
2008-02-26 Bill WendlingDetabify
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-08 Chris Lattnerremove dead #include.
2007-12-08 Chris Lattnerremove dead #include, APInt.h already has the needed...
2007-11-07 Ted KremenekImplemented generic serialization of APFloat.
2007-11-01 Neil BoothWhen converting to integer, do bit manipulations in...
2007-10-24 Chris Lattneradd a nice predicate to check to see if nan
2007-10-14 Neil BoothConsolidate logic for creating NaNs. Silence compiler...
2007-10-12 Neil BoothImplement correctly-rounded decimal->binary conversion...
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-10-07 Neil BoothAdd back convertFromSignExtendedInteger.
2007-10-07 Neil BoothReimplement convertFromUnsignedInteger so it is passed...
2007-10-07 Neil BoothconvertFromInteger, as originally written, expected...
2007-10-07 Neil BoothcombineLostFractions does not need to be a member function
2007-10-03 Neil BoothAdd APFloat -> hexadecimal string conversion, as per...
2007-10-03 Neil BoothTweak RoundAwayFromZero the bit number below which...
2007-09-26 Neil BoothWhitespace cleanup.
2007-09-13 Chris LattnerMake single-argument ctors explicit to avoid tricky...
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-08 Chuck Rose IIIFix for VisualStudio. It is treating a 2 bit enum...
2007-08-31 Dale JohannesenAdd mod, copysign, abs operations to APFloat.
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-25 Dale JohannesenComment out declaration of operator== (undefined).
2007-08-24 Dale JohannesenPoison APFloat::operator==. Replace existing uses...
2007-08-24 Dale JohannesenRevised per review feedback from previous patch.
2007-08-24 Dale JohannesenChange internal representation of ConstantFP to use...
2007-08-20 Chris Lattnerinitial checkin of Neil's APFloat work.