aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2024-09-20[libc][[math] Implement IsZero Macro (#109336)Shourya Goel6-0/+144
2024-09-19[libc][wchar] Move wchar's types to proxy headers. (#109334)lntue1-3/+1
2024-09-19[libc] Put bind back, fix gcc build (#109341)Michael Jones2-0/+69
2024-09-19[libc] Add functions to send/recv messages (#106467)Michael Jones6-59/+357
2024-09-19[libc] Add printf strerror conversion (%m) (#105891)Michael Jones2-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 Lara4-1/+46
2024-09-11[libc] Add osutils for Windows and make libc and its tests build on Windows t...Sirui Mu11-8/+43
2024-09-11[libc] Fix undefined behavior for nan functions. (#106468)lntue8-24/+32
2024-09-11[libc] implement vdso (#91572)Schrodinger ZHU Yifan2-0/+180
2024-09-09[libc][bazel] Update bazel overlay for math functions and their tests. (#107862)lntue2-2/+0
2024-09-08[libc] Add proxy header for the jmp_buf type (#107712)wldfngrs1-1/+0
2024-09-06[libc] Fix unit test compile flags propagation. (#106128)lntue2-10/+18
2024-09-05[libc] Add proxy header for __sighandler_t type (#107354)wldfngrs2-3/+3
2024-08-29[libc][math] Add performance tests for fmul and fmull. (#106262)Job Henandez Lara11-47/+121
2024-08-28[libc] Disable failing scanf test on AMDGPU temporarilyJoseph Huber1-26/+30
2024-08-26[libc] Fix file collision causing test flake (#106119)Michael Jones1-2/+2
2024-08-26[libc] Implement 'vfscanf' and 'vscanf' (#105293)Joseph Huber2-0/+112
2024-08-22[libc] Initial support for 'locale.h' in the LLVM libc (#102689)Joseph Huber4-0/+70
2024-08-22Revert " [libc] Add `ctype.h` locale variants (#102711)"Joseph Huber4-70/+0
2024-08-22 [libc] Add `ctype.h` locale variants (#102711)Joseph Huber4-0/+70
2024-08-13[libc][math][c23] Add expm1f16 C23 math function (#102387)OverMighty5-14/+218
2024-08-12[libc] Fix warning on 'extern "C" int main' in test suite (#102973)Joseph Huber1-1/+9
2024-08-12[NFC][libc] Clarifies underscores in n-char-sequence. (#102193)Mark de Wever1-1/+1
2024-08-11Revert "libc: Remove `extern "C"` from main declarations" (#102827)Schrodinger ZHU Yifan2-2/+2
2024-08-11libc: Remove `extern "C"` from main declarations (#102825)David Blaikie2-2/+2
2024-08-09[libc] Fix CFP long double and add tests (#102660)Michael Jones3-14/+29
2024-08-09[libc] Fix use of cpp::numeric_limits<...>::digits (#102674)Roland McGrath1-6/+7
2024-08-09[libc] Use cpp::numeric_limits in preference to C23 <limits.h> macros (#102665)Roland McGrath2-7/+13
2024-08-09[libc][math][c23] Add fadd{l,f128} C23 math functions (#102531)aaryanshukla5-5/+87
2024-08-09[libc][math][c23] Add totalorderl function. (#102564)Job Henandez Lara2-0/+25
2024-08-08[libc][math][c23] Fix setpayloadsig smoke test on RV32 (#102538)Job Henandez Lara1-2/+13
2024-08-08[libc][math] Add scalbln{,f,l,f128} math functions (#102219)aaryanshukla5-0/+124
2024-08-08[libc][math][c23] Add ddivl C23 math function. (#102468)lntue5-6/+56
2024-08-08[libc] Implement 'getenv' on the GPU target (#102376)Joseph Huber1-1/+0
2024-08-08[libc][math][c23] Add entrypoints and tests for setpayloadsig{,f,l,f128} and ...Job Henandez Lara7-1/+127
2024-08-07libc: remove trailing whitespacesSylvestre Ledru1-1/+1
2024-08-07[libc][math][c23] Add fsub{,l,f128} and remainderf128 C23 math functions (#10...aaryanshukla7-0/+133
2024-08-07[libc][math][c23] Add exp10f16 C23 math function (#101588)OverMighty6-19/+180
2024-08-07[libc][math] Add getpayloadl function. (#102214)Job Henandez Lara3-2/+27
2024-08-06[libc] add spin lock family functions (#100509)Schrodinger ZHU Yifan3-4/+167
2024-08-06[libc] Fix overflow check for 32-bit mktime. (#101993)Simon Tatham1-16/+109
2024-08-06[libc][math] Improve the error analysis and accuracy for pow function. (#102098)lntue1-4/+10
2024-08-06[libc][math][c23] Add ffma{,l,f128} and fdiv{,l,f128} C23 math functions #101...aaryanshukla13-5/+270
2024-08-06[libc] Enable more entrypoints for riscv (#102055)Mikhail R. Gadelha1-2/+15
2024-08-06[libc][math][c23] Add exp2f16 C23 math function (#101217)OverMighty6-19/+180
2024-08-05[libc][malloc] Reuse the prev_ field for allocated blocks (#101265)Daniel Thornburgh3-147/+104
2024-08-05[libc][math] Implement fast pass for double precision pow function with up to...lntue4-0/+321
2024-08-02[libc][math][c23] fixing dfmal for rv32 (#101763)aaryanshukla1-3/+5
2024-08-03[libc][math][c23] Fix getpayloadf128 smoke test on RV32 (#101720)OverMighty1-1/+8