index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libm
/
Android.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix arm64 fenv warnings, and make warnings errors.
Christopher Ferris
2015-11-07
1
-0
/
+1
*
Revert "Revert "Use compiler builtins for fabs.""
Elliott Hughes
2015-11-07
1
-3
/
+5
*
libm: ARM: reorganize a bit to match ARM64
Jake Weinstein
2015-10-29
1
-3
/
+2
*
Add versions to libm.so symbols
Dmitriy Ivanov
2015-06-17
1
-0
/
+4
*
Apply work around b/19059885 to x86
Dmitriy Ivanov
2015-05-15
1
-0
/
+1
*
Switch libc/libcstdc++/libm to hash-style=both
Dmitriy Ivanov
2015-05-08
1
-1
/
+1
*
Merge "Switch libc and libm to sysv-only hash style"
Dmitriy Ivanov
2015-03-13
1
-1
/
+1
|
\
|
*
Switch libc and libm to sysv-only hash style
Dmitriy Ivanov
2015-03-13
1
-1
/
+1
*
|
Merge "Add the optimized implementation of 18 math functions for x86 and x86_...
Christopher Ferris
2015-03-13
1
-18
/
+93
|
\
\
|
|
/
|
/
|
|
*
Add the optimized implementation of 18 math functions for x86 and x86_64 resp...
Jingwei Zhang
2015-03-09
1
-18
/
+93
*
|
Generate gnu hash for arm only
Goran Jakovljevic
2015-03-10
1
-1
/
+1
*
|
Generate sysv hash for libc, libstdc++ and libm
Dmitriy Ivanov
2015-03-09
1
-0
/
+3
|
/
*
libm: Add hardware sqrt, ceil, floor and trunc for x86 & x86_64
James Rose
2015-03-06
1
-12
/
+40
*
libm: arm: add arm specific sqrt and sqrtf
Shu Zhang
2015-03-04
1
-4
/
+10
*
Add aarch64 instructions wherever possible
Amaury Le Leyzour
2015-03-04
1
-22
/
+87
*
libm: arm: Add arm specific floor() optimization
Shu Zhang
2015-02-12
1
-1
/
+22
*
[MIPS] Fix Mips64 build of libm
Duane Sand
2015-02-11
1
-0
/
+3
*
Cleanup the libm makefile.
Christopher Ferris
2015-02-09
1
-68
/
+66
*
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
[next]