summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2025-08-07[libc][dlfcn] Remove unused errno dep (#152222)Caslyn Tonelli
2025-08-06[libc] Move CharacterConverter template specialization to cpp file (#152405)Uzair Nawaz
2025-08-06[libc] Template StringConverter pop function to avoid duplicate code (#152204)Uzair Nawaz
2025-08-06[libc] Fix constexpr FPUtils rounding_mode.h functions. (#152342)lntue
2025-08-06[libc] Fix undefined behavior in BitsFxTest.h (#152347)lntue
2025-08-06[libc] fix iswalpha signiture and test (#152343)Michael Jones
2025-08-06[libc] warn when depending on public entrypoints (#146163)Michael Jones
2025-08-06[libc][math] Fix gcc buildbot failure (#152320)Krishna Pandey
2025-08-06[libc] add getrandom vDSO symbol (#151630)Schrodinger ZHU Yifan
2025-08-06[libc][math][c++23] Implement basic arithmetic operations for BFloat16 (#151228)Krishna Pandey
2025-08-06[libc] Change LIBC_THREAD_LOCAL to be dependent on LIBC_THREAD_MODE (#151527)William Huynh
2025-08-06[libc] Fix integration tests on w64 amdgpu targets (#152303)Joseph Huber
2025-08-05Reland "[libc] make integration test malloc work properly when threaded" (#15...Schrodinger ZHU Yifan
2025-08-05Update the cmake options in libc windows build docs (#152205)Amy Huang
2025-08-05[libc] Add dladdr to dlfcn.h (#149872)Caslyn Tonelli
2025-08-05[libc] Add dlinfo + RTLD_DI_* macros to dlfcn.h (#149938)Caslyn Tonelli
2025-08-05[libc] Enable the `acoshf` math function on AMD GPUs (#152157)Leandro Lacerda
2025-08-05[libc] Add RTLD_NEXT + RTLD_DEFAULT (#149909)Caslyn Tonelli
2025-08-05[libc][obvious] Removed mbstate_t include (#152046)sribee8
2025-08-05[libc][math] Fix division by infinity in fputil::div (#152092)Krishna Pandey
2025-08-05Revert "[libc] make integration test malloc work properly when threaded" (#15...Jan Patrick Lehr
2025-08-04[libc] make integration test malloc work properly when threaded (#151622)Schrodinger ZHU Yifan
2025-08-04[libc][math] Fix subtraction of infinity in fputil::add_or_sub (#152017)Krishna Pandey
2025-08-03[libc] fix build errors caused by cbrt. (#151879)Muhammad Bassiouni
2025-08-03[libc][math] Refactor cbrt implementation to header-only in src/__support/mat...Muhammad Bassiouni
2025-08-02[libc] Enable float math functions on the GPU (#151841)Leandro Lacerda
2025-08-02[libc] fix build errors caused by atanhf16. (#151838)Muhammad Bassiouni
2025-08-02[libc][math] Refactor atanhf16 implementation to header-only in src/__support...Muhammad Bassiouni
2025-08-02[libc][math] Refactor atanhf implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-08-02[libc][math] Refactor atan2f128 implementation to header-only in src/__suppor...Muhammad Bassiouni
2025-08-01[libc] Add struct_sched_param proxy header (#151722)Aiden Grossman
2025-08-01[libc] Fix wcstok() "subsequent searches" behavior. (#151589)enh-google
2025-08-01[libc][math] Refactor atan2f implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-07-31[libc] Fix leader calculation when done in wave64 modeJoseph Huber
2025-07-31[libc] Remove constexpr from asin_eval() (#151528)William Huynh
2025-07-31[libc] Basic implementation of crt0 (#146863)William Huynh
2025-07-31[libc] Add atexit to baremetal entrypoints (#147290)William Huynh
2025-07-31[libc] Mutex implementation for single-threaded baremetal (#145358)William Huynh
2025-07-30[libc] Remove some sched.h includes (#151425)Aiden Grossman
2025-07-31[libc][math] fix atan2l build failure. (#151413)Muhammad Bassiouni
2025-07-31[libc][math] Refactor atan2 implementation to header-only in src/__support/ma...Muhammad Bassiouni
2025-07-30[libc] Start slab search at number of allocated bitsJoseph Huber
2025-07-30[libc][math] Refactor atanf16 implementation to header-only in src/__support/...Muhammad Bassiouni
2025-07-30[libc] Add implementation of getcpu syscall wrapper (#150871)Aiden Grossman
2025-07-30[libc][math] Refactor atanf implementation to header-only in src/__support/ma...Muhammad Bassiouni
2025-07-29[libc] Fix incorrect count when initializing slabJoseph Huber
2025-07-29[libc][math] Make BFloat16 comparison tests constexpr (#151211)Krishna Pandey
2025-07-29[libc][math] Refactor atan implementation to header-only in src/__support/mat...Muhammad Bassiouni
2025-07-29[libc][math] Fix buildbot fails (#151186)Krishna Pandey
2025-07-29[libc][math] Refactor asinhf16 implementation to header-only in src/__support...Muhammad Bassiouni