summaryrefslogtreecommitdiffstats
path: root/libm
Commit message (Expand)AuthorAgeFilesLines
* Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc.Elliott Hughes2014-08-291-2/+2
* Revert "Switch libm to building with clang."Elliott Hughes2014-07-112-18/+6
* Switch libm to building with clang.Elliott Hughes2014-07-102-6/+18
* Revert "Revert "Prevent symbols from libgcc from being reexported.""Dan Albert2014-06-241-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-141-0/+2
* | Merge "Move mips fenv implementation details into fenv.c."Elliott Hughes2014-06-092-18/+17
|\ \
| * | Move mips fenv implementation details into fenv.c.Elliott Hughes2014-06-092-18/+17
* | | Move x86 fenv implementation details into fenv.c.Elliott Hughes2014-06-094-25/+25
|/ /
* | Clean up the ARM fenv.h, moving implementation details into fenv.c.Elliott Hughes2014-06-092-18/+14
* | AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation.Serban Constantinescu2014-06-092-135/+170
* | Workaround the GCC "(long)fn -> lfn" optimization bug.Ben Cheng2014-05-291-2/+5
* | Use -fvisibility=hidden to build libm.Elliott Hughes2014-05-193-1/+9
* | Declare sincos/sincosf/sincosl in <math.h>.Elliott Hughes2014-05-081-0/+7
* | Fix <math.h> to quieten most of our warnings.Elliott Hughes2014-05-052-35/+21
* | Update the NOTICE files and improve the script slightly.Elliott Hughes2014-05-051-26/+52
* | Clean-up _fpmath and fake_long_doublesCalin Juravle2014-04-2312-521/+118
* | Regenerate the NOTICE files.Elliott Hughes2014-04-161-27/+89
* | Fix arm64 floating point definitions.Elliott Hughes2014-04-142-23/+13
* | Reimplement isinf/isnan/fpclassify.Elliott Hughes2014-04-145-239/+4
* | Emit warnings when linking against imprecise math functionsCalin Juravle2014-04-023-79/+27
* | Fix LP64 libm for 128-bit long doublesCalin Juravle2014-03-2421-73/+2747
* | Update libm to the upstream head (2014.03.13)Calin Juravle2014-03-134-100/+72
* | Update the NOTICE files.Elliott Hughes2014-03-061-0/+26
* | Fix x86_64 buildPavel Chupin2014-02-282-2/+2
* | Fix mips buildCalin Juravle2014-02-261-1/+1
* | Moved to a more openbsd-like fenv.hCalin Juravle2014-02-2613-1058/+1039
* | Clean up various warnings in bionic.Elliott Hughes2014-02-181-0/+3
* | Merge "Remove <sys/_types.h>."Elliott Hughes2014-02-081-3/+4
|\ \
| * | Remove <sys/_types.h>.Elliott Hughes2014-02-071-3/+4
* | | [MIPS64] libc/libm supportChris Dearman2014-02-062-4/+35
|/ /
* | Use arch-specific LOCAL_ variables to build libm.Ying Wang2014-02-031-19/+21
* | bionic: rename aarch64 target to arm64Colin Cross2014-01-234-3/+3
* | Regenerate the NOTICE files.Elliott Hughes2014-01-072-27/+53
* | Fix __isnanl on aarch64.Elliott Hughes2013-12-191-1/+1
* | We actually have modfl.Elliott Hughes2013-12-192-3/+3
* | Don't use weak aliases in libm.Elliott Hughes2013-12-182-2/+20
* | AArch64: Initial AArch64 port of libmSerban Constantinescu2013-12-164-0/+326
* | Switch to upstream sleep(3) and usleep(3).Elliott Hughes2013-11-202-1/+32
* | Fix the x86_64 fenv.h.Elliott Hughes2013-10-021-5/+35
* | Fix libm build for x86_64.Elliott Hughes2013-10-013-77/+438
* | x86_64: libm fixesPavel Chupin2013-10-013-0/+222
* | Take upstream libm changes.Elliott Hughes2013-06-1221-22/+383
* | Regenerate NOTICE files.Elliott Hughes2013-03-071-90/+0
* | 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
* | Add a few more missing libm long double stubs.Elliott Hughes2013-02-071-0/+3
* | Add a missing logbl stub.Elliott Hughes2013-02-061-0/+1