aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2026-01-13[libc][docs] Update list of active maintainers. (#175666)Michael Jones1-6/+5
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang6-9/+9
2026-01-12[libc] update add_math_function.md to reflect __support/math refactor (#175500)Anonmiraj1-3/+35
2026-01-12[libc] Fix a typo in DT_BIND_NOW macro name (#175619)Petr Hosek1-1/+1
2026-01-12[libc] Provide a minimal implementation of elf.h (#172766)Petr Hosek102-54/+3048
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...mitchell8-8/+80
2026-01-12[libc][math] Fix GPU build fails (#175474)Muhammad Bassiouni5-11/+8
2026-01-12[libc][math] Refactor log to header-only shared math (#175395)CarvedCoder11-864/+932
2026-01-09[libc] Support for generating proxy headers (#175279)Petr Hosek4-2/+11
2026-01-09[libc][math] Refactor sin implementation to header-only in src/__support/math...lntue8-177/+226
2026-01-10[libc][math] Refactor expm1f16 implementation to header-only in src/__support...Muhammad Bassiouni8-139/+204
2026-01-07[libc] Add hdrgen --proxy mode (#174823)Roland McGrath4-20/+103
2026-01-06[libc] Provide empty weak definition for __cxa_thread_finalize (#174373)Petr Hosek1-8/+12
2026-01-06[libc][docs] Fix typo (#174631)Michael Jones1-1/+1
2026-01-06[libc][wctype] Create generation script for classification lookup tables (#17...Marcell Leleszi11-0/+4630
2026-01-05[libc] Delete teardown_main_tls and all its uses (#174374)Petr Hosek5-17/+1
2026-01-05[libc][math] Fix the FTZ/DAZ checks for log1p. (#174424)lntue1-2/+2
2025-12-30[libc][fuzzing] Delete test buffs for asan checks (#174018)Kyungtak Woo1-6/+5
2025-12-23[libc] Add stub pthread_attr_getschedparam / pthread_attr_setschedparam (#173...Roland McGrath6-0/+126
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 McGrath18-76/+123
2025-12-22[libc][math] Add LIBC_CONF_MATH_USE_SYSTEM_FENV / LIBC_MATH_USE_SYSTEM_FENV (...lntue41-2/+141
2025-12-19[libc][docs] Update website to reflect new strategy (#168637)Michael Jones2-23/+62
2025-12-19[libc][math] Refactor expm1f implementation to header-only in src/__support/m...Muhammad Bassiouni8-170/+228
2025-12-18[libc] Add `IN6_IS_ADDR_V4COMPAT` (#172646)Connector Switch2-0/+17
2025-12-18[libc] Add `IN6_IS_ADDR_V4MAPPED` (#172645)Connector Switch2-0/+15
2025-12-18[libc] Add `IN6_IS_ADDR_MC*` (#172643)Connector Switch2-0/+34
2025-12-18[libc] Add `IN6_IS_ADDR_MULTICAST` (#172498)Connector Switch2-0/+8
2025-12-18[libc] Add `IN6_IS_ADDR_LOOPBACK` (#172312)Connector Switch2-0/+14
2025-12-18[libc] Add `IN6_IS_ADDR_UNSPECIFIED` (#172311)Connector Switch2-0/+13
2025-12-17[libc] Cast the error value to int (#172724)Petr Hosek1-1/+1
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 Hosek31-226/+988
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][fuzzing] Improve printf long double fuzzing (#172113)Michael Jones1-5/+12
2025-12-16[libc] Add Darwin mutex support via os_sync primitives (#167722)Shreeyash Pandey19-62/+232
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 Amini2-44/+0
2025-12-15[APFloat] Add exp function for APFloat::IEEESsingle using expf implementation...lntue2-0/+44
2025-12-13[libc] Add `IN6_IS_ADDR_{LINK, SITE}LOCAL` (#168207)Connector Switch2-16/+27
2025-12-12[libc] Properly fix printf long double subnormals (#172103)Michael Jones2-9/+22
2025-12-12[libc][wctype][codegen] Add generation script for conversion data (#170868)Muhammad Bassiouni7-0/+918
2025-12-11[libc] Refactor static polymorphism in WriteBuffer (NFC). (#169089)Alexey Samsonov17-154/+162
2025-12-11[libc] Add support for getpagesize. (#171713)Sterling-Augustine11-0/+108
2025-12-11[libc][darwin] avoid importing macros conflicting with function names in over...Schrodinger ZHU Yifan1-0/+14
2025-12-11[libc][docs] Add a sunset policy to porting docs (#168936)Michael Jones3-20/+73
2025-12-08[libc] move abs_timesout and monotonicity out of linux dir (#167719)Shreeyash Pandey15-46/+53
2025-12-05Include inline_strlen.h on aarch64 only if the target has vector instrucions ...Sterling-Augustine1-1/+2