aboutsummaryrefslogtreecommitdiff
path: root/libc/utils
AgeCommit message (Expand)AuthorFilesLines
2026-04-27[libc][docs] Add sys/sem.h POSIX header documentation (#122006) (#194358)Petter Berntsson1-0/+25
2026-04-24[libc][docs] Add sys/uio.h implementation status (#122006) (#193980)Petter Berntsson1-0/+5
2026-04-24[libc][docs] Add dlfcn.h implementation status (#122006) (#193972)Petter Berntsson1-0/+21
2026-04-24[libc][docs][POSIX] Add sys/select.h implementation status (#122006) (#193948)Petter Berntsson1-0/+17
2026-04-23[libc] Honor per-test timeout in lit test format (#193772)Jeff Bailey1-4/+13
2026-04-23[libc][docs] Add poll.h POSIX header documentation (#122006) (#193734)Petter Berntsson1-0/+27
2026-04-23Add missed variable change from a refactor (#193684)Jeff Bailey1-1/+1
2026-04-22Revert "[libc] Replace check-libc with lit-based test execution" (#193610)Jeff Bailey1-1/+1
2026-04-22[libc] Replace check-libc with lit-based test execution (#184163)Jeff Bailey1-1/+1
2026-04-21Support loader arguments in GPU hermetic tests (#193341)Jeff Bailey1-8/+29
2026-04-21[libc] Improve lit test discovery and execution (#192993)Jeff Bailey1-4/+17
2026-04-13[libc] Add Annex K strnlen_s function (#186112)Victor Campos1-0/+3
2026-04-09[libc][docs] Add fcntl.h POSIX header documentation (#188822)Kit Dallege1-0/+121
2026-04-08[libc][docs] Add sys/socket.h implementation status (#190751)Pavel Labath1-0/+142
2026-03-28[libc][math][c23] Add log2p1f16 C23 math function (#186754)Shikhar Soni4-0/+20
2026-03-27[libc][docs] Parse inline macro_value from YAML in docgen (#189118)Jeff Bailey1-0/+24
2026-03-27[libc][docs] Fix POSIX basedefs links for nested headers (#188738)Petter Berntsson1-3/+7
2026-03-27[libc][math] Implement C23 half precision erfc function (#180930)Anonmiraj4-0/+10
2026-03-26[libc][hdrgen] Print __BEGIN_C_DECLS / __END_C_DECLS conditionally. (#188830)Alexey Samsonov4-3/+40
2026-03-23[libc] Support Windows test executables in LibcTest lit format (#188057)Jeff Bailey1-9/+31
2026-03-19[libc] Modular printf option (float only) (#147426)Daniel Thornburgh5-2/+6
2026-03-13[libc][math][c23] Add log10p1f16 C23 math function (#184739)Shikhar Soni4-0/+20
2026-03-13[libc][math][c++23] Add Fmabf16 math function (#182836)Zorojuro1-0/+5
2026-03-12[libc] Remove unused AOR_v20.02 directory (#185951)DylanFleming-arm1-1/+1
2026-03-12[libc] Fix hdrgen test test_small_proxy.h (#185890)Victor Campos1-0/+6
2026-03-04[libc] Fix integration test args/env in LibcTest lit format (#184438)Jeff Bailey1-2/+37
2026-03-03[libc] Extend check-libc-lit to cover include, integration, and all src tests...Jeff Bailey1-17/+23
2026-02-26[libc] Use response files for hdrgen entry points (#183267)Petr Hosek1-1/+3
2026-02-16[libc][wctype] Add missing functions to wctype docs (#181478)Marcell Leleszi1-1/+56
2026-02-13[libc] Implement lit-based test execution for Libc (#178746)Jeff Bailey2-0/+127
2026-02-05[libc][wctype] Move classification lookup tables to a cpp file (#174993)Marcell Leleszi1-31/+60
2026-01-09[libc] Support for generating proxy headers (#175279)Petr Hosek1-0/+1
2026-01-07[libc] Add hdrgen --proxy mode (#174823)Roland McGrath4-20/+103
2026-01-06[libc][wctype] Create generation script for classification lookup tables (#17...Marcell Leleszi3-0/+330
2025-12-12[libc][wctype][codegen] Add generation script for conversion data (#170868)Muhammad Bassiouni5-0/+128
2025-12-11[libc] Add support for getpagesize. (#171713)Sterling-Augustine1-0/+2
2025-12-11[libc][docs] Add a sunset policy to porting docs (#168936)Michael Jones1-1/+1
2025-11-19[Clang] Gut the libc wrapper headers and simplify (#168438)Joseph Huber2-62/+2
2025-10-30[libc][hdrgen] Sort identifiers with leading underscores specially (#165745)Roland McGrath11-71/+120
2025-10-30[libc][hdrgen] Add extra_standards and license_text (#165459)Roland McGrath8-16/+106
2025-10-28[libc][hdrgen] Fix `includes` sorting in JSON emission (#165460)Roland McGrath1-3/+1
2025-10-08[NFC][CI] Use Fully Qualified Names for All ContainersAiden Grossman1-1/+1
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh1-2/+3
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev4-0/+10
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey1-0/+7
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad4-0/+19
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey1-0/+6
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad4-0/+19
2025-08-13[libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231)Krishna Pandey1-0/+36
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh1-3/+2