aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2024-09-20[libc][[math] Implement IsZero Macro (#109336)Shourya Goel7-0/+145
2024-09-19[libc][wchar] Move wchar's types to proxy headers. (#109334)lntue16-24/+161
2024-09-19[libc] Put bind back, fix gcc build (#109341)Michael Jones8-1/+157
2024-09-19[libc] Add functions to send/recv messages (#106467)Michael Jones35-84/+1234
2024-09-19[libc][AMDGPU] Disable %m in RPC server (#109317)Michael Jones1-0/+1
2024-09-19[libc] Add printf strerror conversion (%m) (#105891)Michael Jones19-4/+467
2024-09-18[Clang] Do not implicitly link C libraries for the GPU targets (#109052)Joseph Huber1-2/+2
2024-09-17[libc] add `ctime` and `ctime_r` to `date_and_time` documentation (#108665)Зишан Мирза1-0/+4
2024-09-17[libc][benchmarks] Tidy uses of raw_string_ostream (NFC)Youngsuk Kim2-2/+2
2024-09-16[libc][c11] implement ctime (#107285)Зишан Мирза16-0/+302
2024-09-16[libc][nfc] Fix typo in header generation message. (#108813)Jeff Bailey1-2/+2
2024-09-14[libc][math] Improve fmul performance by using double-double arithmetic. (#10...Job Henandez Lara6-4/+150
2024-09-14[libc][math][c23] add darwin entrypoints for fmul (#108680)Job Henandez Lara1-0/+3
2024-09-13[libc] Fix vdso VER_FLG_BASE redefinition in overlay mod. (#108628)lntue1-0/+2
2024-09-13[libc] fix dependency path for vDSO (#108591)Schrodinger ZHU Yifan1-1/+1
2024-09-13[libc] fix build issue in overlay mode (#108583)Schrodinger ZHU Yifan1-2/+2
2024-09-13[libc] implement clock_gettime using vDSO (#108458)Schrodinger ZHU Yifan2-7/+29
2024-09-11[libc] Add osutils for Windows and make libc and its tests build on Windows t...Sirui Mu23-13/+163
2024-09-11[libc] Stub TLS functions on the GPU temporarily (#108267)Joseph Huber2-0/+6
2024-09-11[libc] Fix undefined behavior for nan functions. (#106468)lntue16-26/+113
2024-09-11[libc] implement vdso (#91572)Schrodinger ZHU Yifan18-1/+861
2024-09-11[libc] fix tls teardown while being used (#108229)Schrodinger ZHU Yifan3-6/+14
2024-09-10[libc] fix locale dependency for stdlib (#108042)Schrodinger ZHU Yifan1-0/+1
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)wldfngrs18-33/+57
2024-09-07[libc][TableGen] Migrate libc-hdrgen backend to use const RecordKeeper (#107542)Rahul Joshi10-71/+74
2024-09-07[libc] Add proxy header for the stack_t type (#107559)wldfngrs5-2/+35
2024-09-06[libc] Remove -ffreestanding when building MPFR wrapper. (#107637)lntue1-0/+2
2024-09-06[libc] Fix signal's dependency on the proxy header sighandler_t. (#107605)lntue2-1/+2
2024-09-06[libc] Fix unit test compile flags propagation. (#106128)lntue9-32/+74
2024-09-06[libc] Implement branchless head-tail comparison for bcmp (#107540)Vitaly Goldshteyn2-41/+77
2024-09-05[libc] Add proxy header for __sighandler_t type (#107354)wldfngrs6-6/+39
2024-09-05[libc] Correct the entrypoints list for ARM/darwin (#107331)Michael Jones1-12/+0
2024-08-30[libc] Use correct names for locale variants in spec.td (#106806)Petr Hosek1-7/+7
2024-08-29[libc] Add support for 'string.h' locale variants (#105719)Joseph Huber10-0/+152
2024-08-29[libc] Implement locale variants for 'stdlib.h' functions (#105718)Joseph Huber21-0/+532
2024-08-29[libc][math] Add performance tests for fmul and fmull. (#106262)Job Henandez Lara11-47/+121
2024-08-29[libc][x86] Use prefetch for write for memcpy (#90450)Guillaume Chatelet1-13/+20
2024-08-28[libc] Disable failing scanf test on AMDGPU temporarilyJoseph Huber2-26/+32
2024-08-28[libc] Fix incorrect check for NVPTX backendJoseph Huber1-1/+1
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 Huber12-0/+287
2024-08-22[libc] Fix locale structs with old headergenJoseph Huber1-2/+2
2024-08-22[libc] Add `ctype.h` locale variants (#102711)Joseph Huber48-31/+950
2024-08-22[libc] Fix leftover thread localJoseph Huber1-1/+1
2024-08-22[libc] Initial support for 'locale.h' in the LLVM libc (#102689)Joseph Huber35-0/+788
2024-08-22Revert " [libc] Add `ctype.h` locale variants (#102711)"Joseph Huber79-1738/+31
2024-08-22 [libc] Add `ctype.h` locale variants (#102711)Joseph Huber79-31/+1738
2024-08-21[libc] Fix accidentally using system file on GPUJoseph Huber1-2/+0
2024-08-21[libc] Add `scanf` support to the GPU build (#104812)Joseph Huber5-19/+61