summaryrefslogtreecommitdiff
path: root/libc/utils
AgeCommit message (Expand)Author
2025-03-23[libc][math][c23] Add fmaf16 C23 math function. (#130757)Harrison Hao
2025-03-21Reapply "[LLVM] Make the GPU loader utilities an LLVM tool (#132096)" (#132277)Joseph Huber
2025-03-20Revert "[LLVM] Make the GPU loader utilities an LLVM tool (#132096)"Joseph Huber
2025-03-20[LLVM] Make the GPU loader utilities an LLVM tool (#132096)Joseph Huber
2025-03-20[libc][docs] Add dirent implementation status doc and include in CMakeLists (...Prashanth
2025-03-18[libc][docs] Add sys/utsname header and documentation for uname function (#13...Prashanth
2025-03-18[libc] Define (stub) dl_iterate_phdr (#131436)Roland McGrath
2025-03-18[libc] Fix compile error in MPFRWrapper when float128 is long double (#131821)OverMighty
2025-03-18[libc][math] Fix incorrect logic in fputil::generic::add_or_sub (#116129)OverMighty
2025-03-17[libc][docs] Add glob implementation status doc and include in CMakeLists (#1...Prashanth
2025-03-14[libc] init uefi (#131246)Tristan Ross
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-03-13[libc] Make RPC server handling header only (#131205)Joseph Huber
2025-03-13[libc] Remove use of C++ STL features from `rpc_server.cpp` (#131169)Joseph Huber
2025-03-12[libc] Template the writing mode for the writer class (#111559)Joseph Huber
2025-03-04[libc][bazel] Add BUILD targets for complex functions and tests. (#129618)Jorge Gorbe Moya
2025-02-28[libc] Fix warning in libc/utils/MPCWrapper/MPCUtils.h (#129349)Jorge Gorbe Moya
2025-02-26[libc][hdrgen] Allow to treat hdrgen Python code as a Python module. (#128955)Alexey Samsonov
2025-02-19[libc] Add --json mode for hdrgen (#127847)Roland McGrath
2025-02-15[libc] Produce standard-compliant header guard macros in hdrgen (#127356)Roland McGrath
2025-02-14[libc] Elide extra space in hdrgen function declarations (#127287)Roland McGrath
2025-02-14[libc] Add merge_yaml_files feature to hdrgen (#127269)Roland McGrath
2025-02-14[libc] Make template_header optional for hdrgen (#127259)Roland McGrath
2025-02-14[libc] Fix hdrgen to be compatible with Python 3.8 (#127265)Roland McGrath
2025-02-14[libc] Make hdrgen deduce header type lists from function signatures (#127251)Roland McGrath
2025-02-14[libc] Make hdrgen emit correct relative paths for llvm-libc-types (#127150)Roland McGrath
2025-02-13[libc] Make hdrgen support macro_header YAML field. (#123265)Roland McGrath
2025-02-11[libc][docgen] make note of sys/time.h interfaces removed in POSIX.1-2024 (#1...Nick Desaulniers
2025-02-10[libc][docs] Add sys/statvfs to documentation and YAML definitions (#126413)Prashanth
2025-02-07[libc] Use `${libc_opt_high_flag}` instead of `-O3` (#123233)Petr Hosek
2025-02-07[libc] Add the `<endian.h>` header. (#125168)c8ef
2025-02-03[libc][NFC] Silence C99 extension warnings on clang for RPCJoseph Huber
2025-01-29[libc] Update include directory for libcMPCWrapper target when LIBC_MPC_INSTA...lntue
2025-01-28[libc] Update include directory for libcMPCommon target when LLVM_LIBC_MPFR_I...lntue
2025-01-28[libc][complex] remove -ffreestanding flag from MPFRUtils compile options (#1...Shourya Goel
2025-01-28[libc][complex] Testing infra for MPC (#121261)Shourya Goel
2025-01-24[libc][cpio] Add cpio.h header. (#123798)siya100
2025-01-23 [libc][docs] Add Unistd header's page to the status of implementations doc (...Prashanth
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2025-01-17[libc][docs] Add sys/stat page to the status of implementations docs (#122997)Prashanth
2025-01-17[libc][docs] Add termios page to the status of implementations docs (#123004)Prashanth
2025-01-17[libc][docs] Add sys/time page to the status of implementations docs (#123000)Prashanth
2025-01-16[libc] Fix hdrgen output for no-argument functions (#123245)Roland McGrath
2025-01-15[libc][docs] add sys/wait to documentation and include related functi… (#12...Prashanth
2025-01-14[libc][docs] stub out pthread.h support (#122497)Nick Desaulniers
2025-01-14[libc][docs] Add sys/resource header's implementation status (#122563)Prashanth
2025-01-10[libc][docs] Add net/if.h documentation by referring to POSIX standards (#122...Prashanth
2025-01-10[libc][docs] Add netinet/in header documentation by referring to POSIX standa...Prashanth
2025-01-10[docs][libc] Add AIO documentation refering POSIX and include in build (#122219)Prashanth
2025-01-08[libc] Add --write-if-changed switch to hdrgen/main.py (#122037)Roland McGrath