1. 5e36db0 Use -fno-math-errno for libm by Adhemerval Zanella · 7 years ago p9.0
  2. 2aaf459 Use --Bsymbolic-functions on libm by Adhemerval Zanella · 7 years ago
  3. 0fc69b8 arm64: Use builtin for nearbyintf/nearbyint by Adhemerval Zanella · 7 years ago
  4. cbc80ba Switch the rest of our internal headers to #pragma once. by Elliott Hughes · 7 years ago
  5. 40f15ec Package bionic static libraries in the NDK. by Dan Albert · 8 years ago
  6. b6310c2 Fixing app compat issue b/72143978 by Ian Pedowitz · 8 years ago
  7. 1b0f2b4 Remove obsolete workaround. by Elliott Hughes · 8 years ago
  8. 9a1bb70 Use builtins for fma/fmax/fmin/round on arm64. by Elliott Hughes · 8 years ago
  9. 3b583f6 Revert "Use builtins for fma/fmax/fmin/round on arm/arm64." by Elliott Hughes · 8 years ago
  10. e57d772 Use builtins for fma/fmax/fmin/round on arm/arm64. by Elliott Hughes · 8 years ago
  11. b6c7f6e Fix arm/arm64 <fenv.h> to match current reality. by Elliott Hughes · 8 years ago
  12. 5c6a7bf Remove some legacy declarations from <math.h>. by Elliott Hughes · 8 years ago
  13. f1c568d Add <glob.h>. by Elliott Hughes · 8 years ago
  14. 50cda38 Use __RENAME for long double functions. by Elliott Hughes · 8 years ago
  15. e719ceb Enable 32-bit armv8 NEON for libm by Isaac Chen · 8 years ago
  16. b6a6ac5 Add missing libm introduced=26 annotations. by Elliott Hughes · 8 years ago
  17. 98414b3 Make _scan_nan a bit less visible for libandroid_support users. by Elliott Hughes · 8 years ago
  18. 5ea0b06 libm symbol cleanup. by Elliott Hughes · 8 years ago
  19. e925418 Disable integer_overflow sanitizer in libm. by Ivan Lozano · 8 years ago
  20. 51a9bf1 Remove .(ll)ndk suffix from (ll)ndk_library by Dan Willemsen · 8 years ago
  21. b8f7fde Add LLNDK stub libraries for the VNDK by Dan Willemsen · 8 years ago
  22. 0779f57 Disable coverage sanitizer when address sanitizer is disabled on libm. by Stephen Hines · 9 years ago
  23. f347046 Merge changes Iade6a185,Iab3050bd by Evgenii Stepanov · 9 years ago
  24. bc232b9 Cleanup: replace sanitize:never with address:false. by Evgenii Stepanov · 9 years ago
  25. 7ec52b1 Enable libc/libdl/libm/linker for host bionic by Dan Willemsen · 9 years ago
  26. 60dc6b2 Mark LIBC_DEPRECATED as platform-only. by Dan Albert · 9 years ago
  27. dfb74c5 Minor copyright header unification. by Elliott Hughes · 9 years ago
  28. c30862f One NOTICE file to rule them all. by Dan Albert · 9 years ago
  29. 0568ee2 Remove obsolete -std request. by Elliott Hughes · 9 years ago
  30. 4238a35 Add modules for NDK headers and libraries. by Dan Albert · 9 years ago
  31. 519a4f2 Run genversion-scripts.py. by Dan Albert · 9 years ago
  32. ea4717f Annotate libm.map.txt. by Dan Albert · 9 years ago
  33. 5470c18 Make it possible to build bionic with -I instead of -isystem. by Elliott Hughes · 9 years ago
  34. 9c8d711 Don't expose all BSD extensions. by Elliott Hughes · 9 years ago
  35. 3ba55f8 Rationalize visibility. by Elliott Hughes · 9 years ago
  36. 7581f9c Clean up obsolete libm makefile cruft. by Elliott Hughes · 9 years ago
  37. 7510c33 Remove deprecated Android.mk files by Colin Cross · 9 years ago
  38. 882b8af Regenerate NOTICE files. by Elliott Hughes · 9 years ago
  39. 0c65708 Update Android.bp to match Android.mk by Dan Willemsen · 9 years ago
  40. e29e99c Remove --exclude-libs ldflags. by Dan Albert · 10 years ago
  41. 7941678 Update Android.bp to match Android.mk by Colin Cross · 9 years ago
  42. 3d12517 Move <machine/endian.h> somewhere more private. by Elliott Hughes · 9 years ago
  43. 27c43c5 Update sanitize property format by Colin Cross · 9 years ago
  44. afe835d Move math headers in with the other headers. by Elliott Hughes · 9 years ago
  45. e5c872f genversion-scripts: fix script name in autogenerated comment by Greg Hackmann · 9 years ago
  46. fc1fb95 Android.bp: Add missing <complex.h> functions. by Dan Willemsen · 9 years ago
  47. 9ee6adb Add missing <complex.h> functions. by Elliott Hughes · 9 years ago
  48. 603acbf Update Android.bp with x86 rint optimizations by Dan Willemsen · 9 years ago
  49. f3ea093 Add x86 optimization of rint functions and tests by jzha136 · 10 years ago
  50. 9296460 libm: rename LIBC_PRIVATE to LIBC_DEPRECATED by Dimitry Ivanov · 9 years ago
  51. 879cec2 Update Android.bp with recent Android.mk changes by Dan Willemsen · 9 years ago
  52. 64955c8 Remove unused libm_clang variable. by Stephen Hines · 9 years ago
  53. 63fedd7 Enable clang for x86_64 after fp128 fix in clang-2577113. by Chih-Hung Hsieh · 9 years ago
  54. a29ed0b libm: Use LOCAL_SRC_FILES_EXCLUDE_{arch} by Dan Willemsen · 10 years ago
  55. a2ead18 libm: stop exporting __muldc3 by Dimitry Ivanov · 10 years ago
  56. 9e6f98f Update Android.bp with arch-specific version scripts by Dan Willemsen · 10 years ago
  57. c176440 Fix mips and x86 builds by Dmitriy Ivanov · 10 years ago
  58. e85fb58 Fix LDFLAGS for arm and x86 by Dmitriy Ivanov · 10 years ago
  59. 284b468 Generate per-architecture version scripts. by Dmitriy Ivanov · 10 years ago
  60. fa77529 Fix arm64 fenv warnings, and make warnings errors. by Christopher Ferris · 10 years ago
  61. 280d546 Fix bug number for linker related workarounds by Dmitriy Ivanov · 10 years ago
  62. 208ae17 Add Android.bp for libc/libm/libdl by Dan Willemsen · 10 years ago
  63. a992004 Merge "Regenerate NOTICE files." by Elliott Hughes · 10 years ago
  64. 44ead71 Regenerate NOTICE files. by Elliott Hughes · 10 years ago
  65. 8cff2f9 Sync with upstream FreeBSD libm. by Elliott Hughes · 10 years ago
  66. f9f4a43 Revert "Revert "Use compiler builtins for fabs."" by Elliott Hughes · 10 years ago
  67. c5deb0f Revert "Use compiler builtins for fabs." by Elliott Hughes · 10 years ago
  68. d76f169 Use compiler builtins for fabs. by Elliott Hughes · 10 years ago
  69. 6816d8c Merge "Use __builtin_* in <math.h>." by Elliott Hughes · 10 years ago
  70. b662280 Use __builtin_* in <math.h>. by Elliott Hughes · 10 years ago
  71. 8d95950 libm: ARM: reorganize a bit to match ARM64 by Jake Weinstein · 10 years ago
  72. e79d06b Use gcc to build and test x86_64 long double code. by Chih-Hung Hsieh · 10 years ago
  73. f448ef4 Merge "Add versions to libm.so symbols" by Dmitriy Ivanov · 10 years ago
  74. 11ea08c Use new sanitizer option. by Dan Albert · 10 years ago
  75. 636f5dd Add versions to libm.so symbols by Dmitriy Ivanov · 10 years ago
  76. 173ad0a Always build libm with clang. by Elliott Hughes · 10 years ago
  77. 41c99cd Remove LOCAL_CONLY_FLAGS it is no-op. by Dmitriy Ivanov · 10 years ago
  78. 9185e04 Apply work around b/19059885 to x86 by Dmitriy Ivanov · 10 years ago
  79. 7e54c76 Update NOTICE files. by Elliott Hughes · 10 years ago
  80. 88e777d Switch libc/libcstdc++/libm to hash-style=both by Dmitriy Ivanov · 10 years ago
  81. 6e86146 Fix typo in alias symbol. by Christopher Ferris · 10 years ago
  82. 995b813 For libm, use a macro for aliasing symbols. by Christopher Ferris · 10 years ago
  83. d7e091e Merge "Switch libc and libm to sysv-only hash style" by Dmitriy Ivanov · 10 years ago
  84. 2e16d2c Switch libc and libm to sysv-only hash style by Dmitriy Ivanov · 10 years ago
  85. f074b53 Merge "Add the optimized implementation of 18 math functions for x86 and x86_64 respectively" by Christopher Ferris · 10 years ago
  86. 1156508 Generate gnu hash for arm only by Goran Jakovljevic · 10 years ago
  87. 4a55c46 Generate sysv hash for libc, libstdc++ and libm by Dmitriy Ivanov · 10 years ago
  88. 5d4f0e6 Add the optimized implementation of 18 math functions for x86 and x86_64 respectively by Jingwei Zhang · 11 years ago
  89. 45789b6 libm: Add hardware sqrt, ceil, floor and trunc for x86 & x86_64 by James Rose · 11 years ago
  90. c78fa26 libm: arm: add arm specific sqrt and sqrtf by Shu Zhang · 11 years ago
  91. 32936c8 Add aarch64 instructions wherever possible by Amaury Le Leyzour · 10 years ago
  92. 3a629af libm: arm: Add arm specific floor() optimization by Shu Zhang · 11 years ago
  93. 3d535d2 [MIPS] Fix Mips64 build of libm by Duane Sand · 10 years ago
  94. d40d1a0 Cleanup the libm makefile. by Christopher Ferris · 11 years ago
  95. 998f2d5 Remove more BSD cruft from the public headers. by Elliott Hughes · 11 years ago
  96. 6b2b585 Update bionic NOTICE files. by Elliott Hughes · 11 years ago
  97. da19478 Disable ASAN for more of our libraries. by Dan Albert · 11 years ago
  98. 1b66f6e Move a private x86-64 header file out of the limelight. by Elliott Hughes · 11 years ago
  99. b8ee16f Fix our <complex.h> support. by Elliott Hughes · 11 years ago
  100. e91d9cd Don't use an STL for libm. by Dan Albert · 11 years ago