1. a0a4a6c Replace llndk_library with llndk clause in cc_library by Colin Cross · 4 years, 5 months ago
  2. aa7d835 Add LOCAL_LICENSE_KINDS to bionic by Bob Badour · 4 years, 6 months ago
  3. aa8db1b Fix/update notices. by Elliott Hughes · 4 years, 6 months ago
  4. 444e2f6 Add -Wno-ignored-pragmas. by Chih-Hung Hsieh · 4 years, 6 months ago
  5. 15ade06 Merge changes from topic "builtins-exported" by Ryan Prichard · 4 years, 6 months ago
  6. c22562c Use exported variants of arm32/x86 builtins by Ryan Prichard · 4 years, 6 months ago
  7. bac0ebb Sync libm with upstream FreeBSD. by Elliott Hughes · 4 years, 6 months ago
  8. d9a9622 Don't set native_bridge_supported: true for ndk libraries by Colin Cross · 4 years, 7 months ago
  9. 02bee71 Merge "Make vendor_ramdisk_available." by Yifan Hong · 4 years, 9 months ago
  10. b04490d Make vendor_ramdisk_available. by Yifan Hong · 4 years, 10 months ago
  11. 8393a8b Make the connection between implementation and llndk_library explicit by Colin Cross · 4 years, 10 months ago
  12. 15a05a7 No global ThinLTO for bionic by Yi Kong · 4 years, 11 months ago
  13. 73ed0c4 Merge changes from topic "arm64_branch-protection" by Elliott Hughes · 4 years, 10 months ago
  14. bda8558 Merge "Avoid explicit use of "10000" in build files." by Dan Albert · 4 years, 10 months ago
  15. 42b6530 libm: Add Armv8.3-A PAuth and Armv8.5-A BTI support to assembly files by Tamas Petz · 6 years ago
  16. c68ec15 Fix issues with .note.GNU-stack section directives. by Stephen Hines · 5 years ago
  17. 48943b2 Avoid explicit use of "10000" in build files. by Dan Albert · 5 years ago
  18. f762275 Show coverage for libm too. by Elliott Hughes · 5 years ago
  19. 26ddc4d Add 29 to stubs.versions of libc/libdl/libm by Jooyung Han · 5 years ago
  20. 44c01c7 Clean up the math headers. by Elliott Hughes · 5 years ago
  21. 1cc755c Fully disable clang format where needed. by Christopher Ferris · 6 years ago
  22. fdaf82f Link .clang-format file to system/core one. by Christopher Ferris · 6 years ago
  23. 5a39cee Make ramdisk_available. by Yifan Hong · 6 years ago
  24. 4540db6 Track library name change. by Elliott Hughes · 6 years ago
  25. 73166c8 Stop exporting certain deprecated unwinder symbols from libc.so and libm.so. by Peter Collingbourne · 6 years ago
  26. b061e77 Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM. by Peter Collingbourne · 6 years ago
  27. ff49a3c libm: sync with upstream FreeBSD. by Elliott Hughes · 6 years ago
  28. 48da333 Merge "Remove unused -D from libm build." by Elliott Hughes · 6 years ago
  29. 2584b88 Remove unused -D from libm build. by Elliott Hughes · 6 years ago
  30. e87e0dc Restrict the availability of the bionic libs by Jiyong Park · 6 years ago
  31. 3984a99 libm: track arm-optimized-routines changes. by Elliott Hughes · 6 years ago
  32. ef14a89 libm: remove unused x86/x86_64 assembler. by Elliott Hughes · 6 years ago
  33. 8947972 SSE4.1 is part of the Android x86/x86-64 ABI. by Elliott Hughes · 6 years ago
  34. dfde0ee Change SANITIZE_TARGET refs from 'coverage' to 'fuzzer'. by Mitch Phillips · 6 years ago
  35. 7f04880 Enable native_bridge_support by dimitry · 6 years ago
  36. 036e09c Don't install *.mountpoint targets by Jiyong Park · 6 years ago
  37. 1ac113d Turn on XOM for libm by Yi Kong · 6 years ago
  38. e3d90de Switch libm to libcrt.builtins by Yi Kong · 6 years ago
  39. 16f9472 Use no_libcrt property instead of hard coding projects to exclude by Yi Kong · 6 years ago
  40. 2d1a2aa libm: sync with upstream FreeBSD. by Elliott Hughes · 6 years ago
  41. a5f914a Add bionic mount points under /bionic by Jiyong Park · 7 years ago
  42. c45fe9f Add stubs variants for bionic libs by Jiyong Park · 7 years ago
  43. d19b3c5 Generate the per-arch .map files at build time. by Elliott Hughes · 7 years ago
  44. 37a2e61 Suppress cert-dcl16-c clang-tidy warnings by Chih-Hung Hsieh · 7 years ago
  45. f17fd1d Disable XOM in linker, libc, and libm. by Ivan Lozano · 7 years ago
  46. 7208139 Merge "Use builtins for ceil/floor/rint/trunc on arm64" by Elliott Hughes · 7 years ago
  47. b75cc02 Revert "arm64: Use builtin for nearbyintf/nearbyint" by Elliott Hughes · 7 years ago
  48. 35d8ba3 arm64: Use builtin for nearbyintf/nearbyint by Adhemerval Zanella · 7 years ago
  49. 222ce95 Remove ARM/MIPS fenv duplication. by Elliott Hughes · 7 years ago
  50. ab42e6f Use --Bsymbolic-functions on libm by Adhemerval Zanella · 7 years ago
  51. bd58729 Use -fno-math-errno for libm by Adhemerval Zanella · 7 years ago
  52. f6b101d Use double-precision routines from arm-optimized-routines by Adhemerval Zanella · 7 years ago
  53. bc46fb8 Start using libarm-optimized-routines in libm. by Elliott Hughes · 7 years ago
  54. ab52807 Update to FreeBSD libm r336665. by Elliott Hughes · 7 years ago
  55. 253a830 Revert "Update to FreeBSD libm r336523." by Andreas Gampe · 7 years ago
  56. f86ee10 Update to FreeBSD libm r336523. by Elliott Hughes · 7 years ago
  57. ecbff83 Work around b/24465209, do not pack relocation table. by Chih-Hung Hsieh · 7 years ago
  58. 0fc5df0 Work around b/24465209, do not use clang lld by Chih-Hung Hsieh · 7 years ago
  59. 5603c6e Mark as recovery_available: true by Jiyong Park · 7 years ago
  60. e332f65 Switch to FreeBSD's actual sincos. by Elliott Hughes · 7 years ago
  61. 0364a4b Switch to FreeBSD catrigl.c for complex arc trig functions. by Elliott Hughes · 7 years ago
  62. 8da8ca4 Update libm from upstream. by Elliott Hughes · 7 years ago
  63. 589592c Remove -Wno-uninitialized from libm Android.bp. by Elliott Hughes · 7 years ago
  64. cbc80ba Switch the rest of our internal headers to #pragma once. by Elliott Hughes · 7 years ago
  65. 40f15ec Package bionic static libraries in the NDK. by Dan Albert · 8 years ago
  66. b6310c2 Fixing app compat issue b/72143978 by Ian Pedowitz · 8 years ago
  67. 1b0f2b4 Remove obsolete workaround. by Elliott Hughes · 8 years ago
  68. 1e108e3 Use builtins for ceil/floor/rint/trunc on arm64 by Jake Weinstein · 8 years ago
  69. 9a1bb70 Use builtins for fma/fmax/fmin/round on arm64. by Elliott Hughes · 8 years ago
  70. 3b583f6 Revert "Use builtins for fma/fmax/fmin/round on arm/arm64." by Elliott Hughes · 8 years ago
  71. e57d772 Use builtins for fma/fmax/fmin/round on arm/arm64. by Elliott Hughes · 8 years ago
  72. b6c7f6e Fix arm/arm64 <fenv.h> to match current reality. by Elliott Hughes · 8 years ago
  73. 5c6a7bf Remove some legacy declarations from <math.h>. by Elliott Hughes · 8 years ago
  74. f1c568d Add <glob.h>. by Elliott Hughes · 8 years ago
  75. 50cda38 Use __RENAME for long double functions. by Elliott Hughes · 8 years ago
  76. e719ceb Enable 32-bit armv8 NEON for libm by Isaac Chen · 8 years ago
  77. b6a6ac5 Add missing libm introduced=26 annotations. by Elliott Hughes · 8 years ago
  78. 98414b3 Make _scan_nan a bit less visible for libandroid_support users. by Elliott Hughes · 8 years ago
  79. 5ea0b06 libm symbol cleanup. by Elliott Hughes · 8 years ago
  80. e925418 Disable integer_overflow sanitizer in libm. by Ivan Lozano · 8 years ago
  81. 51a9bf1 Remove .(ll)ndk suffix from (ll)ndk_library by Dan Willemsen · 8 years ago
  82. b8f7fde Add LLNDK stub libraries for the VNDK by Dan Willemsen · 8 years ago
  83. 0779f57 Disable coverage sanitizer when address sanitizer is disabled on libm. by Stephen Hines · 9 years ago
  84. f347046 Merge changes Iade6a185,Iab3050bd by Evgenii Stepanov · 9 years ago
  85. bc232b9 Cleanup: replace sanitize:never with address:false. by Evgenii Stepanov · 9 years ago
  86. 7ec52b1 Enable libc/libdl/libm/linker for host bionic by Dan Willemsen · 9 years ago
  87. 60dc6b2 Mark LIBC_DEPRECATED as platform-only. by Dan Albert · 9 years ago
  88. dfb74c5 Minor copyright header unification. by Elliott Hughes · 9 years ago
  89. c30862f One NOTICE file to rule them all. by Dan Albert · 9 years ago
  90. 0568ee2 Remove obsolete -std request. by Elliott Hughes · 9 years ago
  91. 4238a35 Add modules for NDK headers and libraries. by Dan Albert · 9 years ago
  92. 519a4f2 Run genversion-scripts.py. by Dan Albert · 9 years ago
  93. ea4717f Annotate libm.map.txt. by Dan Albert · 9 years ago
  94. 5470c18 Make it possible to build bionic with -I instead of -isystem. by Elliott Hughes · 9 years ago
  95. 9c8d711 Don't expose all BSD extensions. by Elliott Hughes · 9 years ago
  96. 3ba55f8 Rationalize visibility. by Elliott Hughes · 9 years ago
  97. 7581f9c Clean up obsolete libm makefile cruft. by Elliott Hughes · 9 years ago
  98. 7510c33 Remove deprecated Android.mk files by Colin Cross · 9 years ago
  99. 882b8af Regenerate NOTICE files. by Elliott Hughes · 9 years ago
  100. 0c65708 Update Android.bp to match Android.mk by Dan Willemsen · 9 years ago