| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable ASAN for more of our libraries. | Dan Albert | 2014-12-18 | 1 | -0/+2 |
* | Fix our <complex.h> support. | Elliott Hughes | 2014-11-06 | 1 | -5/+14 |
* | Don't use an STL for libm. | Dan Albert | 2014-10-16 | 1 | -0/+3 |
* | Add coverage flag for libm. | Dan Albert | 2014-09-30 | 1 | -0/+6 |
* | Fix lgamma_r/lgammaf_r/lgammal_r for -0. | Elliott Hughes | 2014-09-18 | 1 | -0/+2 |
* | Get new coshl, sinhl, and tanhl implementations from upstream. | Elliott Hughes | 2014-09-12 | 1 | -0/+3 |
* | Sync libm with upstream. | Elliott Hughes | 2014-09-12 | 1 | -0/+1 |
* | Disable Clang, due to x86 LDBL_MANT_DIG errors. | Chih-Hung Hsieh | 2014-09-04 | 1 | -0/+8 |
* | Revert "Switch libm to building with clang." | Elliott Hughes | 2014-07-11 | 1 | -14/+5 |
* | Switch libm to building with clang. | Elliott Hughes | 2014-07-10 | 1 | -5/+14 |
* | Revert "Revert "Prevent symbols from libgcc from being reexported."" | Dan Albert | 2014-06-24 | 1 | -0/+7 |
* | Revert "Prevent symbols from libgcc from being reexported." | Dan Albert | 2014-06-23 | 1 | -7/+0 |
* | Prevent symbols from libgcc from being reexported. | Dan Albert | 2014-06-21 | 1 | -0/+7 |
* | Merge "Add a flag control that PRIVATE libm can be chosen" | Elliott Hughes | 2014-06-17 | 1 | -0/+2 |
|\ |
|
| * | Add a flag control that PRIVATE libm can be chosen | Xiaokang, Qin | 2013-01-14 | 1 | -0/+2 |
* | | Workaround the GCC "(long)fn -> lfn" optimization bug. | Ben Cheng | 2014-05-29 | 1 | -2/+5 |
* | | Use -fvisibility=hidden to build libm. | Elliott Hughes | 2014-05-19 | 1 | -0/+1 |
* | | Fix <math.h> to quieten most of our warnings. | Elliott Hughes | 2014-05-05 | 1 | -0/+5 |
* | | Clean-up _fpmath and fake_long_doubles | Calin Juravle | 2014-04-23 | 1 | -9/+8 |
* | | Reimplement isinf/isnan/fpclassify. | Elliott Hughes | 2014-04-14 | 1 | -4/+4 |
* | | Emit warnings when linking against imprecise math functions | Calin Juravle | 2014-04-02 | 1 | -1/+0 |
* | | Fix LP64 libm for 128-bit long doubles | Calin Juravle | 2014-03-24 | 1 | -40/+55 |
* | | [MIPS64] libc/libm support | Chris Dearman | 2014-02-06 | 1 | -0/+4 |
* | | Use arch-specific LOCAL_ variables to build libm. | Ying Wang | 2014-02-03 | 1 | -19/+21 |
* | | bionic: rename aarch64 target to arm64 | Colin Cross | 2014-01-23 | 1 | -3/+3 |
* | | We actually have modfl. | Elliott Hughes | 2013-12-19 | 1 | -2/+3 |
* | | AArch64: Initial AArch64 port of libm | Serban Constantinescu | 2013-12-16 | 1 | -0/+3 |
* | | Switch to upstream sleep(3) and usleep(3). | Elliott Hughes | 2013-11-20 | 1 | -1/+5 |
* | | Fix libm build for x86_64. | Elliott Hughes | 2013-10-01 | 1 | -2/+2 |
* | | x86_64: libm fixes | Pavel Chupin | 2013-10-01 | 1 | -0/+3 |
* | | Revert "Pull the pthread_key_t functions out of pthread.c." | Elliott Hughes | 2013-02-11 | 1 | -36/+46 |
* | | Pull the pthread_key_t functions out of pthread.c. | Elliott Hughes | 2013-02-11 | 1 | -46/+36 |
* | | Upgrade libm. | Elliott Hughes | 2013-02-01 | 1 | -216/+241 |
|/ |
|
* | Add dependencies on all the makefiles. | Elliott Hughes | 2012-08-13 | 1 | -0/+2 |
* | Enable sqrtf() x86 assembly code | xqian6 | 2012-06-25 | 1 | -4/+6 |
* | MIPS support to libm, libdl and libthread_db | Chris Dearman | 2012-05-04 | 1 | -7/+18 |
* | remove obsolete SuperH support | David 'Digit' Turner | 2012-01-31 | 1 | -11/+1 |
* | libm: Add nanf() and tgammaf() implementations. | David 'Digit' Turner | 2011-01-25 | 1 | -0/+2 |
* | Add sincos() and sincosf() implementation. | David 'Digit' Turner | 2010-05-19 | 1 | -0/+1 |
* | added and modified libm to support SuperH architecture | Shin-ichiro KAWASAKI | 2009-08-31 | 1 | -1/+11 |
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -7/+29 |
* | Initial Contributionandroid-1.0 | The Android Open Source Project | 2008-10-21 | 1 | -0/+189 |