aboutsummaryrefslogtreecommitdiff
path: root/libc/docs/headers
AgeCommit message (Expand)AuthorFilesLines
2025-06-06[libc] Add definitions to embedded AArch32/AArch64 (#142597)William1-65/+67
2025-06-01[libc][math][c23] Add atanf16() function (#141612)wldfngrs1-2/+2
2025-05-08[libc][math] Implement double precision acos correctly rounded for all roundi...lntue1-1/+1
2025-04-25[libc][math] Implement double precision asin correctly rounded for all roundi...lntue1-1/+1
2025-04-25[libc][stdfix] Implement `idivfx` functions in LLVM libc (#133005)Krishna Pandey1-1/+1
2025-04-25[libc][math][c23] Add atanhf16 C23 math function. (#132612)Harrison Hao1-1/+1
2025-04-24[libc][math][c23] Add acospif16() function (#134664)Anton1-1/+1
2025-04-01[libc][math] Implement a fast pass for atan2f128 with 1ULP error using Dyadic...lntue1-1/+1
2025-03-31[libc][math][c23] Add hypotf16 function (#131991)Tejas Vipin1-1/+1
2025-03-29[libc][math][c23] Add asinhf16 function (#131351)Tejas Vipin1-1/+1
2025-03-23[libc][math][c23] Add fmaf16 C23 math function. (#130757)Harrison Hao1-1/+1
2025-03-22[libc][math][c23] Add acoshf16 C23 math function. (#130588)Harrison Hao1-1/+1
2025-03-21[libc][math] Implement fast pass for double precision atan function. (#132333)lntue1-1/+1
2025-03-20[libc][docs] Add dirent implementation status doc and include in CMakeLists (...Prashanth1-1/+2
2025-03-18[libc][docs] Add sys/utsname header and documentation for uname function (#13...Prashanth1-0/+1
2025-03-17[libc][docs] Add glob implementation status doc and include in CMakeLists (#1...Prashanth1-0/+1
2025-03-11[libc] Mark fixed point type generic macros as complete (#130805)PiJoules1-6/+6
2025-03-06[libc][docs] Fix libc docs build post #129138 (#130184)Aiden Grossman1-1/+1
2025-03-06[libc] Add link to stdfix.h on headers page (#129138)PiJoules3-2/+2
2025-02-27[stdfix] Update function names (#129129)PiJoules1-3/+3
2025-02-27[stdfix] Check fxbits as complete (#129107)PiJoules1-1/+1
2025-02-27[libc][stdfix] Implement fixed point bitsfx functions in llvm libc (#128413)Krishna Pandey1-1/+1
2025-02-23[libc][math][c23] Add acosf16() function (#127731)wldfngrs1-1/+1
2025-02-12[libc][stdfix] Implement `countlsfx` functions in libc. (#126597)Krishna Pandey1-1/+1
2025-02-10[libc][docs] Add sys/statvfs to documentation and YAML definitions (#126413)Prashanth1-0/+1
2025-02-10[libc][math][c23] Add asinf16() function (#124212)wldfngrs1-1/+1
2025-02-07Revert "[libc][stdfix] Fix buildbot failure because of a typo. (#126291)"Joseph Huber1-1/+1
2025-02-07[libc][stdfix] Implement fixed point `countlsfx` functions in llvm-libc (#125...Krishna Pandey1-1/+1
2025-02-07[libc] Add the `<endian.h>` header. (#125168)c8ef1-0/+1
2025-01-24[libc][cpio] Add cpio.h header. (#123798)siya1001-0/+1
2025-01-23 [libc][docs] Add Unistd header's page to the status of implementations doc (...Prashanth1-0/+1
2025-01-22[libc][docs] disable pthreads docs (#123824)Nick Desaulniers1-1/+3
2025-01-17[libc][docs] Add sys/stat page to the status of implementations docs (#122997)Prashanth1-0/+1
2025-01-17[libc][docs] Add termios page to the status of implementations docs (#123004)Prashanth1-0/+1
2025-01-17[libc][docs] Add sys/time page to the status of implementations docs (#123000)Prashanth1-0/+1
2025-01-15[libc][docs] add sys/wait to documentation and include related functi… (#12...Prashanth1-0/+1
2025-01-14[libc][docs] stub out pthread.h support (#122497)Nick Desaulniers1-0/+1
2025-01-14[libc][docs] Add sys/resource header's implementation status (#122563)Prashanth1-0/+1
2025-01-12[libc][math][c23] Add tanf16 function (#121018)wldfngrs1-1/+1
2025-01-10[libc][docs] Add net/if.h documentation by referring to POSIX standards (#122...Prashanth1-0/+1
2025-01-10[libc][docs] Add netinet/in header documentation by referring to POSIX standa...Prashanth1-0/+1
2025-01-10[docs][libc] Add AIO documentation refering POSIX and include in build (#122219)Prashanth1-0/+1
2025-01-06[libc][docgen] regen docgen via cmake (#119628)Nick Desaulniers20-3003/+0
2024-12-18[libc][docs] convert stdio.h to docgen (#120334)Nick Desaulniers1-84/+350
2024-12-18[libc][complex] Implement different flavors of the `cproj` function (#119722)Shourya Goel1-1/+1
2024-12-15[libc][math][c23] Add cosf16 function (#118785)wldfngrs1-1/+1
2024-12-12[libc][docgen] simplify posix links (#119595)Nick Desaulniers15-257/+345
2024-12-12[libc][docgen] support non-top-level headers (#119621)Nick Desaulniers3-0/+231
2024-12-10[libc][docs] split "String Functions" into string.h, strings.h, stdlib.h, and...Nick Desaulniers5-164/+519
2024-12-10[libc][complex] Implement different flavors of the `conj` function (#118671)Shourya Goel1-1/+1