aboutsummaryrefslogtreecommitdiff
path: root/libm
AgeCommit message (Expand)Author
2020-03-07Add 29 to stubs.versions of libc/libdl/libmJooyung Han
2020-02-11Clean up the math headers.Elliott Hughes
2020-01-30Fully disable clang format where needed.Christopher Ferris
2020-01-29Link .clang-format file to system/core one.Christopher Ferris
2020-01-22Make ramdisk_available.Yifan Hong
2020-01-07Track library name change.Elliott Hughes
2019-11-15Stop exporting certain deprecated unwinder symbols from libc.so and libm.so.Peter Collingbourne
2019-11-12Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM.Peter Collingbourne
2019-10-24libm: sync with upstream FreeBSD.Elliott Hughes
2019-10-09Merge "Remove unused -D from libm build."Elliott Hughes
2019-10-08Remove unused -D from libm build.Elliott Hughes
2019-10-07Restrict the availability of the bionic libsJiyong Park
2019-09-17libm: track arm-optimized-routines changes.Elliott Hughes
2019-08-27libm: remove unused x86/x86_64 assembler.Elliott Hughes
2019-07-15SSE4.1 is part of the Android x86/x86-64 ABI.Elliott Hughes
2019-05-30Change SANITIZE_TARGET refs from 'coverage' to 'fuzzer'.Mitch Phillips
2019-05-06Enable native_bridge_supportdimitry
2019-03-14Don't install *.mountpoint targetsJiyong Park
2019-02-22Turn on XOM for libmYi Kong
2019-02-22Switch libm to libcrt.builtinsYi Kong
2019-02-12Use no_libcrt property instead of hard coding projects to excludeYi Kong
2019-02-04libm: sync with upstream FreeBSD.Elliott Hughes
2019-01-31Add bionic mount points under /bionicJiyong Park
2019-01-04Add stubs variants for bionic libsJiyong Park
2018-12-17Generate the per-arch .map files at build time.Elliott Hughes
2018-12-13Suppress cert-dcl16-c clang-tidy warningsChih-Hung Hsieh
2018-11-27Disable XOM in linker, libc, and libm.Ivan Lozano
2018-09-27Merge "Use builtins for ceil/floor/rint/trunc on arm64"Elliott Hughes
2018-09-05Revert "arm64: Use builtin for nearbyintf/nearbyint"Elliott Hughes
2018-09-04arm64: Use builtin for nearbyintf/nearbyintAdhemerval Zanella
2018-08-30Remove ARM/MIPS fenv duplication.Elliott Hughes
2018-08-21Use --Bsymbolic-functions on libmAdhemerval Zanella
2018-08-21Use -fno-math-errno for libmAdhemerval Zanella
2018-08-09Use double-precision routines from arm-optimized-routinesAdhemerval Zanella
2018-08-01Start using libarm-optimized-routines in libm.Elliott Hughes
2018-07-24Update to FreeBSD libm r336665.Elliott Hughes
2018-07-21Revert "Update to FreeBSD libm r336523."Andreas Gampe
2018-07-19Update to FreeBSD libm r336523.Elliott Hughes
2018-05-23Work around b/24465209, do not pack relocation table.Chih-Hung Hsieh
2018-05-23Work around b/24465209, do not use clang lldChih-Hung Hsieh
2018-05-14Mark as recovery_available: trueJiyong Park
2018-05-09Switch to FreeBSD's actual sincos.Elliott Hughes
2018-05-09Switch to FreeBSD catrigl.c for complex arc trig functions.Elliott Hughes
2018-05-09Update libm from upstream.Elliott Hughes
2018-03-15Remove -Wno-uninitialized from libm Android.bp.Elliott Hughes
2018-02-13Switch the rest of our internal headers to #pragma once.Elliott Hughes
2018-01-22Package bionic static libraries in the NDK.Dan Albert
2018-01-18Fixing app compat issue b/72143978Ian Pedowitz
2018-01-10Remove obsolete workaround.Elliott Hughes
2017-12-11Use builtins for ceil/floor/rint/trunc on arm64Jake Weinstein