aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable ASAN for more of our libraries.Dan Albert2014-12-181-0/+2
* Fix our <complex.h> support.Elliott Hughes2014-11-061-5/+14
* Don't use an STL for libm.Dan Albert2014-10-161-0/+3
* Add coverage flag for libm.Dan Albert2014-09-301-0/+6
* Fix lgamma_r/lgammaf_r/lgammal_r for -0.Elliott Hughes2014-09-181-0/+2
* Get new coshl, sinhl, and tanhl implementations from upstream.Elliott Hughes2014-09-121-0/+3
* Sync libm with upstream.Elliott Hughes2014-09-121-0/+1
* Disable Clang, due to x86 LDBL_MANT_DIG errors.Chih-Hung Hsieh2014-09-041-0/+8
* Revert "Switch libm to building with clang."Elliott Hughes2014-07-101-14/+5
* Switch libm to building with clang.Elliott Hughes2014-07-101-5/+14
* Revert "Revert "Prevent symbols from libgcc from being reexported.""Dan Albert2014-06-231-0/+7
* Revert "Prevent symbols from libgcc from being reexported."Dan Albert2014-06-231-7/+0
* Prevent symbols from libgcc from being reexported.Dan Albert2014-06-211-0/+7
* Merge "Add a flag control that PRIVATE libm can be chosen"Elliott Hughes2014-06-171-0/+2
|\
| * Add a flag control that PRIVATE libm can be chosenXiaokang, Qin2013-01-131-0/+2
* | Workaround the GCC "(long)fn -> lfn" optimization bug.Ben Cheng2014-05-291-2/+5
* | Use -fvisibility=hidden to build libm.Elliott Hughes2014-05-191-0/+1
* | Fix <math.h> to quieten most of our warnings.Elliott Hughes2014-05-051-0/+5
* | Clean-up _fpmath and fake_long_doublesCalin Juravle2014-04-231-9/+8
* | Reimplement isinf/isnan/fpclassify.Elliott Hughes2014-04-141-4/+4
* | Emit warnings when linking against imprecise math functionsCalin Juravle2014-04-021-1/+0
* | Fix LP64 libm for 128-bit long doublesCalin Juravle2014-03-241-40/+55
* | [MIPS64] libc/libm supportChris Dearman2014-02-061-0/+4
* | Use arch-specific LOCAL_ variables to build libm.Ying Wang2014-02-031-19/+21
* | bionic: rename aarch64 target to arm64Colin Cross2014-01-231-3/+3
* | We actually have modfl.Elliott Hughes2013-12-191-2/+3
* | AArch64: Initial AArch64 port of libmSerban Constantinescu2013-12-161-0/+3
* | Switch to upstream sleep(3) and usleep(3).Elliott Hughes2013-11-201-1/+5
* | Fix libm build for x86_64.Elliott Hughes2013-10-011-2/+2
* | x86_64: libm fixesPavel Chupin2013-10-011-0/+3
* | Revert "Pull the pthread_key_t functions out of pthread.c."Elliott Hughes2013-02-111-36/+46
* | Pull the pthread_key_t functions out of pthread.c.Elliott Hughes2013-02-111-46/+36
* | Upgrade libm.Elliott Hughes2013-02-011-216/+241
|/
* Add dependencies on all the makefiles.Elliott Hughes2012-08-131-0/+2
* Enable sqrtf() x86 assembly codexqian62012-06-251-4/+6
* MIPS support to libm, libdl and libthread_dbChris Dearman2012-05-041-7/+18
* remove obsolete SuperH supportDavid 'Digit' Turner2012-01-311-11/+1
* libm: Add nanf() and tgammaf() implementations.David 'Digit' Turner2011-01-251-0/+2
* Add sincos() and sincosf() implementation.David 'Digit' Turner2010-05-191-0/+1
* added and modified libm to support SuperH architectureShin-ichiro KAWASAKI2009-08-311-1/+11
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-7/+29
* Initial ContributionThe Android Open Source Project2008-10-211-0/+189