aboutsummaryrefslogtreecommitdiff
path: root/libc/utils
AgeCommit message (Expand)AuthorFilesLines
2025-04-24[libc][math][c23] Add acospif16() function (#134664)Anton4-0/+21
2025-03-23[libc][math][c23] Add fmaf16 C23 math function. (#130757)Harrison Hao1-0/+5
2025-03-21Reapply "[LLVM] Make the GPU loader utilities an LLVM tool (#132096)" (#132277)Joseph Huber8-1374/+0
2025-03-20Revert "[LLVM] Make the GPU loader utilities an LLVM tool (#132096)"Joseph Huber8-0/+1374
2025-03-20[LLVM] Make the GPU loader utilities an LLVM tool (#132096)Joseph Huber8-1374/+0
2025-03-20[libc][docs] Add dirent implementation status doc and include in CMakeLists (...Prashanth1-0/+51
2025-03-18[libc][docs] Add sys/utsname header and documentation for uname function (#13...Prashanth1-0/+3
2025-03-18[libc] Define (stub) dl_iterate_phdr (#131436)Roland McGrath1-0/+1
2025-03-18[libc] Fix compile error in MPFRWrapper when float128 is long double (#131821)OverMighty1-2/+4
2025-03-18[libc][math] Fix incorrect logic in fputil::generic::add_or_sub (#116129)OverMighty1-0/+10
2025-03-17[libc][docs] Add glob implementation status doc and include in CMakeLists (#1...Prashanth1-0/+28
2025-03-14[libc] init uefi (#131246)Tristan Ross1-0/+1
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue1-2/+2
2025-03-13[libc] Make RPC server handling header only (#131205)Joseph Huber7-564/+7
2025-03-13[libc] Remove use of C++ STL features from `rpc_server.cpp` (#131169)Joseph Huber1-53/+109
2025-03-12[libc] Template the writing mode for the writer class (#111559)Joseph Huber2-11/+8
2025-03-04[libc][bazel] Add BUILD targets for complex functions and tests. (#129618)Jorge Gorbe Moya3-2/+25
2025-02-28[libc] Fix warning in libc/utils/MPCWrapper/MPCUtils.h (#129349)Jorge Gorbe Moya1-2/+2
2025-02-26[libc][hdrgen] Allow to treat hdrgen Python code as a Python module. (#128955)Alexey Samsonov13-398/+429
2025-02-19[libc] Add --json mode for hdrgen (#127847)Roland McGrath4-32/+87
2025-02-15[libc] Produce standard-compliant header guard macros in hdrgen (#127356)Roland McGrath2-4/+4
2025-02-14[libc] Elide extra space in hdrgen function declarations (#127287)Roland McGrath3-1/+14
2025-02-14[libc] Add merge_yaml_files feature to hdrgen (#127269)Roland McGrath11-35/+133
2025-02-14[libc] Make template_header optional for hdrgen (#127259)Roland McGrath6-30/+103
2025-02-14[libc] Fix hdrgen to be compatible with Python 3.8 (#127265)Roland McGrath1-8/+6
2025-02-14[libc] Make hdrgen deduce header type lists from function signatures (#127251)Roland McGrath6-24/+103
2025-02-14[libc] Make hdrgen emit correct relative paths for llvm-libc-types (#127150)Roland McGrath7-16/+77
2025-02-13[libc] Make hdrgen support macro_header YAML field. (#123265)Roland McGrath8-13/+46
2025-02-11[libc][docgen] make note of sys/time.h interfaces removed in POSIX.1-2024 (#1...Nick Desaulniers2-0/+11
2025-02-10[libc][docs] Add sys/statvfs to documentation and YAML definitions (#126413)Prashanth1-0/+11
2025-02-07[libc] Use `${libc_opt_high_flag}` instead of `-O3` (#123233)Petr Hosek1-1/+1
2025-02-07[libc] Add the `<endian.h>` header. (#125168)c8ef1-0/+32
2025-02-03[libc][NFC] Silence C99 extension warnings on clang for RPCJoseph Huber1-0/+1
2025-01-29[libc] Update include directory for libcMPCWrapper target when LIBC_MPC_INSTA...lntue1-0/+8
2025-01-28[libc] Update include directory for libcMPCommon target when LLVM_LIBC_MPFR_I...lntue1-0/+4
2025-01-28[libc][complex] remove -ffreestanding flag from MPFRUtils compile options (#1...Shourya Goel1-0/+2
2025-01-28[libc][complex] Testing infra for MPC (#121261)Shourya Goel10-801/+1581
2025-01-24[libc][cpio] Add cpio.h header. (#123798)siya1001-0/+44
2025-01-23 [libc][docs] Add Unistd header's page to the status of implementations doc (...Prashanth1-0/+685
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber9-16/+16
2025-01-17[libc][docs] Add sys/stat page to the status of implementations docs (#122997)Prashanth1-0/+118
2025-01-17[libc][docs] Add termios page to the status of implementations docs (#123004)Prashanth1-0/+243
2025-01-17[libc][docs] Add sys/time page to the status of implementations docs (#123000)Prashanth1-0/+5
2025-01-16[libc] Fix hdrgen output for no-argument functions (#123245)Roland McGrath2-3/+3
2025-01-15[libc][docs] add sys/wait to documentation and include related functi… (#12...Prashanth1-0/+37
2025-01-14[libc][docs] stub out pthread.h support (#122497)Nick Desaulniers1-0/+262
2025-01-14[libc][docs] Add sys/resource header's implementation status (#122563)Prashanth1-0/+43
2025-01-10[libc][docs] Add net/if.h documentation by referring to POSIX standards (#122...Prashanth1-0/+13
2025-01-10[libc][docs] Add netinet/in header documentation by referring to POSIX standa...Prashanth1-0/+59
2025-01-10[docs][libc] Add AIO documentation refering POSIX and include in build (#122219)Prashanth1-0/+35