| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-11 | [libc][POSIX] Add clock_settime() function for Linux (#161729) | Anton Shepelev | 1 | -2/+2 |
| 2025-10-08 | [libc][math][c23] Add rsqrtf() function (#159615) | Anton Shepelev | 1 | -1/+1 |
| 2025-10-08 | [libc][stdfix] Implement fxdivi functions (rdivi) (#154914) | Shreeyash Pandey | 1 | -1/+1 |
| 2025-09-24 | [libc][math][c++23] Add log_bf16 math function (#157811) | Krishna Pandey | 1 | -1/+2 |
| 2025-09-17 | [libc][math][c23] Add rsqrtf16() function (#137545) | Anton Shepelev | 1 | -1/+3 |
| 2025-09-06 | [libc][math][c++23] Add sqrtbf16 math function (#156654) | Krishna Pandey | 1 | -107/+107 |
| 2025-09-05 | [libc] add ctime and ctime_r to docs (#156216) | Zishan Mirza | 1 | -2/+2 |
| 2025-09-05 | [libc] Implement CMPLX related macros (#156344) | Connector Switch | 1 | -1/+1 |
| 2025-09-04 | [libc][docs] Add GPU math conformance test results to support page (#156263) | Leandro Lacerda | 1 | -0/+167 |
| 2025-09-03 | [libc] implement template functions for localtime (#110363) | Zishan Mirza | 1 | -3/+3 |
| 2025-09-03 | [libc][math][c++23] Add fmodbf16 math function (#155575) | Krishna Pandey | 1 | -1/+1 |
| 2025-09-02 | [libc][math][c23] Implement C23 math function atanpif16 (#150400) | Mohamed Emad | 1 | -1/+1 |
| 2025-08-28 | [libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569) | Krishna Pandey | 1 | -2/+2 |
| 2025-08-28 | [libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568) | Krishna Pandey | 1 | -2/+2 |
| 2025-08-27 | [libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b... | Krishna Pandey | 1 | -5/+5 |
| 2025-08-27 | [libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652) | Krishna Pandey | 1 | -3/+3 |
| 2025-08-25 | [libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1... | Krishna Pandey | 1 | -5/+5 |
| 2025-08-24 | [libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math... | Krishna Pandey | 1 | -6/+6 |
| 2025-08-23 | [libc][math][c++23] Add nanbf16 math function (#153995) | Krishna Pandey | 1 | -1/+1 |
| 2025-08-23 | [libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct... | Krishna Pandey | 1 | -3/+3 |
| 2025-08-22 | [libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993) | Krishna Pandey | 1 | -4/+4 |
| 2025-08-19 | [libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992) | Krishna Pandey | 1 | -4/+4 |
| 2025-08-18 | Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690) | Mohamed Emad | 1 | -1/+1 |
| 2025-08-15 | [libc][math][docs] Add documentation for BFloat16 type (#153475) | Krishna Pandey | 1 | -138/+149 |
| 2025-07-26 | Revert "[libc][math][c23] Implement C23 math function asinpif16" (#150756) | OverMighty | 1 | -1/+1 |
| 2025-07-26 | [libc][math][c23] Implement C23 math function asinpif16 (#146226) | Mohamed Emad | 1 | -1/+1 |
| 2025-07-15 | [libc] Update some implementation status for `search.h` (#148414) | Connector Switch | 1 | -2/+2 |
| 2025-07-12 | [libc][math][c23] implement C23 math function `tanpif` (#147192) | Connector Switch | 1 | -1/+1 |
| 2025-06-06 | [libc] Add definitions to embedded AArch32/AArch64 (#142597) | William | 1 | -65/+67 |
| 2025-06-01 | [libc][math][c23] Add atanf16() function (#141612) | wldfngrs | 1 | -2/+2 |
| 2025-05-08 | [libc][math] Implement double precision acos correctly rounded for all roundi... | lntue | 1 | -1/+1 |
| 2025-04-25 | [libc][math] Implement double precision asin correctly rounded for all roundi... | lntue | 1 | -1/+1 |
| 2025-04-25 | [libc][stdfix] Implement `idivfx` functions in LLVM libc (#133005) | Krishna Pandey | 1 | -1/+1 |
| 2025-04-25 | [libc][math][c23] Add atanhf16 C23 math function. (#132612) | Harrison Hao | 1 | -1/+1 |
| 2025-04-24 | [libc][math][c23] Add acospif16() function (#134664) | Anton | 1 | -1/+1 |
| 2025-04-01 | [libc][math] Implement a fast pass for atan2f128 with 1ULP error using Dyadic... | lntue | 1 | -1/+1 |
| 2025-03-31 | [libc][math][c23] Add hypotf16 function (#131991) | Tejas Vipin | 1 | -1/+1 |
| 2025-03-29 | [libc][math][c23] Add asinhf16 function (#131351) | Tejas Vipin | 1 | -1/+1 |
| 2025-03-23 | [libc][math][c23] Add fmaf16 C23 math function. (#130757) | Harrison Hao | 1 | -1/+1 |
| 2025-03-22 | [libc][math][c23] Add acoshf16 C23 math function. (#130588) | Harrison Hao | 1 | -1/+1 |
| 2025-03-21 | [libc][math] Implement fast pass for double precision atan function. (#132333) | lntue | 1 | -1/+1 |
| 2025-03-20 | [libc][docs] Add dirent implementation status doc and include in CMakeLists (... | Prashanth | 1 | -1/+2 |
| 2025-03-18 | [libc][docs] Add sys/utsname header and documentation for uname function (#13... | Prashanth | 1 | -0/+1 |
| 2025-03-17 | [libc][docs] Add glob implementation status doc and include in CMakeLists (#1... | Prashanth | 1 | -0/+1 |
| 2025-03-11 | [libc] Mark fixed point type generic macros as complete (#130805) | PiJoules | 1 | -6/+6 |
| 2025-03-06 | [libc][docs] Fix libc docs build post #129138 (#130184) | Aiden Grossman | 1 | -1/+1 |
| 2025-03-06 | [libc] Add link to stdfix.h on headers page (#129138) | PiJoules | 3 | -2/+2 |
| 2025-02-27 | [stdfix] Update function names (#129129) | PiJoules | 1 | -3/+3 |
| 2025-02-27 | [stdfix] Check fxbits as complete (#129107) | PiJoules | 1 | -1/+1 |
| 2025-02-27 | [libc][stdfix] Implement fixed point bitsfx functions in llvm libc (#128413) | Krishna Pandey | 1 | -1/+1 |