1. 68cbdca libm/libc: remove 'allow_untyped_symbols' flags by Matthias Maennich · 2 years, 4 months ago
  2. c204334 Reuse the libm scalbn() as ldexp(). by Elliott Hughes · 2 years, 3 months ago
  3. 8a77130 Merge "Sync upstream FreeBSD libm (trivial changes)." into main by Treehugger Robot · 2 years, 3 months ago
  4. 8810bd7 Sync upstream FreeBSD libm (real changes). by Elliott Hughes · 2 years, 3 months ago
  5. c1e46b6 Sync upstream FreeBSD libm (trivial changes). by Elliott Hughes · 2 years, 3 months ago
  6. ab2d3e1 Remove __RENAME_LDBL. by Elliott Hughes · 2 years, 4 months ago
  7. f5968d8 Rename files/modules that have the same name by Cole Faust · 2 years, 6 months ago
  8. 2289ca2 risc-v: use clang's builtins for more of libm. by Elliott Hughes · 2 years, 7 months ago
  9. 2f5829b Remove <fenv.h> inlines for obsolete API levels. by Elliott Hughes · 2 years, 8 months ago
  10. 079f6fd libm: admit we use SSE4.1 in x86's libm. by Elliott Hughes · 2 years, 8 months ago
  11. 37d72a3 Fix floor()/floorl() on armv7 arm32 devices. by Elliott Hughes · 2 years, 8 months ago
  12. 0d2c71d Move the copysign() family over to builtins all the time. by Elliott Hughes · 2 years, 8 months ago
  13. 2f1a7b9 Let clang generate most of our assembler for x86/x86-64 too. by Elliott Hughes · 2 years, 8 months ago
  14. 47aa5b9 libm: remove hand-written assembler for arm32 too. by Elliott Hughes · 2 years, 9 months ago
  15. 2dcc5ce Use clang's builtins for sqrt()/sqrtf() and lrint() family. by Elliott Hughes · 2 years, 9 months ago
  16. e343db3 Disable clang-tidy for upstream files. by Chih-Hung Hsieh · 2 years, 10 months ago
  17. 7d2f1b3 Add a code comment explaining the riscv64 TODOs in libm/Android.bp. by Elliott Hughes · 2 years, 10 months ago
  18. edf386b Use more compiler builtins for libm. by Elliott Hughes · 2 years, 10 months ago
  19. 591a2a7 Remove obsolete hacks for the fabs() family. by Elliott Hughes · 2 years, 11 months ago
  20. a0faeb2 Remove remaining "ASCII binary blobs". by Elliott Hughes · 2 years, 11 months ago
  21. e0942db Remove fallback C sqrt/sqrtf. by Elliott Hughes · 3 years ago
  22. 836753a Merge "Simplify the libm build now we don't support non-neon." by Treehugger Robot · 3 years ago
  23. 0cbb902 arm64: use llvm's builtins for lround/lroundf/llround/llroundf. by Elliott Hughes · 3 years ago
  24. 46f24a1 arm64: use llvm's builtins for copysign() and copysignf(). by Elliott Hughes · 3 years ago
  25. 4ceb347 Add riscv64 lrint.S. by Elliott Hughes · 3 years ago
  26. a70e345 Simplify the libm build now we don't support non-neon. by Elliott Hughes · 3 years ago
  27. a439845 Add trivial assembler implementations of sqrt()/sqrtf(). by Elliott Hughes · 3 years ago
  28. 7047431 arm64: fix fesetround(). by Elliott Hughes · 3 years ago
  29. 5a4a2fe Merge "arm64: simplify the fenv implementation a bit." by Treehugger Robot · 3 years ago
  30. 6a1b0f3 riscv64: fenv implementation. by Elliott Hughes · 3 years ago
  31. a93431c arm64: simplify the fenv implementation a bit. by Elliott Hughes · 3 years ago
  32. 022e1aa Sync libm with upstream freebsd. by Elliott Hughes · 3 years, 3 months ago
  33. 291f98a Switch to the more common idiom for scripts in genrules. by Elliott Hughes · 3 years, 4 months ago
  34. 2d8d2a0 Disable strict abigail checking pending asm fix. by Dan Albert · 4 years ago
  35. 335e27b Use single module for libclang_rt.builtins-exported by Colin Cross · 3 years, 8 months ago
  36. 99ef447 libm: sync with upstream. by Elliott Hughes · 3 years, 9 months ago
  37. a13d066 Use -fno-builtin for libc and libm. by Elliott Hughes · 3 years, 11 months ago
  38. 9935aa7 Add/allow clang-14 warnings. by Chih-Hung Hsieh · 4 years ago
  39. 0c3bb2c [libm] Set pragma FENV_EACCESS for x86_64, i386 by Pirama Arumuga Nainar · 4 years, 2 months ago
  40. b5bfe0b Move system_shared_libs into target.bionic clause by Colin Cross · 4 years, 3 months ago
  41. a0a4a6c Replace llndk_library with llndk clause in cc_library by Colin Cross · 4 years, 8 months ago
  42. aa7d835 Add LOCAL_LICENSE_KINDS to bionic by Bob Badour · 4 years, 8 months ago
  43. aa8db1b Fix/update notices. by Elliott Hughes · 4 years, 8 months ago
  44. 444e2f6 Add -Wno-ignored-pragmas. by Chih-Hung Hsieh · 4 years, 9 months ago
  45. 15ade06 Merge changes from topic "builtins-exported" by Ryan Prichard · 4 years, 9 months ago
  46. c22562c Use exported variants of arm32/x86 builtins by Ryan Prichard · 4 years, 9 months ago
  47. bac0ebb Sync libm with upstream FreeBSD. by Elliott Hughes · 4 years, 9 months ago
  48. d9a9622 Don't set native_bridge_supported: true for ndk libraries by Colin Cross · 4 years, 9 months ago
  49. 02bee71 Merge "Make vendor_ramdisk_available." by Yifan Hong · 5 years ago
  50. b04490d Make vendor_ramdisk_available. by Yifan Hong · 5 years ago
  51. 8393a8b Make the connection between implementation and llndk_library explicit by Colin Cross · 5 years ago
  52. 15a05a7 No global ThinLTO for bionic by Yi Kong · 5 years ago
  53. 73ed0c4 Merge changes from topic "arm64_branch-protection" by Elliott Hughes · 5 years ago
  54. bda8558 Merge "Avoid explicit use of "10000" in build files." by Dan Albert · 5 years ago
  55. 42b6530 libm: Add Armv8.3-A PAuth and Armv8.5-A BTI support to assembly files by Tamas Petz · 6 years ago
  56. c68ec15 Fix issues with .note.GNU-stack section directives. by Stephen Hines · 5 years ago
  57. 48943b2 Avoid explicit use of "10000" in build files. by Dan Albert · 5 years ago
  58. f762275 Show coverage for libm too. by Elliott Hughes · 5 years ago
  59. 26ddc4d Add 29 to stubs.versions of libc/libdl/libm by Jooyung Han · 6 years ago
  60. 44c01c7 Clean up the math headers. by Elliott Hughes · 6 years ago
  61. 1cc755c Fully disable clang format where needed. by Christopher Ferris · 6 years ago
  62. fdaf82f Link .clang-format file to system/core one. by Christopher Ferris · 6 years ago
  63. 5a39cee Make ramdisk_available. by Yifan Hong · 6 years ago
  64. 4540db6 Track library name change. by Elliott Hughes · 6 years ago
  65. 73166c8 Stop exporting certain deprecated unwinder symbols from libc.so and libm.so. by Peter Collingbourne · 6 years ago
  66. b061e77 Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM. by Peter Collingbourne · 6 years ago
  67. ff49a3c libm: sync with upstream FreeBSD. by Elliott Hughes · 6 years ago
  68. 48da333 Merge "Remove unused -D from libm build." by Elliott Hughes · 6 years ago
  69. 2584b88 Remove unused -D from libm build. by Elliott Hughes · 6 years ago
  70. e87e0dc Restrict the availability of the bionic libs by Jiyong Park · 6 years ago
  71. 3984a99 libm: track arm-optimized-routines changes. by Elliott Hughes · 6 years ago
  72. ef14a89 libm: remove unused x86/x86_64 assembler. by Elliott Hughes · 6 years ago
  73. 8947972 SSE4.1 is part of the Android x86/x86-64 ABI. by Elliott Hughes · 6 years ago
  74. dfde0ee Change SANITIZE_TARGET refs from 'coverage' to 'fuzzer'. by Mitch Phillips · 6 years ago
  75. 7f04880 Enable native_bridge_support by dimitry · 6 years ago
  76. 036e09c Don't install *.mountpoint targets by Jiyong Park · 7 years ago
  77. 1ac113d Turn on XOM for libm by Yi Kong · 7 years ago
  78. e3d90de Switch libm to libcrt.builtins by Yi Kong · 7 years ago
  79. 16f9472 Use no_libcrt property instead of hard coding projects to exclude by Yi Kong · 7 years ago
  80. 2d1a2aa libm: sync with upstream FreeBSD. by Elliott Hughes · 7 years ago
  81. a5f914a Add bionic mount points under /bionic by Jiyong Park · 7 years ago
  82. c45fe9f Add stubs variants for bionic libs by Jiyong Park · 7 years ago
  83. d19b3c5 Generate the per-arch .map files at build time. by Elliott Hughes · 7 years ago
  84. 37a2e61 Suppress cert-dcl16-c clang-tidy warnings by Chih-Hung Hsieh · 7 years ago
  85. f17fd1d Disable XOM in linker, libc, and libm. by Ivan Lozano · 7 years ago
  86. 7208139 Merge "Use builtins for ceil/floor/rint/trunc on arm64" by Elliott Hughes · 7 years ago
  87. b75cc02 Revert "arm64: Use builtin for nearbyintf/nearbyint" by Elliott Hughes · 7 years ago
  88. 35d8ba3 arm64: Use builtin for nearbyintf/nearbyint by Adhemerval Zanella · 7 years ago
  89. 222ce95 Remove ARM/MIPS fenv duplication. by Elliott Hughes · 7 years ago
  90. ab42e6f Use --Bsymbolic-functions on libm by Adhemerval Zanella · 7 years ago
  91. bd58729 Use -fno-math-errno for libm by Adhemerval Zanella · 7 years ago
  92. f6b101d Use double-precision routines from arm-optimized-routines by Adhemerval Zanella · 7 years ago
  93. bc46fb8 Start using libarm-optimized-routines in libm. by Elliott Hughes · 7 years ago
  94. ab52807 Update to FreeBSD libm r336665. by Elliott Hughes · 7 years ago
  95. 253a830 Revert "Update to FreeBSD libm r336523." by Andreas Gampe · 7 years ago
  96. f86ee10 Update to FreeBSD libm r336523. by Elliott Hughes · 7 years ago
  97. ecbff83 Work around b/24465209, do not pack relocation table. by Chih-Hung Hsieh · 7 years ago
  98. 0fc5df0 Work around b/24465209, do not use clang lld by Chih-Hung Hsieh · 7 years ago
  99. 5603c6e Mark as recovery_available: true by Jiyong Park · 7 years ago
  100. e332f65 Switch to FreeBSD's actual sincos. by Elliott Hughes · 7 years ago