aboutsummaryrefslogtreecommitdiff
path: root/libm
AgeCommit message (Expand)Author
2016-12-01Disable coverage sanitizer when address sanitizer is disabled on libm.Stephen Hines
2016-11-30Merge changes Iade6a185,Iab3050bdEvgenii Stepanov
2016-11-29Cleanup: replace sanitize:never with address:false.Evgenii Stepanov
2016-11-29Enable libc/libdl/libm/linker for host bionicDan Willemsen
2016-11-04Mark LIBC_DEPRECATED as platform-only.Dan Albert
2016-10-24Minor copyright header unification.Elliott Hughes
2016-10-20One NOTICE file to rule them all.Dan Albert
2016-10-07Remove obsolete -std request.Elliott Hughes
2016-09-13Add modules for NDK headers and libraries.Dan Albert
2016-09-08Run genversion-scripts.py.Dan Albert
2016-09-08Annotate libm.map.txt.Dan Albert
2016-07-22Make it possible to build bionic with -I instead of -isystem.Elliott Hughes
2016-06-13Don't expose all BSD extensions.Elliott Hughes
2016-06-09Rationalize visibility.Elliott Hughes
2016-06-09Clean up obsolete libm makefile cruft.Elliott Hughes
2016-05-26Remove deprecated Android.mk filesColin Cross
2016-05-16Regenerate NOTICE files.Elliott Hughes
2016-05-12Update Android.bp to match Android.mkDan Willemsen
2016-05-06Remove --exclude-libs ldflags.Dan Albert
2016-05-04Update Android.bp to match Android.mkColin Cross
2016-05-02Move <machine/endian.h> somewhere more private.Elliott Hughes
2016-04-15Update sanitize property formatColin Cross
2016-04-02Move math headers in with the other headers.Elliott Hughes
2016-03-23genversion-scripts: fix script name in autogenerated commentGreg Hackmann
2016-03-16Android.bp: Add missing <complex.h> functions.Dan Willemsen
2016-03-11Add missing <complex.h> functions.Elliott Hughes
2016-03-11Update Android.bp with x86 rint optimizationsDan Willemsen
2016-03-07Add x86 optimization of rint functions and testsjzha136
2016-03-04libm: rename LIBC_PRIVATE to LIBC_DEPRECATEDDimitry Ivanov
2016-02-29Update Android.bp with recent Android.mk changesDan Willemsen
2016-02-19Remove unused libm_clang variable.Stephen Hines
2016-02-08Enable clang for x86_64 after fp128 fix in clang-2577113.Chih-Hung Hsieh
2015-12-03libm: Use LOCAL_SRC_FILES_EXCLUDE_{arch}Dan Willemsen
2015-12-03libm: stop exporting __muldc3Dimitry Ivanov
2015-11-03Update Android.bp with arch-specific version scriptsDan Willemsen
2015-10-28Fix mips and x86 buildsDmitriy Ivanov
2015-10-28Fix LDFLAGS for arm and x86Dmitriy Ivanov
2015-10-28Generate per-architecture version scripts.Dmitriy Ivanov
2015-10-23Fix arm64 fenv warnings, and make warnings errors.Christopher Ferris
2015-09-28Fix bug number for linker related workaroundsDmitriy Ivanov
2015-09-16Add Android.bp for libc/libm/libdlDan Willemsen
2015-08-29Merge "Regenerate NOTICE files."Elliott Hughes
2015-08-28Regenerate NOTICE files.Elliott Hughes
2015-08-28Sync with upstream FreeBSD libm.Elliott Hughes
2015-08-24Revert "Revert "Use compiler builtins for fabs.""Elliott Hughes
2015-08-24Revert "Use compiler builtins for fabs."Elliott Hughes
2015-08-24Use compiler builtins for fabs.Elliott Hughes
2015-08-14Merge "Use __builtin_* in <math.h>."Elliott Hughes
2015-08-14Use __builtin_* in <math.h>.Elliott Hughes
2015-08-13libm: ARM: reorganize a bit to match ARM64Jake Weinstein