aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[libc] implement recursive mutex and fix wrong initializer (#193992)Schrodinger ZHU Yifan3-4/+135
2026-04-28[libc] Add the MSG_ flags (#194375)Pavel Labath3-6/+113
2026-04-28[libc][math] Refactor fmaximum_num-fminimum_num family to header-only (#194562)Anonmiraj3-0/+64
2026-04-28[libc][math] Refactor dsqrtf128 to header-only (#194552)Anonmiraj3-0/+4
2026-04-28[libc][math] Qualify fmax functions to be constexpr (#194551)Anonmiraj1-0/+9
2026-04-28[libc][math] Refactor fmin family to header-only (#194549)Anonmiraj3-0/+28
2026-04-28[libc][math] Refactor fmaximum-fminimum family to header-only (#194533)Anonmiraj3-0/+65
2026-04-28[libc][math] Refactor sqrtl family to header-only (#194510)Anonmiraj3-0/+5
2026-04-28[libc][math] Refactor llogbbf16 to header-only (#194509)Anonmiraj3-0/+4
2026-04-28[libc][math] Refactor ilogbbf16 to header-only (#194503)Anonmiraj3-0/+5
2026-04-28[libc][math] Refactor bf16subl to header-only (#194498)Anonmiraj3-0/+4
2026-04-27[libc][test] Remove non-proxy header in sendmsg_recvmsg_test.cpp (#194467)Jackson Stogel1-3/+8
2026-04-27[libc] Add struct cmsghdr and associated macros (#193756)Pavel Labath2-0/+127
2026-04-26Reland "[libc][math] Refactor fmaximum_mag_num family to header-only" (#194194)hulxv3-0/+18
2026-04-26[libc][math] Qualify fdim funtions to constexpr (#194137)Kiriti Ponduri2-0/+14
2026-04-26Revert "[libc][math] Refactor fmaximum_mag_num family to header-only" (#194183)Muhammad Bassiouni3-18/+0
2026-04-25[libc][math] Refactor fmaximum_mag_num family to header-only (#182169)hulxv3-0/+18
2026-04-26[libc][math] Refactor fdiv family to header-only (#182192)hulxv3-0/+14
2026-04-25[libc][math] Refactor dsub family to header-only (#182160)hulxv2-0/+5
2026-04-24[libc] Implement wcscoll (#192778)Hardik Chona2-0/+149
2026-04-24[libc][math] Refactor fabs family to header-only (#182173)hulxv3-0/+26
2026-04-24[libc][math] Refactor ddiv family to header-only (#182149)hulxv3-0/+10
2026-04-24[libc][math] Refactor dmul family to header-only (#182151)hulxv3-1/+10
2026-04-24[libc] add `pthread_cond_*` public interfaces (#193656)Schrodinger ZHU Yifan2-0/+291
2026-04-24[libc] Switch check-libc from CTest to lit (#193798)Jeff Bailey3-14/+9
2026-04-24[libc] Honour LIBC_GPU_TEST_JOBS in lit test runs (#193797)Jeff Bailey1-0/+5
2026-04-24[libc] Fix implicit conversion warning in mktime_test (#193504)Jeff Bailey1-41/+53
2026-04-23[libc][NFC] Fix typo in GPU test warning message (#193762)Jeff Bailey1-1/+1
2026-04-22[libc][CndVar] reimplmement conditional variable with FIFO ordering (#192748)Schrodinger ZHU Yifan4-0/+149
2026-04-22Revert "[libc] Replace check-libc with lit-based test execution" (#193610)Jeff Bailey3-9/+14
2026-04-22[libc] Replace check-libc with lit-based test execution (#184163)Jeff Bailey3-14/+9
2026-04-22[libc] Add struct sockaddr_storage (on linux) (#192978)Pavel Labath3-0/+75
2026-04-21[libc] Improve lit test discovery and execution (#192993)Jeff Bailey1-2/+2
2026-04-21[libc] Add wcsxfrm (#191692)Arya C S2-0/+110
2026-04-21[libc] Fix riscv32 build after #192927 (#193152)Pavel Labath1-1/+1
2026-04-21[libc] Implement accept4 on linux (#192927)Pavel Labath2-0/+66
2026-04-21[libc] Implement shutdown on linux (#192933)Pavel Labath2-0/+98
2026-04-21[libc][math] Qualify floor functions to constexpr (#192791)Kiriti Ponduri2-1/+16
2026-04-20[libc] Add "struct linger" (#192606)Pavel Labath2-0/+20
2026-04-18[libc][math] Refactor logbbf16 to header-only (#189194)Zorojuro3-0/+6
2026-04-17[libc] Fix strcasecmp/strncasecmp signedness and add tests (#192632)Jeff Bailey3-20/+114
2026-04-17[libc] Add iswctype and wctype (#191178)Elio4-1/+253
2026-04-16[libc][threads] adjust futex library and expose requeue API (#192478)Schrodinger ZHU Yifan4-0/+143
2026-04-16[libc] Implement getcontext and setcontext for x86_64 (#192343)Jeff Bailey6-1/+293
2026-04-16[libc][cmake] Remove dependencies for bare-metal hermetic testing (#192242)dcandler1-2/+9
2026-04-16[libc] Fix socketopt_test on 32-bit builds (#192423)Pavel Labath1-2/+2
2026-04-16[libc] Implement getsockopt and setsockopt on linux (#192237)Pavel Labath2-0/+108
2026-04-16[libc][test] Fix getcwd test for symlinked paths (#191426)Elio2-10/+17
2026-04-13[libc][math] Refactor copysign family to header-only (#182137)hulxv3-0/+31
2026-04-13[libc] add posix_mutex_trylock support (#191531)Schrodinger ZHU Yifan2-0/+17