1. bd0f475 [libc][math][test] add missed mpfr test for `ceilf128` (#182201) by Mohamed Emad · 5 hours ago main master
  2. 404237b [libc][math] Update BFloat16 basic operation exhaustive tests to include mixed signs. (#182131) by lntue · 14 hours ago
  3. 0cac1ae [libc][math] change bf16fmal to be header-only and constexpr-compat (#181666) by Serosh · 18 hours ago
  4. 65cf6f8 [libc][math] Refactor bf16divl to header-only (#181535) by AbdallahRashed · 22 hours ago
  5. 0879f26 [libc][math] Refactor `logbl` to header only (#181659) by Vachan · 22 hours ago
  6. 86a7bc2 [libc][math] Refactor f16add Math Functions to Header Only (#181777) by Atharv Mane · 22 hours ago
  7. f27f6b4 [libc][math] Refactor tanpif to header only (#181525) by Xinlong Chen · 22 hours ago
  8. ce2be83 [libc][math] Refactor tanf16 to header only (#181523) by Xinlong Chen · 22 hours ago
  9. 93cf7d4 Revert "[libc] Add getc, ungetc, fflush to enable libc++ iostream on baremetal" (#181931) by Paul Kirth · 2 days ago
  10. 451ee34 [libc][math] Refactored bf16fmaf to Header Only (#181919) by Abhijeet · 2 days ago
  11. d1714b6 [libc][math] Fix build failures caused by constexpr (#181920) by Muhammad Bassiouni · 2 days ago
  12. 2aa4222 [libc][math] Refactor sincos implementation to header only (#177522) by Ash · 2 days ago
  13. a29203a [libc][math] Refactor bf16divf implementation to header-only in src/__support/math folder. (#181086) by bala-bhargav · 2 days ago
  14. 282a7bf [libc][math] Refactor logb implementation to header-only (#175719) by Dhruv · 2 days ago
  15. 4091db9 [libc][math] Refactor bf16addf to header only (#181230) by Viktor Moros · 2 days ago
  16. 211ee55 [libc] Fix OS when using `-llvm` OS in the triple (#181908) by Joseph Huber · 2 days ago
  17. 40e40f9 [libc] Fix warnings for the GPU test suite (#181763) by Joseph Huber · 2 days ago
  18. 8982b8d [libc] Add basic support for building SPIR-V libraries (#181049) by fineg74 · 2 days ago
  19. 0d1465c [libc][NFC] Fix comments and macros in the RPC interface by Joseph Huber · 3 days ago
  20. bd4989d [libc] Fix move destruction double-freeing ports after move to RAII by Joseph Huber · 3 days ago
  21. c98431e [libc] Replace RPC 'close()' mechanism with RAII handler (#181690) by Joseph Huber · 3 days ago
  22. bbeac49 [libc][math] Refactor sinpif16 to header only. (#178503) by DannyDaoBoYang · 3 days ago
  23. e67a3a9 [libc][math] Refactor canonicalize function family to header-only (#181467) by Anonmiraj · 3 days ago
  24. 8bd9357 [libc][wctype] Reland internal UTF8 wctype classification functions (#181468) by Marcell Leleszi · 3 days ago
  25. e7aa754 [libc][wctype] Add missing functions to wctype docs (#181478) by Marcell Leleszi · 3 days ago
  26. 03ef997 [libc][math] Refactor bf16add to header only (#181392) by Atharv Mane · 4 days ago
  27. f038856 [libc][math] Refactor tanhf16 implementation to header-only in src/__support/math folder. (#178645) by Xinlong Chen · 4 days ago
  28. d7bad76 [libc][math] Refactor hypotf16 to Header Only (#180511). by Zorojuro · 5 days ago
  29. 467280c [libc][math] Refactor ffma implementation to header-only in src/__support/math folder (#175304). by Menace · 5 days ago
  30. d69d362 [libc][math] Refactor tanhf implementation to header-only in src/__support/math folder. (#178554) by Xinlong Chen · 5 days ago
  31. acbf863 [libc][math] Refactor bf16addf128 to header only (#181058) by Abhijeet · 5 days ago
  32. 568f89b Implement vector version of memchr, and dispatch to same (#177711) by Sterling-Augustine · 6 days ago
  33. cb5d944 [libc] Implement lit-based test execution for Libc (#178746) by Jeff Bailey · 6 days ago
  34. 8ac64ed [libc][math] Fix result sign logic in fputil::generic::add_or_sub (#181231) by OverMighty · 7 days ago
  35. 481e7e9 [libc] Small change to accept lambda types in rpc::dispatch by Joseph Huber · 7 days ago
  36. 46ca9a4 [libc] Add getc, ungetc, fflush to enable libc++ iostream on baremetal (#175530) by Volodymyr Turanskyy · 7 days ago
  37. 3f6500b [libc] Rewrite "Full Host Build" instructions (#180439) by Jeff Bailey · 7 days ago
  38. d17f2b7 [libc][math] Refactor `f16sqrtf` to Header Only. (#180749) by iLeGend · 7 days ago
  39. 671d300 [libc] Fix incorrect element type in RPC handler by Joseph Huber · 7 days ago
  40. 475a1ee [libc] Cleanup RPC helpers and comments by Joseph Huber · 8 days ago
  41. 431b05e [libc] Add RPC helpers for dispatching functions to the host (#179085) by Joseph Huber · 8 days ago
  42. 386b36c [libc] Disable math exceptions for baremetal (#180863) by Prabhu Rajasekaran · 8 days ago
  43. 821ef23 [libc] Add option to disable printf bit int (#180832) by Michael Jones · 9 days ago
  44. 752970a [libc][math] Refactor powf to Header Only. (#176531) by Anonmiraj · 9 days ago
  45. 577bbc6 [libc][math] Refactor pow to Header Only. (#176529) by Anonmiraj · 9 days ago
  46. 7f9e5b1 [libc][math] Refactor log2f to Header Only. (#176527) by Anonmiraj · 9 days ago
  47. db7f9b6 [libc][math] Refactor log2f16 to Header Only. (#176526) by Anonmiraj · 9 days ago
  48. c926913 [libc][math] Refactor log10f to Header Only. (#176520) by Anonmiraj · 9 days ago
  49. 50fa517 [libc][math] Refactor log1pf to Header Only. (#176525) by Anonmiraj · 9 days ago
  50. cba3fa4 [libc][math] Refactor log10f16 to Header Only. (#176523) by Anonmiraj · 9 days ago
  51. 7f899db [libc][math] Refactor llogbl to be header-only (#175376) by Mathew Joseph · 9 days ago
  52. 5b29d7e [libc] Fix unit test dependency and respect LIBC_INCLUDE_BENCHMARKS (#180812) by Joseph Huber · 9 days ago
  53. e809c3d [libc] Size optimized defaults for baremetal (#180642) by Prabhu Rajasekaran · 9 days ago
  54. 80ebc25 [libc][docs] Fix stale entrypoints links and time.h table duplication (#180347) by Petter Berntsson · 10 days ago
  55. 5a9ac16 [libc] Disable Clinger fast path for baremetal (#180598) by Prabhu Rajasekaran · 10 days ago
  56. 4fd201b [libc][math] Refactor ffmal to Header Only. (#179069) by Zorojuro · 12 days ago
  57. ebed16d [libc][math] Refactor sqrtf128 to header only (#177760) by Iasonaskrpr · 12 days ago
  58. 3cbc8ed [libc][docs] Document printf NULL handling for %s/%n (#180067) by petbernt · 13 days ago
  59. 0013651 Revert "[libc][wctype] Implement internal UTF8 wctype classification functions" (#180186) by Marcell Leleszi · 13 days ago
  60. a4dd43a [libc][wctype] Implement internal UTF8 wctype classification functions (#174607) by Marcell Leleszi · 13 days ago
  61. 6f477d6 [libc][math] Refactor f16fmaf to Header Only. (#178851) by Zorojuro · 14 days ago
  62. a11b071 [libc] Remove "stdio.h" include from fx_bits.h (#179805) by Haowei · 14 days ago
  63. 0c64732 [libc][wctype] Move classification lookup tables to a cpp file (#174993) by Marcell Leleszi · 14 days ago
  64. 100a6cf [libc][math] Fix build failures from last refactor. (#179966) by Muhammad Bassiouni · 14 days ago
  65. f789abc [libc][math] Refactor f16fmaf128 to Header Only (#177850) by Zorojuro · 14 days ago
  66. f1f1640 [libc][math] Resolve size issues on baremetal and cleanup code. (#179707) by Muhammad Bassiouni · 14 days ago
  67. c73e1f2 [libc] Disable strong stack protector for baremetal (#179559) by Prabhu Rajasekaran · 2 weeks ago
  68. e1316c4 [libc] Address size bloat issues (#179398) by Prabhu Rajasekaran · 2 weeks ago
  69. 0bd00fe [libc] Tweak the runtimes cross-build for GPU (#178548) by Joseph Huber · 2 weeks ago
  70. 291ac13 [libc][SVE] add sve handling for memcpy with count less than 32b (#167446) by Schrodinger ZHU Yifan · 2 weeks ago
  71. 2c2c183 [libc] Address sincosf size bloat (#179004) by Prabhu Rajasekaran · 3 weeks ago
  72. a206ae7 [libc][test] Fix TmMatcher and correct tm_yday/tm_wday test values (#179029) by Jeff Bailey · 3 weeks ago
  73. 975c3cc [libc][math] Refactor sqrtf to header-only (#178778) by Saina Daneshmand · 3 weeks ago
  74. 48ddd0d [libc][math] Refactor sincosf implementation to header only (#177523) by Ash · 3 weeks ago
  75. 1d3dc6a [libc][math] Refactor f16sqrt to Header Only (#177167) by Zhihui Yang · 3 weeks ago
  76. af494ab [libc] provide str to float build configs (#178780) by Prabhu Rajasekaran · 3 weeks ago
  77. 5a2a89c [libc] Add pthread_getattr_np declaration (#178549) by Roland McGrath · 3 weeks ago
  78. 40ffe20 [libc][math] Refactor sqrt to header-only (#178335) by Saina Daneshmand · 3 weeks ago
  79. 3594ff3 [libc] Clean up pthread.yaml (#178327) by Roland McGrath · 3 weeks ago
  80. 878a77b [libc][math] Fix AMD build errors. (#178507) by Muhammad Bassiouni · 3 weeks ago
  81. d3a1e3a [libc] [math] Refactor fsqrtl to be header-only (#176169) by Atharv Mane · 3 weeks ago
  82. 531de10 [libc][math] Refactor logf16 to header-only shared math (#175408) by cpist (He / Him) · 3 weeks ago
  83. 299ec23 [libc][math] Refactor llogbf128 to header-only (#175617) by Sersawy · 3 weeks ago
  84. d134ea6 [libc] Do not use stack protectors or frame pointers on GPU by Joseph Huber · 3 weeks ago
  85. ba5d320 [libc][math] Refactor ilogb implementation to header-only in src/__support/math folder. (#175504) by Dasha Buka · 3 weeks ago
  86. 98420a5 [libc][math] Refactor sinpif to Header Only. (#176580) by DannyDaoBoYang · 3 weeks ago
  87. 97d641c [libc][math] Refactor llogbf16 to header-only (#178078) by Sersawy · 3 weeks ago
  88. 2efe3e8 [libc][math] Refactor sqrtf16 to Header Only (#177726) by Prajwal KP · 3 weeks ago
  89. 771638c [libc] fix LIBC_CONF_ENABLE_STRONG_STACK_PROTECTOR (#178136) by Jakob Koschel · 3 weeks ago
  90. 3b91919 [libc][math] Refactor sinf16 implementation to header-only in src/__support/math folder. (#178062) by Nico Weber · 3 weeks ago
  91. e0fd8b9 [libc][math] Refactor llogb to Header Only (#175524) by Vedant Neve · 3 weeks ago
  92. baea60b [libc][math] Fix parallel implementation for asin (#178100) by Muhammad Bassiouni · 3 weeks ago
  93. 11ae4c6 [libc][math] Refractor sinhf16 to Header only (#177337) by Anikesh Parashar · 3 weeks ago
  94. 3d0e972 [libc][math] Refactor ilogbf128 to Header Only (#175396) by Ramshankar · 3 weeks ago
  95. bf08bd7 [libc][math] Refractor sinhf to Header only (#177336) by Anikesh Parashar · 3 weeks ago
  96. 8bf720f [libm] Update include guards in libc/src/__support/math (#178055) by Nico Weber · 3 weeks ago
  97. d453986 [libc] Add Elf32_Xword type (#177915) by Jakob Koschel · 3 weeks ago
  98. 2caf210 [libc][math] Refactor sinf implementation to header-only in src/__support/math folder. (#177963) by Nico Weber · 3 weeks ago
  99. 2f0f1c4 [libc][math] Refractor logf to Header only (#176834) by Anikesh Parashar · 3 weeks ago
  100. 7def832 [libc][math] Refactor f16sqrtl to Header Only. (#176333) by Cheng Lingfei · 3 weeks ago