aboutsummaryrefslogtreecommitdiff
path: root/libc/config
AgeCommit message (Expand)AuthorFilesLines
2024-09-19[libc] Put bind back, fix gcc build (#109341)Michael Jones1-0/+1
2024-09-19[libc] Add functions to send/recv messages (#106467)Michael Jones2-1/+11
2024-09-19[libc] Add printf strerror conversion (%m) (#105891)Michael Jones3-0/+10
2024-09-16[libc][c11] implement ctime (#107285)Зишан Мирза5-0/+10
2024-09-14[libc][math][c23] add darwin entrypoints for fmul (#108680)Job Henandez Lara1-0/+3
2024-09-11[libc] Fix undefined behavior for nan functions. (#106468)lntue1-0/+6
2024-09-05[libc] Correct the entrypoints list for ARM/darwin (#107331)Michael Jones1-12/+0
2024-08-29[libc] Add support for 'string.h' locale variants (#105719)Joseph Huber2-0/+6
2024-08-29[libc] Implement locale variants for 'stdlib.h' functions (#105718)Joseph Huber2-0/+16
2024-08-28[libc] Disable failing scanf test on AMDGPU temporarilyJoseph Huber1-0/+2
2024-08-26[libc] Implement 'vfscanf' and 'vscanf' (#105293)Joseph Huber3-0/+6
2024-08-22[libc] Add `ctype.h` locale variants (#102711)Joseph Huber2-0/+30
2024-08-22[libc] Initial support for 'locale.h' in the LLVM libc (#102689)Joseph Huber4-0/+20
2024-08-22Revert " [libc] Add `ctype.h` locale variants (#102711)"Joseph Huber4-50/+0
2024-08-22 [libc] Add `ctype.h` locale variants (#102711)Joseph Huber4-0/+50
2024-08-21[libc] Add `scanf` support to the GPU build (#104812)Joseph Huber1-0/+2
2024-08-16[libc] Add missing math definitions for round and scal for GPU (#104636)Joseph Huber1-1/+4
2024-08-15[libc] Add definition for `atan2l` on 64-bit long double platforms (#104489)Joseph Huber1-0/+1
2024-08-13[libc] Reapply ELF/LINK header changes (#102765)Schrodinger ZHU Yifan2-0/+4
2024-08-13[libc][math][c23] Add expm1f16 C23 math function (#102387)OverMighty1-0/+1
2024-08-12[libc] Enable all supported math functions on the GPU (#102563)Joseph Huber1-2/+124
2024-08-09[libc][math][c23] Add fadd{l,f128} C23 math functions (#102531)aaryanshukla5-0/+12
2024-08-09[libc][math][c23] Add totalorderl function. (#102564)Job Henandez Lara4-0/+4
2024-08-08[libc][math] Add scalbln{,f,l,f128} math functions (#102219)aaryanshukla9-0/+29
2024-08-08[libc][math][c23] Add ddivl C23 math function. (#102468)lntue6-0/+6
2024-08-08[libc] Make use of 32-bit time_t a config option (#102012)Simon Tatham1-0/+6
2024-08-08[libc] Implement 'getenv' on the GPU target (#102376)Joseph Huber5-10/+56
2024-08-08[libc][math][c23] Add entrypoints and tests for setpayloadsig{,f,l,f128} and ...Job Henandez Lara4-0/+19
2024-08-07libc: remove trailing whitespacesSylvestre Ledru7-18/+18
2024-08-07[libc][math][c23] Add fsub{,l,f128} and remainderf128 C23 math functions (#10...aaryanshukla7-0/+20
2024-08-07[libc][math][c23] Add exp10f16 C23 math function (#101588)OverMighty1-0/+1
2024-08-07[libc] Enable quick_exit routines on the GPU (#102242)Joseph Huber1-0/+2
2024-08-07[libc][math] Add getpayloadl function. (#102214)Job Henandez Lara4-0/+4
2024-08-07[libc] Allow time conversions to compile on bare metal (#102014)Simon Tatham2-0/+10
2024-08-06[libc] add spin lock family functions (#100509)Schrodinger ZHU Yifan2-0/+6
2024-08-06[libc][math][c23] Add ffma{,l,f128} and fdiv{,l,f128} C23 math functions #101...aaryanshukla7-0/+34
2024-08-06[libc] Fix builds on Windows (#102162)Sirui Mu1-0/+3
2024-08-06[libc] Enable more entrypoints for riscv (#102055)Mikhail R. Gadelha1-0/+5
2024-08-06[libc][math][c23] Add exp2f16 C23 math function (#101217)OverMighty1-0/+1
2024-08-05[libc] Add `lgamma` and `lgamma_r` stubs for the GPU (#102019)Joseph Huber1-0/+2
2024-08-05[libc] Add support for 'features.h' when targeting the GPU (#102037)Joseph Huber1-0/+1
2024-08-05[libc] Provide 'signal.h' header for the GPU (#101996)Joseph Huber1-0/+1
2024-08-05[libc] Include pow in baremetal entrypoints (#102021)Petr Hosek2-0/+2
2024-08-05[libc][math] Implement fast pass for double precision pow function with up to...lntue6-0/+6
2024-08-03[libc] disable strfroml entrypoint on aarch64 (#101854)Schrodinger ZHU Yifan1-1/+2
2024-08-03[libc] enable most of the entrypoints on aarch64 (#101797)Schrodinger ZHU Yifan1-16/+99
2024-08-02[baremetal] Add atan2 to baremetal (#101767)PiJoules2-0/+2
2024-08-02[libc] add simplified tid cache (#101620)Schrodinger ZHU Yifan3-0/+3
2024-08-01[libc][math][C23] removing daddl from arm32 (#101567)aaryanshukla1-1/+0
2024-08-01[libc][math][c23] Add dadd{l,f128} and ddiv{l,f128} C23 math functions (#100456)aaryanshukla7-0/+11