aboutsummaryrefslogtreecommitdiff
path: root/libc/include/llvm-libc-macros
AgeCommit message (Expand)AuthorFilesLines
2026-01-28[libc] Clean up pthread.yaml (#178327)Roland McGrath1-1/+1
2026-01-26[libc] Add Elf32_Xword type (#177915)Jakob Koschel1-0/+1
2026-01-12[libc] Provide a minimal implementation of elf.h (#172766)Petr Hosek2-6/+54
2025-12-18[libc] Add `IN6_IS_ADDR_V4COMPAT` (#172646)Connector Switch1-0/+6
2025-12-18[libc] Add `IN6_IS_ADDR_V4MAPPED` (#172645)Connector Switch1-0/+8
2025-12-18[libc] Add `IN6_IS_ADDR_MC*` (#172643)Connector Switch1-0/+20
2025-12-18[libc] Add `IN6_IS_ADDR_MULTICAST` (#172498)Connector Switch1-0/+3
2025-12-18[libc] Add `IN6_IS_ADDR_LOOPBACK` (#172312)Connector Switch1-0/+9
2025-12-18[libc] Add `IN6_IS_ADDR_UNSPECIFIED` (#172311)Connector Switch1-0/+6
2025-12-13[libc] Add `IN6_IS_ADDR_{LINK, SITE}LOCAL` (#168207)Connector Switch1-0/+12
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 Pandey3-0/+21
2025-11-18[libc] implement inet_addr (#167708)Connector Switch1-0/+1
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-10-25[libc] add SIG_HOLD for linux/gpu (#165007)Connector Switch2-6/+12
2025-10-22[libc][annex_k] Add Annex K support macros. (#163100)Muhammad Bassiouni2-0/+33
2025-10-22[libc] Add macros definitions for <nl_types.h> (#164474)Alexey Samsonov2-0/+21
2025-10-17[libc] add IPV6 related macros (#162219)Connector Switch1-0/+8
2025-10-06[libc] add IPPROTO related macros (#161855)Connector Switch2-0/+25
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi1-0/+3
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[libc] Implement CMPLX related macros (#156344)Connector Switch4-0/+96
2025-07-29[libc] Reland #148948 "Implement barriers for pthreads" (#151021)Uzair Nawaz1-0/+2
2025-07-28Revert "[libc] Implement barriers for pthreads" (#151014)Uzair Nawaz1-2/+0
2025-07-28[libc] Implement barriers for pthreads (#148948)Uzair Nawaz1-0/+2
2025-07-18[libc][math] Add POSIX math constants to math.h header. (#149150)lntue1-0/+101
2025-07-17[libc] Convert dlfcn.h to pure YAML (#149362)Roland McGrath1-23/+0
2025-07-11[libc] Fix WEOF and fix 1'000'000 error messages on test failure (#147928)William Huynh1-1/+3
2025-06-12[libc] add ioctl (#141393)W. Turner Abney1-0/+1
2025-06-06[libc] Add definitions to embedded AArch32/AArch64 (#142597)William3-0/+37
2025-03-19[libc][sched] Implement `CPU_ZERO`, `CPU_ISSET`, `CPU_SET` macros (#131524)Krishna Pandey1-0/+8
2025-03-09[libc] Added type-generic macros for fixed-point functions (#129371)Ishaan Verma1-0/+39
2025-03-06Add sysexits.h header with BSD exit codes (total-18) (#126112)Ajay Raj2-0/+36
2025-02-28[libc] Add UEFI headers (#127126)Tristan Ross2-0/+24
2025-02-19[libc] add `LLVM_LIBC_CAST` macro. (#127319)c8ef1-12/+12
2025-02-12[libc][pthread] fix -Wmissing-field-initializers (#126314)Nick Desaulniers2-2/+32
2025-02-12[libc] Move __LLVM_LIBC__ define to __llvm-libc-common.h (#126877)Petr Hosek1-2/+0
2025-02-12[libc] implement endian related macros (#126368)c8ef2-0/+36
2025-02-07[libc][signal] clean up usage of sighandler_t (#125745)Nick Desaulniers2-6/+6
2025-02-07[libc] Add the `<endian.h>` header. (#125168)c8ef2-0/+22
2025-02-06[libc] implement `sys/uio/readv` (#124718)c8ef1-0/+4
2025-02-05[libc][POSIX][poll.h] implement poll (#125118)Nick Desaulniers4-0/+93
2025-02-05[libc][sys/wait][linux] add missing and clean up existing macros (#125572)Nick Desaulniers1-31/+14
2025-01-30[libc] added _POSIX_ARG_MAX in limits.h (#124954)Alex Prabhat Bara1-0/+4
2025-01-29[libc] Add `FILENO` related macros to `unistd.h`. (#124688)c8ef1-0/+4
2024-12-10[libc] move pthread macros to dedicated header (#119286)Nick Desaulniers2-0/+43
2024-12-05Reapply "[libc][windows] start time API implementation (#117775)" (#118886)Schrodinger ZHU Yifan2-0/+23
2024-12-05Revert "[libc][windows] start time API implementation (#117775)"Joseph Huber2-23/+0