| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-09-20 | [libc][[math] Implement IsZero Macro (#109336) | Shourya Goel | 6 | -0/+144 |
| 2024-09-19 | [libc][wchar] Move wchar's types to proxy headers. (#109334) | lntue | 1 | -3/+1 |
| 2024-09-19 | [libc] Put bind back, fix gcc build (#109341) | Michael Jones | 2 | -0/+69 |
| 2024-09-19 | [libc] Add functions to send/recv messages (#106467) | Michael Jones | 6 | -59/+357 |
| 2024-09-19 | [libc] Add printf strerror conversion (%m) (#105891) | Michael Jones | 2 | -0/+185 |
| 2024-09-16 | [libc][c11] implement ctime (#107285) | Зишан Мирза | 3 | -0/+136 |
| 2024-09-14 | [libc][math] Improve fmul performance by using double-double arithmetic. (#10... | Job Henandez Lara | 4 | -1/+46 |
| 2024-09-11 | [libc] Add osutils for Windows and make libc and its tests build on Windows t... | Sirui Mu | 11 | -8/+43 |
| 2024-09-11 | [libc] Fix undefined behavior for nan functions. (#106468) | lntue | 8 | -24/+32 |
| 2024-09-11 | [libc] implement vdso (#91572) | Schrodinger ZHU Yifan | 2 | -0/+180 |
| 2024-09-09 | [libc][bazel] Update bazel overlay for math functions and their tests. (#107862) | lntue | 2 | -2/+0 |
| 2024-09-08 | [libc] Add proxy header for the jmp_buf type (#107712) | wldfngrs | 1 | -1/+0 |
| 2024-09-06 | [libc] Fix unit test compile flags propagation. (#106128) | lntue | 2 | -10/+18 |
| 2024-09-05 | [libc] Add proxy header for __sighandler_t type (#107354) | wldfngrs | 2 | -3/+3 |
| 2024-08-29 | [libc][math] Add performance tests for fmul and fmull. (#106262) | Job Henandez Lara | 11 | -47/+121 |
| 2024-08-28 | [libc] Disable failing scanf test on AMDGPU temporarily | Joseph Huber | 1 | -26/+30 |
| 2024-08-26 | [libc] Fix file collision causing test flake (#106119) | Michael Jones | 1 | -2/+2 |
| 2024-08-26 | [libc] Implement 'vfscanf' and 'vscanf' (#105293) | Joseph Huber | 2 | -0/+112 |
| 2024-08-22 | [libc] Initial support for 'locale.h' in the LLVM libc (#102689) | Joseph Huber | 4 | -0/+70 |
| 2024-08-22 | Revert " [libc] Add `ctype.h` locale variants (#102711)" | Joseph Huber | 4 | -70/+0 |
| 2024-08-22 | [libc] Add `ctype.h` locale variants (#102711) | Joseph Huber | 4 | -0/+70 |
| 2024-08-13 | [libc][math][c23] Add expm1f16 C23 math function (#102387) | OverMighty | 5 | -14/+218 |
| 2024-08-12 | [libc] Fix warning on 'extern "C" int main' in test suite (#102973) | Joseph Huber | 1 | -1/+9 |
| 2024-08-12 | [NFC][libc] Clarifies underscores in n-char-sequence. (#102193) | Mark de Wever | 1 | -1/+1 |
| 2024-08-11 | Revert "libc: Remove `extern "C"` from main declarations" (#102827) | Schrodinger ZHU Yifan | 2 | -2/+2 |
| 2024-08-11 | libc: Remove `extern "C"` from main declarations (#102825) | David Blaikie | 2 | -2/+2 |
| 2024-08-09 | [libc] Fix CFP long double and add tests (#102660) | Michael Jones | 3 | -14/+29 |
| 2024-08-09 | [libc] Fix use of cpp::numeric_limits<...>::digits (#102674) | Roland McGrath | 1 | -6/+7 |
| 2024-08-09 | [libc] Use cpp::numeric_limits in preference to C23 <limits.h> macros (#102665) | Roland McGrath | 2 | -7/+13 |
| 2024-08-09 | [libc][math][c23] Add fadd{l,f128} C23 math functions (#102531) | aaryanshukla | 5 | -5/+87 |
| 2024-08-09 | [libc][math][c23] Add totalorderl function. (#102564) | Job Henandez Lara | 2 | -0/+25 |
| 2024-08-08 | [libc][math][c23] Fix setpayloadsig smoke test on RV32 (#102538) | Job Henandez Lara | 1 | -2/+13 |
| 2024-08-08 | [libc][math] Add scalbln{,f,l,f128} math functions (#102219) | aaryanshukla | 5 | -0/+124 |
| 2024-08-08 | [libc][math][c23] Add ddivl C23 math function. (#102468) | lntue | 5 | -6/+56 |
| 2024-08-08 | [libc] Implement 'getenv' on the GPU target (#102376) | Joseph Huber | 1 | -1/+0 |
| 2024-08-08 | [libc][math][c23] Add entrypoints and tests for setpayloadsig{,f,l,f128} and ... | Job Henandez Lara | 7 | -1/+127 |
| 2024-08-07 | libc: remove trailing whitespaces | Sylvestre Ledru | 1 | -1/+1 |
| 2024-08-07 | [libc][math][c23] Add fsub{,l,f128} and remainderf128 C23 math functions (#10... | aaryanshukla | 7 | -0/+133 |
| 2024-08-07 | [libc][math][c23] Add exp10f16 C23 math function (#101588) | OverMighty | 6 | -19/+180 |
| 2024-08-07 | [libc][math] Add getpayloadl function. (#102214) | Job Henandez Lara | 3 | -2/+27 |
| 2024-08-06 | [libc] add spin lock family functions (#100509) | Schrodinger ZHU Yifan | 3 | -4/+167 |
| 2024-08-06 | [libc] Fix overflow check for 32-bit mktime. (#101993) | Simon Tatham | 1 | -16/+109 |
| 2024-08-06 | [libc][math] Improve the error analysis and accuracy for pow function. (#102098) | lntue | 1 | -4/+10 |
| 2024-08-06 | [libc][math][c23] Add ffma{,l,f128} and fdiv{,l,f128} C23 math functions #101... | aaryanshukla | 13 | -5/+270 |
| 2024-08-06 | [libc] Enable more entrypoints for riscv (#102055) | Mikhail R. Gadelha | 1 | -2/+15 |
| 2024-08-06 | [libc][math][c23] Add exp2f16 C23 math function (#101217) | OverMighty | 6 | -19/+180 |
| 2024-08-05 | [libc][malloc] Reuse the prev_ field for allocated blocks (#101265) | Daniel Thornburgh | 3 | -147/+104 |
| 2024-08-05 | [libc][math] Implement fast pass for double precision pow function with up to... | lntue | 4 | -0/+321 |
| 2024-08-02 | [libc][math][c23] fixing dfmal for rv32 (#101763) | aaryanshukla | 1 | -3/+5 |
| 2024-08-03 | [libc][math][c23] Fix getpayloadf128 smoke test on RV32 (#101720) | OverMighty | 1 | -1/+8 |