1. 4d0d314 Add versions to libm.so symbols by Dmitriy Ivanov · 9 years ago
  2. 69a5fb9 Apply work around b/19059885 to x86 by Dmitriy Ivanov · 9 years ago
  3. 97139e6 Merge "Update NOTICE files." into mnc-dev by Elliott Hughes · 9 years ago
  4. f0bd92d Update NOTICE files. by Elliott Hughes · 9 years ago
  5. f7009f4 Switch libc/libcstdc++/libm to hash-style=both by Dmitriy Ivanov · 9 years ago
  6. 6e86146 Fix typo in alias symbol. by Christopher Ferris · 9 years ago
  7. 995b813 For libm, use a macro for aliasing symbols. by Christopher Ferris · 9 years ago
  8. d7e091e Merge "Switch libc and libm to sysv-only hash style" by Dmitriy Ivanov · 9 years ago
  9. 2e16d2c Switch libc and libm to sysv-only hash style by Dmitriy Ivanov · 9 years ago
  10. f074b53 Merge "Add the optimized implementation of 18 math functions for x86 and x86_64 respectively" by Christopher Ferris · 9 years ago
  11. 1156508 Generate gnu hash for arm only by Goran Jakovljevic · 9 years ago
  12. 4a55c46 Generate sysv hash for libc, libstdc++ and libm by Dmitriy Ivanov · 9 years ago
  13. 5d4f0e6 Add the optimized implementation of 18 math functions for x86 and x86_64 respectively by Jingwei Zhang · 10 years ago
  14. 45789b6 libm: Add hardware sqrt, ceil, floor and trunc for x86 & x86_64 by James Rose · 10 years ago
  15. c78fa26 libm: arm: add arm specific sqrt and sqrtf by Shu Zhang · 10 years ago
  16. 32936c8 Add aarch64 instructions wherever possible by Amaury Le Leyzour · 9 years ago
  17. 3a629af libm: arm: Add arm specific floor() optimization by Shu Zhang · 10 years ago
  18. 3d535d2 [MIPS] Fix Mips64 build of libm by Duane Sand · 9 years ago
  19. d40d1a0 Cleanup the libm makefile. by Christopher Ferris · 9 years ago
  20. 998f2d5 Remove more BSD cruft from the public headers. by Elliott Hughes · 9 years ago
  21. 6b2b585 Update bionic NOTICE files. by Elliott Hughes · 9 years ago
  22. da19478 Disable ASAN for more of our libraries. by Dan Albert · 9 years ago
  23. 1b66f6e Move a private x86-64 header file out of the limelight. by Elliott Hughes · 9 years ago
  24. b8ee16f Fix our <complex.h> support. by Elliott Hughes · 10 years ago
  25. e91d9cd Don't use an STL for libm. by Dan Albert · 10 years ago
  26. 14538ca Catch up on upstream's round/roundf/roundl. by Elliott Hughes · 10 years ago
  27. 488268b Sync libm with upstream. by Elliott Hughes · 10 years ago
  28. 12e3f22 Add coverage flag for libm. by Dan Albert · 10 years ago
  29. 7553185 Fix lgamma_r/lgammaf_r/lgammal_r for -0. by Elliott Hughes · 10 years ago
  30. c729d4f Get new coshl, sinhl, and tanhl implementations from upstream. by Elliott Hughes · 10 years ago
  31. 460ad74 Sync libm with upstream. by Elliott Hughes · 10 years ago
  32. 356a624 Disable Clang, due to x86 LDBL_MANT_DIG errors. by Chih-Hung Hsieh · 10 years ago
  33. e0c56ef Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. by Elliott Hughes · 10 years ago
  34. f4c948a Move the meat of <features.h> into <sys/cdefs.h>. by Elliott Hughes · 10 years ago
  35. 5f5cc45 Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE). by Elliott Hughes · 10 years ago
  36. 1e83245 Revert "Switch libm to building with clang." by Elliott Hughes · 10 years ago
  37. aadc4b2 Switch libm to building with clang. by Elliott Hughes · 10 years ago
  38. 71f9b34 Revert "Revert "Prevent symbols from libgcc from being reexported."" by Dan Albert · 10 years ago
  39. 4e4e1a5 Revert "Prevent symbols from libgcc from being reexported." by Dan Albert · 10 years ago
  40. 65e80cf Prevent symbols from libgcc from being reexported. by Dan Albert · 10 years ago
  41. b6ca747 Merge "Add a flag control that PRIVATE libm can be chosen" by Elliott Hughes · 10 years ago
  42. 4779a11 Merge "Move mips fenv implementation details into fenv.c." by Elliott Hughes · 10 years ago
  43. 89d6124 Move mips fenv implementation details into fenv.c. by Elliott Hughes · 10 years ago
  44. 43bf81e Move x86 fenv implementation details into fenv.c. by Elliott Hughes · 10 years ago
  45. 9812a02 Clean up the ARM fenv.h, moving implementation details into fenv.c. by Elliott Hughes · 10 years ago
  46. a147a1d AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation. by Serban Constantinescu · 10 years ago
  47. ff00dc8 Workaround the GCC "(long)fn -> lfn" optimization bug. by Ben Cheng · 10 years ago
  48. de9ac71 Use -fvisibility=hidden to build libm. by Elliott Hughes · 10 years ago
  49. b4f2f28 Declare sincos/sincosf/sincosl in <math.h>. by Elliott Hughes · 10 years ago
  50. 9a5a3e8 Fix <math.h> to quieten most of our warnings. by Elliott Hughes · 10 years ago
  51. bfa582d Update the NOTICE files and improve the script slightly. by Elliott Hughes · 10 years ago
  52. 1abc9ff Clean-up _fpmath and fake_long_doubles by Calin Juravle · 10 years ago
  53. acbe322 Regenerate the NOTICE files. by Elliott Hughes · 10 years ago
  54. 0f95a55 Fix arm64 floating point definitions. by Elliott Hughes · 10 years ago
  55. 02c78a3 Reimplement isinf/isnan/fpclassify. by Elliott Hughes · 10 years ago
  56. f723b70 Emit warnings when linking against imprecise math functions by Calin Juravle · 10 years ago
  57. 4d77c11 Fix LP64 libm for 128-bit long doubles by Calin Juravle · 10 years ago
  58. bd3155d Update libm to the upstream head (2014.03.13) by Calin Juravle · 10 years ago
  59. 4e54b11 Update the NOTICE files. by Elliott Hughes · 10 years ago
  60. 7ba84d3 Fix x86_64 build by Pavel Chupin · 10 years ago
  61. 26349d8 Fix mips build by Calin Juravle · 10 years ago
  62. 2d36790 Moved to a more openbsd-like fenv.h by Calin Juravle · 10 years ago
  63. a38cb08 Clean up various warnings in bionic. by Elliott Hughes · 10 years ago
  64. c16a453 Merge "Remove <sys/_types.h>." by Elliott Hughes · 10 years ago
  65. 9f87a0b Remove <sys/_types.h>. by Elliott Hughes · 10 years ago
  66. 645d031 [MIPS64] libc/libm support by Chris Dearman · 10 years ago
  67. 609526f Use arch-specific LOCAL_ variables to build libm. by Ying Wang · 10 years ago
  68. d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 10 years ago
  69. 54a7494 Regenerate the NOTICE files. by Elliott Hughes · 10 years ago
  70. 28ddd91 Fix __isnanl on aarch64. by Elliott Hughes · 10 years ago
  71. 20adf52 We actually have modfl. by Elliott Hughes · 10 years ago
  72. 241608e Don't use weak aliases in libm. by Elliott Hughes · 10 years ago
  73. 1c4f101 AArch64: Initial AArch64 port of libm by Serban Constantinescu · 11 years ago
  74. ab61eb3 Switch to upstream sleep(3) and usleep(3). by Elliott Hughes · 10 years ago
  75. 361847f Fix the x86_64 fenv.h. by Elliott Hughes · 11 years ago
  76. 770a349 Fix libm build for x86_64. by Elliott Hughes · 11 years ago
  77. ce7add1 x86_64: libm fixes by Pavel Chupin · 11 years ago
  78. 7841946 Take upstream libm changes. by Elliott Hughes · 11 years ago
  79. 0493a6f Regenerate NOTICE files. by Elliott Hughes · 11 years ago
  80. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 11 years ago
  81. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 11 years ago
  82. 170dbe2 Add a few more missing libm long double stubs. by Elliott Hughes · 11 years ago
  83. 926a307 Add a missing logbl stub. by Elliott Hughes · 11 years ago
  84. ef545a2 Remove the currently-unused i387 assembler to make way for the new. by Elliott Hughes · 11 years ago
  85. 9b05df3 Make sincosl call sinl and cosl. by Elliott Hughes · 11 years ago
  86. d65bd84 Update the libm/NOTICE file after the upgrade. by Elliott Hughes · 11 years ago
  87. a0ee078 Upgrade libm. by Elliott Hughes · 11 years ago
  88. 448080d Bring the NOTICE files back up to date. by Elliott Hughes · 11 years ago
  89. d97d1ca Add a flag control that PRIVATE libm can be chosen by Xiaokang, Qin · 12 years ago
  90. d199017 [MIPS] Rewrite fenv.h for Android by Raghu Gandham · 11 years ago
  91. 90e10d4 Rewrite <fenv.h> for ARM. by Elliott Hughes · 12 years ago
  92. 0f7809d Start cleaning up libm. by Elliott Hughes · 12 years ago
  93. 2f7d7c6 Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLS by Andrew Hsieh · 12 years ago
  94. 32dbc03 Regenerate all NOTICE files with the latest version of the script. by Elliott Hughes · 12 years ago
  95. ae5c644 Add dependencies on all the makefiles. by Elliott Hughes · 12 years ago
  96. 387d4b7 Auto-generate a complete NOTICE file. by Elliott Hughes · 12 years ago
  97. 4e86ebb Had include/arm/fenv.h, but missed include/mips/fenv.h. by Shih-wei Liao · 12 years ago
  98. 29aa009 Enable sqrtf() x86 assembly code by xqian6 · 12 years ago
  99. e33af61 Remove the last references to SuperH. by Elliott Hughes · 12 years ago
  100. 726800e MIPS support to libm, libdl and libthread_db by Chris Dearman · 12 years ago