aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[libc] Provide a minimal implementation of elf.h (#172766)Petr Hosek2-37/+18
2026-01-12[libc] Improve SIMT control flow in the GPU allocatorJoseph Huber1-39/+46
2026-01-12[libc][math] Refactor ilogbf16 implementation to header-only in src/__support...mitchell2-0/+45
2026-01-12[libc][math] Fix GPU build fails (#175474)Muhammad Bassiouni2-6/+5
2026-01-12[libc][math] Refactor log to header-only shared math (#175395)CarvedCoder3-0/+986
2026-01-09[libc][math] Refactor sin implementation to header-only in src/__support/math...lntue2-0/+197
2026-01-10[libc][math] Refactor expm1f16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+169
2026-01-06[libc][wctype] Create generation script for classification lookup tables (#17...Marcell Leleszi3-0/+3739
2025-12-23[libc] add missing header to alloc-checker (#173400)Kyungtak Woo1-0/+1
2025-12-22[libc] Split out src/__support/alloc-checker.h (#173104)Roland McGrath8-71/+110
2025-12-22[libc][math] Add LIBC_CONF_MATH_USE_SYSTEM_FENV / LIBC_MATH_USE_SYSTEM_FENV (...lntue1-0/+47
2025-12-19[libc][math] Refactor expm1f implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+199
2025-12-17[libc][fenv] Fix performance regression for x86 mxcsr utilities. (#172717)lntue1-6/+6
2025-12-17[libc] Support opaque FILE* on baremetal (#168931)Petr Hosek2-38/+43
2025-12-17libc: Prefix Rounding Control Error enum to avoid conflict in windows build (...Jinsong Ji3-4/+4
2025-12-17[libc][CPP] make the string trap on OOM (#172260)Schrodinger ZHU Yifan1-2/+5
2025-12-16[libc] Add Darwin mutex support via os_sync primitives (#167722)Shreeyash Pandey11-57/+166
2025-12-15[libc] Fix ifdef in compiler.h. (#172324)lntue1-1/+1
2025-12-15Revert "[APFloat] Add exp function for APFloat::IEEESsingle using expf implem...Mehdi Amini1-43/+0
2025-12-15[APFloat] Add exp function for APFloat::IEEESsingle using expf implementation...lntue1-0/+43
2025-12-12[libc] Properly fix printf long double subnormals (#172103)Michael Jones1-9/+10
2025-12-12[libc][wctype][codegen] Add generation script for conversion data (#170868)Muhammad Bassiouni2-0/+790
2025-12-11[libc] Refactor static polymorphism in WriteBuffer (NFC). (#169089)Alexey Samsonov1-9/+3
2025-12-08[libc] move abs_timesout and monotonicity out of linux dir (#167719)Shreeyash Pandey8-37/+36
2025-12-05[libc][fenv] Refactor x86 fenv implementations to make it work for various fe...lntue9-593/+971
2025-12-04[libc][math] Refactor expm1 implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+538
2025-12-04[libc] make clock_conversion.h common and document it (#167723)Shreeyash Pandey5-53/+75
2025-12-01[libc][malloc] Ensure a minimum block alignment of 4 (#169447)Daniel Thornburgh3-43/+42
2025-12-01[libc] Remove btowc / wctob from wctype_utils internal header. (#170200)Alexey Samsonov2-27/+0
2025-11-28[libc] Add clock_gettime for Darwin (#167160)Shreeyash Pandey3-2/+55
2025-11-28[libc][darwin] add internal::exit (#166357)Shreeyash Pandey3-3/+30
2025-11-20[libc][math] Add float-only implementation for atanf. (#167004)lntue3-0/+179
2025-11-14[libc] Allow user-defined LIBC_ASSERT macro. (#168087)lntue1-0/+2
2025-11-14[libc] replace for loops with a call to memcpy in File (#165219)Shreeyash Pandey1-11/+5
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov3-136/+132
2025-11-13[libc][NFC] Fix warnings in RPC server codeJoseph Huber1-1/+1
2025-11-11[libc] Use function overloads to make string parsing code more generic. (#167...Alexey Samsonov3-53/+39
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev4-0/+99
2025-11-10Reapply "[libc] Return errno from OFD failure paths in fcntl." (#166658) (#16...Jackson Stogel1-1/+1
2025-11-07[libc] add cpu feature flags for SVE/SVE2/MOPS (#166884)Schrodinger ZHU Yifan1-0/+12
2025-11-06Fix bazel build issue caused in #166517 (#166734)Karlo Basioli1-0/+1
2025-11-05Revert "[libc] Return errno from OFD failure paths in fcntl." (#166658)Jackson Stogel1-1/+1
2025-11-05[libc] Return errno from OFD failure paths in fcntl. (#166252)Jackson Stogel1-1/+1
2025-11-05[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)Alexey Samsonov2-11/+13
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov2-15/+14
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni2-0/+198
2025-11-04[libc] Fix printf long double bugs (#166474)Michael Jones1-2/+6
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov3-196/+69
2025-10-21[libc][math] Add tolerance to math tests so that they still work when accurat...lntue1-1/+3
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue4-6/+253