1. 786febf [libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231) by Krishna Pandey · 10 hours ago main
  2. 5c52232 [libc][math] Refactor cosf16 implementation to header-only in src/__support/math folder. (#152871) by Muhammad Bassiouni · 12 hours ago
  3. fb0d941 [libc] Refactor libc code to improve readability. (#153308) by Jin Huang · 23 hours ago
  4. 67db3e4 [libc] Remove LIBC_ERRNO_MODE_SYSTEM mode. (#153077) by Alexey Samsonov · 25 hours ago
  5. 9e54dc8 [libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191) by Krishna Pandey · 35 hours ago
  6. 235c074 [libc][math][c++23] Add f{max,min}imum{,_mag,_mag_num,_num}bf16 math functions (#152881) by Krishna Pandey · 2 days ago
  7. 38f57e7 Revert "[libc] Add -Wextra for libc tests" (#153169) by William Huynh · 2 days ago
  8. 85144c9 [libc] Add -Wextra for libc tests (#133643) by Vinay Deshmukh · 2 days ago
  9. 1b71b39 [libc] Simplifiy slab waiting in GPU memory allocator (#152872) by Joseph Huber · 2 days ago
  10. 55e0b9f [libc][math] Refactor cosf implementation to header-only in src/__support/math folder. (#152069) by Muhammad Bassiouni · 2 days ago
  11. 56fffe7 [libc] Cleanup startup/baremetal/arm/start.cpp (#151532) by William Huynh · 3 days ago
  12. eb540ed [libc] Disable LlvmLibcTimespecGet.Monotonic for baremetal targets (#152290) by William Huynh · 3 days ago
  13. 635c47f [libc][math][c++23] Add bf16mul{,f,l,f128} math functions (#152847) by Krishna Pandey · 3 days ago
  14. 82c07b9 [libc][math] Refactor cos implementation to header-only in src/__support/math folder. (#151883) by Muhammad Bassiouni · 4 days ago
  15. 620afac [libc] Fix server code when GPU is acting as the server by Joseph Huber · 5 days ago
  16. adc9961 [libc][math][c++23] Add f{max,min}bf16 math functions (#152782) by Krishna Pandey · 5 days ago
  17. 3083499 [libc][math] Update entrypoints for bf16{add,sub}{,f,l,f128} math functions (#152784) by Krishna Pandey · 5 days ago
  18. a6d3979 [libc] Cache old slabs when allocating GPU memory (#151866) by Joseph Huber · 5 days ago
  19. 31d67b3 [libc][math][c++23] Add bf16{add,sub}{,f,l,f128} math functions (#152774) by Krishna Pandey · 5 days ago
  20. 60b987c [libc][hdrgen] Fix hdrgen when using macros as guards in stdlib.yaml. (#152732) by Muhammad Bassiouni · 5 days ago
  21. 862154d [libc][math] Refactor cbrtf implementation to header-only in src/__support/math folder. (#151846) by Muhammad Bassiouni · 6 days ago
  22. 96508da [libc] Migrate FEnvSafeTest and FPTest to ErrnoCheckingTest. (#152633) by Alexey Samsonov · 6 days ago
  23. 95bd2ec [libc][math][c++23] Add {ceil,floor,round,roundeven,trunc}bf16 math functions (#152352) by Krishna Pandey · 6 days ago
  24. 750eacc [libc] Fix typo and amend restrict qualifier (#152410) by Caslyn Tonelli · 6 days ago
  25. 801578a [libc][dlfcn] Remove unused errno dep (#152222) by Caslyn Tonelli · 7 days ago
  26. af814cb [libc] Move CharacterConverter template specialization to cpp file (#152405) by Uzair Nawaz · 7 days ago
  27. 01167d4 [libc] Template StringConverter pop function to avoid duplicate code (#152204) by Uzair Nawaz · 7 days ago
  28. e344cf8 [libc] Fix constexpr FPUtils rounding_mode.h functions. (#152342) by lntue · 7 days ago
  29. 3f03222 [libc] Fix undefined behavior in BitsFxTest.h (#152347) by lntue · 7 days ago
  30. 58c64a9 [libc] fix iswalpha signiture and test (#152343) by Michael Jones · 7 days ago
  31. 392c79c [libc] warn when depending on public entrypoints (#146163) by Michael Jones · 7 days ago
  32. caf59b1 [libc][math] Fix gcc buildbot failure (#152320) by Krishna Pandey · 7 days ago
  33. 6094a00 [libc] add getrandom vDSO symbol (#151630) by Schrodinger ZHU Yifan · 8 days ago
  34. 9c366c4 [libc][math][c++23] Implement basic arithmetic operations for BFloat16 (#151228) by Krishna Pandey · 8 days ago
  35. 53a6bc5 [libc] Change LIBC_THREAD_LOCAL to be dependent on LIBC_THREAD_MODE (#151527) by William Huynh · 8 days ago
  36. 557b58c [libc] Fix integration tests on w64 amdgpu targets (#152303) by Joseph Huber · 8 days ago
  37. 1ae5fcb Reland "[libc] make integration test malloc work properly when threaded" (#152236) by Schrodinger ZHU Yifan · 8 days ago
  38. bcb7d74 Update the cmake options in libc windows build docs (#152205) by Amy Huang · 8 days ago
  39. a40f8bd [libc] Add dladdr to dlfcn.h (#149872) by Caslyn Tonelli · 8 days ago
  40. 3deb57d [libc] Add dlinfo + RTLD_DI_* macros to dlfcn.h (#149938) by Caslyn Tonelli · 8 days ago
  41. 0095eb7 [libc] Enable the `acoshf` math function on AMD GPUs (#152157) by Leandro Lacerda · 8 days ago
  42. ed8784a [libc] Add RTLD_NEXT + RTLD_DEFAULT (#149909) by Caslyn Tonelli · 8 days ago
  43. f83cc60 [libc][obvious] Removed mbstate_t include (#152046) by sribee8 · 8 days ago
  44. 91cbe45 [libc][math] Fix division by infinity in fputil::div (#152092) by Krishna Pandey · 9 days ago
  45. 3d02389 Revert "[libc] make integration test malloc work properly when threaded" (#152096) by Jan Patrick Lehr · 9 days ago
  46. ec57d3b [libc] make integration test malloc work properly when threaded (#151622) by Schrodinger ZHU Yifan · 9 days ago
  47. 75a79de [libc][math] Fix subtraction of infinity in fputil::add_or_sub (#152017) by Krishna Pandey · 9 days ago
  48. 6adc0aa [libc] fix build errors caused by cbrt. (#151879) by Muhammad Bassiouni · 10 days ago
  49. 3a9816d [libc][math] Refactor cbrt implementation to header-only in src/__support/math folder. (#151837) by Muhammad Bassiouni · 10 days ago
  50. 8ec6b26 [libc] Enable float math functions on the GPU (#151841) by Leandro Lacerda · 11 days ago
  51. a509c48 [libc] fix build errors caused by atanhf16. (#151838) by Muhammad Bassiouni · 11 days ago
  52. 4ebcadd [libc][math] Refactor atanhf16 implementation to header-only in src/__support/math folder. (#151779) by Muhammad Bassiouni · 11 days ago
  53. 2ce8ed6 [libc][math] Refactor atanhf implementation to header-only in src/__support/math folder. (#151399) by Muhammad Bassiouni · 12 days ago
  54. 640f43e [libc][math] Refactor atan2f128 implementation to header-only in src/__support/math folder. (#151012) by Muhammad Bassiouni · 12 days ago
  55. fea445b [libc] Add struct_sched_param proxy header (#151722) by Aiden Grossman · 12 days ago
  56. 3cf99dc [libc] Fix wcstok() "subsequent searches" behavior. (#151589) by enh-google · 12 days ago
  57. face394 [libc][math] Refactor atan2f implementation to header-only in src/__support/math folder. (#150993) by Muhammad Bassiouni · 13 days ago
  58. cea0dc1 [libc] Fix leader calculation when done in wave64 mode by Joseph Huber · 13 days ago
  59. c3276e9 [libc] Remove constexpr from asin_eval() (#151528) by William Huynh · 13 days ago
  60. d1449c0 [libc] Basic implementation of crt0 (#146863) by William Huynh · 14 days ago
  61. b30df7f [libc] Add atexit to baremetal entrypoints (#147290) by William Huynh · 14 days ago
  62. a852321 [libc] Mutex implementation for single-threaded baremetal (#145358) by William Huynh · 14 days ago
  63. 866857c [libc] Remove some sched.h includes (#151425) by Aiden Grossman · 2 weeks ago
  64. 056b6a2 [libc][math] fix atan2l build failure. (#151413) by Muhammad Bassiouni · 2 weeks ago
  65. 02f4bd3 [libc][math] Refactor atan2 implementation to header-only in src/__support/math folder. (#150968) by Muhammad Bassiouni · 2 weeks ago
  66. 9d7a6de [libc] Start slab search at number of allocated bits by Joseph Huber · 2 weeks ago
  67. 7aea5fa [libc][math] Refactor atanf16 implementation to header-only in src/__support/math folder. (#150868) by Muhammad Bassiouni · 2 weeks ago
  68. 24ae0b4 [libc] Add implementation of getcpu syscall wrapper (#150871) by Aiden Grossman · 2 weeks ago
  69. 33645b3 [libc][math] Refactor atanf implementation to header-only in src/__support/math folder. (#150854) by Muhammad Bassiouni · 2 weeks ago
  70. 4c7bf45 [libc] Fix incorrect count when initializing slab by Joseph Huber · 2 weeks ago
  71. cc7fb35 [libc][math] Make BFloat16 comparison tests constexpr (#151211) by Krishna Pandey · 2 weeks ago
  72. 6995cd4 [libc][math] Refactor atan implementation to header-only in src/__support/math folder. (#150852) by Muhammad Bassiouni · 2 weeks ago
  73. ed99e2d [libc][math] Fix buildbot fails (#151186) by Krishna Pandey · 2 weeks ago
  74. 24f34ae [libc][math] Refactor asinhf16 implementation to header-only in src/__support/math folder. (#150849) by Muhammad Bassiouni · 2 weeks ago
  75. cbb909a [libc] Reland #148948 "Implement barriers for pthreads" (#151021) by Uzair Nawaz · 2 weeks ago
  76. 8b29d1c [libc] Reland wchar string conversion mb to wc (#151048) by sribee8 · 2 weeks ago
  77. 810d555 [libc][math][c++23] Add fabsbf16 math function (#148398) by Krishna Pandey · 2 weeks ago
  78. 14ca6ad [libc] Correct include path for wchar_utils.h in libc/src/wchar/wcspbrk.cpp (#151059) by Jin Huang · 2 weeks ago
  79. a251691 Revert "[libc] Reland #149423 "wchar string conversion functions mb to wc"" (#151016) by sribee8 · 2 weeks ago
  80. fce97bc Revert "[libc] Implement barriers for pthreads" (#151014) by Uzair Nawaz · 2 weeks ago
  81. 4c10704 [libc] Implement barriers for pthreads (#148948) by Uzair Nawaz · 2 weeks ago
  82. d10115f [libc] Reland #149423 "wchar string conversion functions mb to wc" (#150667) by sribee8 · 2 weeks ago
  83. 64fe5f2 [libc] Reduce reference counter to a 32-bit integer (#150961) by Joseph Huber · 2 weeks ago
  84. 15af37c [libc] Stop duplicating wcschr(). (#150661) by enh-google · 2 weeks ago
  85. a6e8612 [libc][math] Refactor asinhf implementation to header-only in src/__support/math folder. (#150843) by Muhammad Bassiouni · 2 weeks ago
  86. e0ea270 [libc] Increase the number of times we wait on a slab by Joseph Huber · 2 weeks ago
  87. 417739d [libc] Rework match any use in hot allocate bitfield loop by Joseph Huber · 2 weeks ago
  88. 477f975 [libc] Small performance improvements to GPU allocator by Joseph Huber · 2 weeks ago
  89. 45b29fe [libc] Improve starting indices for GPU allocation (#150432) by Joseph Huber · 2 weeks ago
  90. 46298b1 [libc] Add misssing inttypes dependencies (#150861) by Haowei · 2 weeks ago
  91. f24be5d [libc][math] Refactor asinf16 implementation to header-only in src/__support/math folder. (#150800) by Muhammad Bassiouni · 2 weeks ago
  92. dd12cc1 Revert "[libc][math][c23] Implement C23 math function asinpif16" (#150756) by OverMighty · 3 weeks ago
  93. 7913d3a Revert "[libc][math][c23] Temporarily disable asinpif16 C23 math function" (#150755) by OverMighty · 3 weeks ago
  94. e2b23ef [libc][math][c23] Temporarily disable asinpif16 C23 math function (#150754) by OverMighty · 3 weeks ago
  95. cb6a42d [libc][math] inline functions in shared math headers (#150703) by Muhammad Bassiouni · 3 weeks ago
  96. 648786c [libc][math][c23] Implement C23 math function asinpif16 (#146226) by Mohamed Emad · 3 weeks ago
  97. 047b419 [libc] Fix unused statements in asin when accurate path is not needed. (#150726) by lntue · 3 weeks ago
  98. ebfb379 [libc][math] Refactor asinf implementation to header-only in src/__support/math folder. (#150697) by Muhammad Bassiouni · 3 weeks ago
  99. 23bae5a [libc][math] Refactor asin implementation to header-only in src/__support/math folder. (#148578) by Muhammad Bassiouni · 3 weeks ago
  100. 43b12d5 [libc] Implement mbsinit (#150654) by Uzair Nawaz · 3 weeks ago