index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix arm64 fenv warnings, and make warnings errors.
Christopher Ferris
2015-11-07
2
-4
/
+16
*
Sync with upstream FreeBSD libm.
Elliott Hughes
2015-11-07
31
-377
/
+406
*
Revert "Revert "Use compiler builtins for fabs.""
Elliott Hughes
2015-11-07
6
-68
/
+60
*
Use __builtin_* in <math.h>.
Elliott Hughes
2015-11-07
1
-97
/
+45
*
libm: ARM: reorganize a bit to match ARM64
Jake Weinstein
2015-10-29
4
-42
/
+9
*
Add versions to libm.so symbols
Dmitriy Ivanov
2015-06-17
2
-0
/
+382
*
Apply work around b/19059885 to x86
Dmitriy Ivanov
2015-05-15
1
-0
/
+1
*
Merge "Update NOTICE files." into mnc-dev
Elliott Hughes
2015-05-12
1
-0
/
+108
|
\
|
*
Update NOTICE files.
Elliott Hughes
2015-05-12
1
-0
/
+108
*
|
Switch libc/libcstdc++/libm to hash-style=both
Dmitriy Ivanov
2015-05-08
1
-1
/
+1
|
/
*
Fix typo in alias symbol.
Christopher Ferris
2015-03-14
1
-1
/
+1
*
For libm, use a macro for aliasing symbols.
Christopher Ferris
2015-03-13
24
-54
/
+25
*
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
40
-18
/
+52124
|
\
\
|
|
/
|
/
|
|
*
Add the optimized implementation of 18 math functions for x86 and x86_64 resp...
Jingwei Zhang
2015-03-09
40
-18
/
+52124
*
|
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
17
-12
/
+660
*
libm: arm: add arm specific sqrt and sqrtf
Shu Zhang
2015-03-04
3
-4
/
+94
*
Add aarch64 instructions wherever possible
Amaury Le Leyzour
2015-03-04
8
-22
/
+285
*
libm: arm: Add arm specific floor() optimization
Shu Zhang
2015-02-12
2
-1
/
+164
*
[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
*
Remove more BSD cruft from the public headers.
Elliott Hughes
2014-12-19
1
-0
/
+2
*
Update bionic NOTICE files.
Elliott Hughes
2014-12-18
1
-26
/
+26
*
Disable ASAN for more of our libraries.
Dan Albert
2014-12-18
1
-0
/
+2
*
Move a private x86-64 header file out of the limelight.
Elliott Hughes
2014-11-26
1
-0
/
+65
*
Fix our <complex.h> support.
Elliott Hughes
2014-11-06
4
-5
/
+1072
*
Don't use an STL for libm.
Dan Albert
2014-10-16
1
-0
/
+3
*
Catch up on upstream's round/roundf/roundl.
Elliott Hughes
2014-10-10
3
-24
/
+47
*
Sync libm with upstream.
Elliott Hughes
2014-10-09
7
-288
/
+99
*
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
8
-102
/
+472
*
Get new coshl, sinhl, and tanhl implementations from upstream.
Elliott Hughes
2014-09-12
5
-3
/
+436
*
Sync libm with upstream.
Elliott Hughes
2014-09-12
20
-413
/
+919
*
Disable Clang, due to x86 LDBL_MANT_DIG errors.
Chih-Hung Hsieh
2014-09-04
1
-0
/
+8
*
Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc.
Elliott Hughes
2014-08-29
1
-2
/
+2
*
Move the meat of <features.h> into <sys/cdefs.h>.
Elliott Hughes
2014-08-19
1
-1
/
+0
*
Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE).
Elliott Hughes
2014-08-18
2
-3
/
+4
*
Revert "Switch libm to building with clang."
Elliott Hughes
2014-07-11
2
-18
/
+6
*
Switch libm to building with clang.
Elliott Hughes
2014-07-10
2
-6
/
+18
*
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
*
|
Merge "Move mips fenv implementation details into fenv.c."
Elliott Hughes
2014-06-09
2
-18
/
+17
|
\
\
|
*
|
Move mips fenv implementation details into fenv.c.
Elliott Hughes
2014-06-09
2
-18
/
+17
*
|
|
Move x86 fenv implementation details into fenv.c.
Elliott Hughes
2014-06-09
4
-25
/
+25
|
/
/
[next]