summaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* MFC r290605,r290606:Enji Cooper2017-07-242-7/+13
* MFC r319157:Enji Cooper2017-06-011-1/+2
* MFC r319158:Enji Cooper2017-06-011-1/+1
* MFC r315032-r315036, r315039, r315041Alan Somers2017-05-301-0/+2
* MFC r318259:Dimitry Andric2017-05-162-2/+2
* MFC r312213,r313713:Enji Cooper2017-02-211-2/+20
* MFC r311925,r311968,r311969,r312008:Enji Cooper2017-02-101-1/+6
* MFC r305358,r305449,r305451,r306367,r306397,r309474:Enji Cooper2017-02-101-0/+2
* MFC r289172,r290254:Enji Cooper2017-02-091-4/+0
* MFC r309298: libm: remove duplicate version script entriesEd Maste2016-12-091-5/+0
* MFC r301761:Edward Tomasz Napierala2016-12-031-1/+1
* MFC r297836:Enji Cooper2016-04-221-3/+3
* MFC r292497:Enji Cooper2016-01-188-1/+1978
* MFC r292328:Enji Cooper2016-01-0615-0/+3425
* MFC r284289,r288267:Bryan Drewery2015-12-041-0/+2
* MFC r286515:Dimitry Andric2015-08-121-2/+2
* MFC r271651, r271719, r272138, r272457, r272845, r275476, r275518, r275614,Tijl Coosemans2015-06-2543-511/+1297
* MFC r282057,r282092,r282106:Enji Cooper2015-05-134-17/+4
* MFC r277948:Pedro F. Giffuni2015-03-231-22/+4
* MFC r274618,r276521:Enji Cooper2015-01-054-0/+79
* MFC r269956:Andrew Turner2014-10-291-1/+3
* MFC r257770 r257818 r257823 r260066 r260067 r260089 r260145 r268587 r268588Tijl Coosemans2014-09-1829-723/+2140
* MFC 262989, 263210, 263230, 263231, 263239, 263242, 263243,Ian Lepore2014-05-177-10/+398
* MFC r257207, r261161, r261163:Ian Lepore2014-05-152-42/+63
* MFC r262613:Dimitry Andric2014-03-261-0/+1
* After r255294, building lib/msun's symbol map (using clang as theDimitry Andric2013-09-121-1/+1
* On ARM EABI double precision floating point values are stored in theAndrew Turner2013-09-071-1/+1
* Add stub implementations of the missing C++11 math functions.David Chisnall2013-09-063-0/+79
* * Whitespace.Steve Kargl2013-08-281-1/+1
* * s_erf.c:Steve Kargl2013-08-272-99/+71
* Restore the longer form of the _Generic. The short form does not work in C++.David Chisnall2013-07-291-2/+11
* Reenable the isnan(double) / isinf(double) declarations when targeting C89 + ...David Chisnall2013-07-291-0/+15
* Cleaner support for type qualifiers.David Chisnall2013-07-131-11/+2
* Ensure that the _Generic() macro in math.h works with qualified types.David Chisnall2013-07-131-17/+26
* Fix the build with C++ where __builtin_types_compatible_p is not allowed.David Chisnall2013-07-121-2/+3
* Fix some typoes in math.h cleanup.David Chisnall2013-07-111-3/+3
* Cleanups to math.h that prevent namespace conflicts with C++.David Chisnall2013-07-111-28/+49
* Make the order of operations for lib/msun more clear.Eitan Adler2013-06-242-2/+2
* Add implementations of acoshl(), asinhl(), and atanhl(). This is aDavid Schultz2013-06-1012-48/+344
* Style fixes.David Schultz2013-06-054-54/+58
* Add man links for expl(3) and expm1l(3).David Schultz2013-06-041-2/+2
* Change a comma to a semicolon.Steve Kargl2013-06-031-3/+2
* ld80 and ld128 implementations of expm1l(). This code started lifeSteve Kargl2013-06-036-4/+373
* Fix two comments that got lost in the disentanglement of the larger diff.Steve Kargl2013-06-031-1/+6
* ld80/s_expl.c:Steve Kargl2013-06-032-8/+11
* Micro-optimization: move the unary mius operator to operateSteve Kargl2013-06-032-3/+3
* Add a comment to note that bde supplied most, if not all,Steve Kargl2013-06-031-0/+2
* ld80/s_expl.c:Steve Kargl2013-06-032-13/+9
* ld80/s_expl.c:Steve Kargl2013-06-032-27/+55
* Rename a few P2, P3, ... coefficients to A2, A3, ... missed inSteve Kargl2013-06-031-3/+3