summaryrefslogtreecommitdiff
path: root/libc/include/llvm-libc-types
AgeCommit message (Expand)Author
2025-10-30Add <stdbool.h> to llvm-libc-types headers that need it. (#165798)Alexey Samsonov
2025-10-24[libc] add missing headers in stdfix (#162078)Shreeyash Pandey
2025-10-21[libc] Stub out message catalog functions from <nl_types.h> (#164360)Alexey Samsonov
2025-10-08[libc] add `in_addr{, _t}` type (#162452)Connector Switch
2025-09-22[libc] Remove separate RPC test handling (#160206)Joseph Huber
2025-09-05[NFC] Fix a comment for cfloat128.h (#157093)Connector Switch
2025-09-05[libc] Workaround for GCC on `typedef` for `_Complex __float128` (#157010)A. Jiang
2025-09-05[libc] Implement CMPLX related macros (#156344)Connector Switch
2025-09-02[libc] Add CMake Target for Dl_info.h Header (#156195)Aiden Grossman
2025-08-05[libc] Add dladdr to dlfcn.h (#149872)Caslyn Tonelli
2025-07-29[libc] Reland #148948 "Implement barriers for pthreads" (#151021)Uzair Nawaz
2025-07-28Revert "[libc] Implement barriers for pthreads" (#151014)Uzair Nawaz
2025-07-28[libc] Implement barriers for pthreads (#148948)Uzair Nawaz
2025-07-24[libc] Fix issue with sigjmp_buf.h not being found (#150439)William Huynh
2025-06-30[libc] implement sigsetjmp for thumb/thumb2/armv7-a (#138147)Schrodinger ZHU Yifan
2025-06-20[libc] mbrtowc implementation (#144760)sribee8
2025-06-12[libc] Build fixes for widechar characterconverter (#143805)Uzair Nawaz
2025-06-12[libc] Update size_t and ssize_t definitions to use __SIZE_TYPE__ and __PTRDI...lntue
2025-05-13[libc] Add `struct entry` definition in addition to `ENTRY` according to POSI...lntue
2025-05-09[libc][uefi] add crt1 (#132150)Tristan Ross
2025-05-04[libc] implement sigsetjmp/siglongjmp for riscv (#137992)Schrodinger ZHU Yifan
2025-04-29[libc] implement aarch64 sigsetjmp (#136706)Schrodinger ZHU Yifan
2025-04-29Reland "[libc] build fix for sigsetjmp (#137047)" (#137214)Schrodinger ZHU Yifan
2025-04-23Revert "[libc] build fix for sigsetjmp (#137047)" (#137077)gulfemsavrun
2025-04-23[libc] implement sigsetjmp/siglongjmp for x86-64 (#136072)Schrodinger ZHU Yifan
2025-04-14[libc] Implement getitimer and setitimer, add proxy headers for itimerval (#1...Tsz Chan
2025-04-04[libc] Fix suseconds_t definition and utimes_test (#134326)Michael Jones
2025-04-04[libc] Combine the function prototype `int (*compar)(const void *, const void...Connector Switch
2025-03-26[libc] Add `VISIT` enum for `search.h` (#132746)Connector Switch
2025-03-19[libc][sched] Implement `CPU_ZERO`, `CPU_ISSET`, `CPU_SET` macros (#131524)Krishna Pandey
2025-03-18[libc] Define (stub) dl_iterate_phdr (#131436)Roland McGrath
2025-02-28[libc] Add UEFI headers (#127126)Tristan Ross
2025-02-11[libc] create TimeReader to look at a struct tm (#126138)Michael Jones
2025-02-07[libc][signal] clean up usage of sighandler_t (#125745)Nick Desaulniers
2025-02-05[libc][POSIX][poll.h] implement poll (#125118)Nick Desaulniers
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2025-01-16[libc] Fix sigset_t type definition (#123277)Roland McGrath
2025-01-13[libc][complex] fix compiler support matrix for cfloat128 (#122593)Shourya Goel
2024-12-10[libc][complex] check that cfloat128 is not defined as _Complex long double (...Shourya Goel
2024-11-25[libc][NFC] Move RPC opcodes to the 'shared/' directory as wellJoseph Huber
2024-11-19[libc] Increase RPC opcode to 32-bit and use a class byte (#116905)Joseph Huber
2024-11-12[libc] {u}lkbits broken on riscv32 (#115799)William Tran-Viet
2024-11-11[libc][stdfix] Implement fixed point fxbits functions in llvm-libc (#114912)William Tran-Viet
2024-11-11[libc][search] implement posix `lfind` function (#114692)Duncan
2024-11-01[libc] Use relative inclusion for public headers. (#114324)lntue
2024-10-30[libc][i386] setjmp/longjmp (#112437)Nick Desaulniers
2024-10-30[libc] Fix fexcept_t type to match canonical ABI and API (#113666)Roland McGrath
2024-10-18[libc][complex] add additonal header guards for CFP16 and CFP128 (#112879)Shourya Goel
2024-10-18[libc][complex] Added support for CFP16 and CFP128 (#112594)Shourya Goel
2024-10-01[libc] Do not redefine `wchar_t` when compiling in C++ (#110769)Joseph Huber