summaryrefslogtreecommitdiff
path: root/libc/src/__support
AgeCommit message (Expand)Author
2025-11-20[libc][math] Add float-only implementation for atanf. (#167004)lntue
2025-11-14[libc] Allow user-defined LIBC_ASSERT macro. (#168087)lntue
2025-11-14[libc] replace for loops with a call to memcpy in File (#165219)Shreeyash Pandey
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov
2025-11-13[libc][NFC] Fix warnings in RPC server codeJoseph Huber
2025-11-11[libc] Use function overloads to make string parsing code more generic. (#167...Alexey Samsonov
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev
2025-11-10Reapply "[libc] Return errno from OFD failure paths in fcntl." (#166658) (#16...Jackson Stogel
2025-11-07[libc] add cpu feature flags for SVE/SVE2/MOPS (#166884)Schrodinger ZHU Yifan
2025-11-06Fix bazel build issue caused in #166517 (#166734)Karlo Basioli
2025-11-05Revert "[libc] Return errno from OFD failure paths in fcntl." (#166658)Jackson Stogel
2025-11-05[libc] Return errno from OFD failure paths in fcntl. (#166252)Jackson Stogel
2025-11-05[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)Alexey Samsonov
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni
2025-11-04[libc] Fix printf long double bugs (#166474)Michael Jones
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov
2025-10-21[libc][math] Add tolerance to math tests so that they still work when accurat...lntue
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue
2025-10-17Revert "[libc] add basic lifetime annotations for support data structures" (#...Schrodinger ZHU Yifan
2025-10-17[libc] add basic lifetime annotations for support data structures (#145933)Schrodinger ZHU Yifan
2025-10-17[libc][math] Refactor exp2m1f implementation to header-only in src/__support/...Muhammad Bassiouni
2025-10-16[libc] Fix temporary types for fputil::split template. (#163813)lntue
2025-10-11[libc][math] Refactor exp2f16 implementation to header-only in src/__support/...Muhammad Bassiouni
2025-10-10[libc] Add a config option to disable slab reclaiming (#151599)Joseph Huber
2025-10-09[libc] fix sysconf test for rv32 (#162685)Schrodinger ZHU Yifan
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev
2025-10-08[libc] Refactor internal auxv usage to reduce getauxval dependencies (#162489)Schrodinger ZHU Yifan
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey
2025-10-08[libc] fix rv32 mmap in auxv library (#162519)Schrodinger ZHU Yifan
2025-10-08[libc] Fix integer overflow for large offsets in lseek. (#162394)Jackson Stogel
2025-10-08[libc] use PR_GET_AUXV only if UAPI provides it (#162492)Schrodinger ZHU Yifan
2025-10-08[libc] Refactor AUXV handling with new auxv.h header library (#162326)Schrodinger ZHU Yifan
2025-10-07[libc] Make LIBC_EXIT RPC code use quick exitJoseph Huber
2025-10-06[libc][math] Refactor exp2f implementation to header-only in src/__support/ma...Muhammad Bassiouni
2025-10-05[libc][math] Refactor exp2 implementation to header-only in src/__support/mat...Muhammad Bassiouni
2025-10-01[libc] Unify and extend no_sanitize attributes for strlen. (#161316)Alexey Samsonov
2025-10-01[libc][math] Refactor exp10m1f16 implementation to header-only in src/__suppo...Muhammad Bassiouni
2025-09-29[libc][math] Refactor exp10m1f implementation to header-only in src/__support...Muhammad Bassiouni
2025-09-26[libc] Update the memory helper functions for simd types (#160174)Joseph Huber
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue
2025-09-22[libc] Remove separate RPC test handling (#160206)Joseph Huber
2025-09-20[libc][math] Refactor dsqrtl implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-09-17[libc] Some MSVC compatibility fixes in src/__support. (#159428)lntue
2025-09-17[libc][math] Adjust rsqrtf16 exception checks. (#159411)lntue
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev
2025-09-16[libc] Clean up mask helpers after allowing implicit conversions (#158681)Joseph Huber
2025-09-12[libc] Some MSVC compatibility changes for src/string/memory_utils. (#158393)lntue
2025-09-12[libc] Change __builtin_memcpy to inline_memcpy. (#158345)lntue
2025-09-12[libc] Some more MSVC compatibility in src/__support. (#158108)lntue