aboutsummaryrefslogtreecommitdiff
path: root/libc/include
AgeCommit message (Expand)AuthorFilesLines
2025-12-08[libc] move abs_timesout and monotonicity out of linux dir (#167719)Shreeyash Pandey1-1/+7
2025-12-05[libc][fenv] Refactor x86 fenv implementations to make it work for various fe...lntue1-2/+3
2025-11-28[libc] Add clock_gettime for Darwin (#167160)Shreeyash Pandey9-0/+57
2025-11-27[libc][darwin] add syscall numbers from macos sdk (#166354)Shreeyash Pandey1-1/+2
2025-11-20[libc] Add missing dependencies for arpa/inet.h header. (#168951)Alexey Samsonov1-0/+2
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel1-0/+35
2025-11-18[libc] implement inet_addr (#167708)Connector Switch2-0/+8
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov2-31/+32
2025-11-17[libc] Implement wcstod and wcstold. (#168020)Alexey Samsonov1-0/+14
2025-11-14Revert "[libc][test] split exit tests into two separate tests" (#168102)Schrodinger ZHU Yifan1-2/+1
2025-11-14[libc][test] split exit tests into two separate tests (#166355)Shreeyash Pandey1-1/+2
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov1-0/+7
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev1-0/+7
2025-11-11[libc] Implement fchown (#167286)Anshul Nigham1-0/+8
2025-11-08[libc] add various macros relate to *ADDR* (#164830)Connector Switch1-0/+9
2025-11-05[libc][math] Refactor the `math_errhandling` macro definition (#166350)Victor Campos1-4/+27
2025-11-04[libc] Add chown and getgid implementations (#166434)Shubh Pachchigar1-0/+15
2025-10-30[libc] Add "struct tm" declaration to <wchar.h> (#165795)Alexey Samsonov1-0/+4
2025-10-30Add <stdbool.h> to llvm-libc-types headers that need it. (#165798)Alexey Samsonov2-0/+4
2025-10-30[libc][hdrgen] Sort identifiers with leading underscores specially (#165745)Roland McGrath6-9/+9
2025-10-25[libc] add SIG_HOLD for linux/gpu (#165007)Connector Switch2-6/+12
2025-10-24[libc] add missing headers in stdfix (#162078)Shreeyash Pandey16-28/+205
2025-10-22[libc][annex_k] Add Annex K support macros. (#163100)Muhammad Bassiouni2-0/+33
2025-10-22[libc] Fix a couple issues in <wchar.h> header (#164666)Alexey Samsonov1-5/+6
2025-10-22[libc] Add macros definitions for <nl_types.h> (#164474)Alexey Samsonov4-1/+27
2025-10-21[libc] Stub out message catalog functions from <nl_types.h> (#164360)Alexey Samsonov4-0/+54
2025-10-21[libc] implement `inet_aton` (#162651)Connector Switch1-1/+9
2025-10-21[libc] Add llvm-libc-types header deps for <complex.h>. (#164422)Simon Tatham1-0/+3
2025-10-17[libc] add IPV6 related macros (#162219)Connector Switch1-0/+8
2025-10-15[libc] Update generated libc header to include missing functions/files. (#163...Alexey Samsonov2-1/+16
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev1-0/+6
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey1-0/+8
2025-10-08[libc] add `in_addr{, _t}` type (#162452)Connector Switch3-0/+34
2025-10-06[libc] add IPPROTO related macros (#161855)Connector Switch5-0/+61
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi3-0/+16
2025-09-23[libc][POSIX][unistd] Implement gethostname (#128142)Zaky Hermawan1-0/+7
2025-09-22[libc] Remove separate RPC test handling (#160206)Joseph Huber1-21/+0
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev1-0/+7
2025-09-05[libc] Fix CMPLXF128 macro definition for aarch64. (#157157)lntue1-0/+4
2025-09-05[libc] Implement `CMPLX` for clang < 12 (#157096)Connector Switch1-7/+12
2025-09-05[NFC] Fix a comment for cfloat128.h (#157093)Connector Switch1-1/+1
2025-09-05[libc] Workaround for GCC on `typedef` for `_Complex __float128` (#157010)A. Jiang1-0/+5
2025-09-05[libc] Implement CMPLX related macros (#156344)Connector Switch7-37/+114
2025-09-04[libc] Remove unused _Thread_local define from headers. (#156967)Alexey Samsonov1-3/+0
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza1-0/+13
2025-09-02[libc] Add CMake Target for Dl_info.h Header (#156195)Aiden Grossman2-0/+2
2025-09-02[libc] Add missing and correct some existing C23 functions to math.h (#156512)Alexey Samsonov1-2/+46
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad1-0/+7
2025-08-22[libc] Add half-precision math functions to the math header (#155060)Leandro Lacerda1-0/+28
2025-08-22[libc] Enable double math functions on the GPU (#154857)Leandro Lacerda1-8/+16