aboutsummaryrefslogtreecommitdiff
path: root/libc/spec
AgeCommit message (Expand)AuthorFilesLines
2024-09-19[libc] Add functions to send/recv messages (#106467)Michael Jones1-0/+56
2024-09-16[libc][c11] implement ctime (#107285)Зишан Мирза1-0/+13
2024-08-30[libc] Use correct names for locale variants in spec.td (#106806)Petr Hosek1-7/+7
2024-08-29[libc] Add support for 'string.h' locale variants (#105719)Joseph Huber1-0/+13
2024-08-29[libc] Implement locale variants for 'stdlib.h' functions (#105718)Joseph Huber1-0/+8
2024-08-26[libc] Implement 'vfscanf' and 'vscanf' (#105293)Joseph Huber1-0/+13
2024-08-22[libc] Fix locale structs with old headergenJoseph Huber1-2/+2
2024-08-22[libc] Add `ctype.h` locale variants (#102711)Joseph Huber1-1/+73
2024-08-22[libc] Initial support for 'locale.h' in the LLVM libc (#102689)Joseph Huber1-0/+57
2024-08-22Revert " [libc] Add `ctype.h` locale variants (#102711)"Joseph Huber1-130/+1
2024-08-22 [libc] Add `ctype.h` locale variants (#102711)Joseph Huber1-1/+130
2024-08-17[libc] Fix type signature for strlcpy and strlcat (#104643)Joseph Huber1-2/+2
2024-08-15[libc] Add definition for `atan2l` on 64-bit long double platforms (#104489)Joseph Huber1-0/+1
2024-08-14[libc][math] Fix missing const in hdrgen signatures for totalordermag* (#103935)OverMighty1-5/+5
2024-08-13[libc] Define 'size_t' in `time.h` and `uchar.h` (#103441)Joseph Huber1-0/+2
2024-08-13[libc][math][c23] Add expm1f16 C23 math function (#102387)OverMighty1-0/+1
2024-08-09[libc][math][c23] Add fadd{l,f128} C23 math functions (#102531)aaryanshukla2-0/+4
2024-08-09[libc][math][c23] Add totalorderl function. (#102564)Job Henandez Lara2-4/+11
2024-08-08[libc][math] Add scalbln{,f,l,f128} math functions (#102219)aaryanshukla1-0/+4
2024-08-08[libc][math][c23] Add ddivl C23 math function. (#102468)lntue1-1/+1
2024-08-08[libc][math][c23] Add entrypoints and tests for setpayloadsig{,f,l,f128} and ...Job Henandez Lara1-0/+5
2024-08-07[libc][math] updated functionspec subf128 (#102372)aaryanshukla1-1/+1
2024-08-07libc: remove trailing whitespacesSylvestre Ledru2-16/+16
2024-08-07[libc][math] fixing build broke for remainderf128 (#102362)aaryanshukla1-1/+1
2024-08-07[libc][math][c23] Add fsub{,l,f128} and remainderf128 C23 math functions (#10...aaryanshukla2-2/+8
2024-08-07[libc][math][c23] Add exp10f16 C23 math function (#101588)OverMighty1-0/+1
2024-08-07[libc][math] Add getpayloadl function. (#102214)Job Henandez Lara1-1/+2
2024-08-06[libc] add spin lock family functions (#100509)Schrodinger ZHU Yifan1-0/+29
2024-08-06[libc][math][c23] Add ffma{,l,f128} and fdiv{,l,f128} C23 math functions #101...aaryanshukla2-0/+10
2024-08-06[libc][math][c23] Add exp2f16 C23 math function (#101217)OverMighty1-0/+1
2024-08-06[libc] Fix incorrect tablegen for lgammaJoseph Huber1-3/+3
2024-08-05[libc] Add `lgamma` and `lgamma_r` stubs for the GPU (#102019)Joseph Huber2-0/+19
2024-08-02[libc] add simplified tid cache (#101620)Schrodinger ZHU Yifan1-0/+5
2024-08-01[libc][math][c23] Add dadd{l,f128} and ddiv{l,f128} C23 math functions (#100456)aaryanshukla2-0/+4
2024-08-01[libc] Implement vasprintf and asprintf (#98824)Tsz Chan1-0/+14
2024-07-31[libc][math][c23] add entrypoints and tests for getpayload{,f,f128} (#101285)Job Henandez Lara1-0/+3
2024-07-31[libc] Add vsscanf function (#101402)Joseph Huber1-0/+7
2024-07-31[libc][math][c23] Add dfma{l,f128} and dsub{l,f128} C23 math functions (#101089)aaryanshukla2-0/+6
2024-07-30[libc][math] fix header spec bug (#101273)Job Henandez Lara1-2/+2
2024-07-30[libc][math][c23] Add entrypoints and tests for setpayload{,f,f128} (#101122)Job Henandez Lara1-1/+4
2024-07-30[libc][math][c23] Add entrypoints and tests for totalorder{,f,f128} (#100593)Job Henandez Lara1-1/+4
2024-07-30[libc][math][c23] Add expf16 C23 math function (#100632)OverMighty1-0/+1
2024-07-28[libc] add pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock … (#10...Eric9771-0/+10
2024-07-27revert all tid changes (#100915)Schrodinger ZHU Yifan1-5/+10
2024-07-26Reapply "[OpenMP][libc] Remove special handling for OpenMP printf (#98940)"Joseph Huber1-8/+0
2024-07-26Revert "[OpenMP][libc] Remove special handling for OpenMP printf (#98940)"Joseph Huber1-0/+8
2024-07-26[OpenMP][libc] Remove special handling for OpenMP printf (#98940)Joseph Huber1-8/+0
2024-07-26[libc][math] Implement fast pass for double precision atan2 with 1 ULP errors...lntue1-0/+1
2024-07-24[libc][math][c23] add entrypoints and tests for totalordermag{f,l,f128} (#100...Job Henandez Lara1-3/+6
2024-07-21[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (#99815)Job Henandez Lara2-0/+5