summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2025-06-01[libc][math][c23] Add atanf16() function (#141612)wldfngrs
2025-05-30[libc][obvious] Fixed wchar.yaml (#142238)sribee8
2025-05-30[libc] wmemcmp nullptr handling (#142058)sribee8
2025-05-30[libc] wmemcpy implementation (#142070)sribee8
2025-05-30[libc] Implemented wcspbrk (#142040)Uzair Nawaz
2025-05-30[libc] wcsspn implementation (#142034)sribee8
2025-05-30[libc] Pass config flags to unit tests. (#142085)lntue
2025-05-29[LibC] Refactor arm64 to aarch64 for darwin. (#141509)Aly ElAshram
2025-05-29[libc] wmemcmp implementation (#141880)sribee8
2025-05-29[libc] Fix asin_test smoke test for DAZ modes due to mis-optimization on newe...lntue
2025-05-29[libc] Implemented wmemset and added tests (#141691)Uzair Nawaz
2025-05-29[libc][math] Fix some mis-optimization issue with hypotf16. (#141960)lntue
2025-05-28[libc] Migrate sys/ tests to ErrnoCheckingTest. (#141871)Alexey Samsonov
2025-05-28[libc][NFC] Cleanup code for poll (#141802)Michael Jones
2025-05-28WCSChr Implementation (#141690)sribee8
2025-05-28[libc] Implement efficient 'malloc' on the GPU (#140156)Joseph Huber
2025-05-16[libc] Enable setitimer and getitimer functions on riscv (#139182)Mikhail R. Gadelha
2025-05-16[libc] Fix typo: Configue -> Configure (#140166)Bill Wendling
2025-05-14[libc] Fix typos in documentation (#139852)Kazu Hirata
2025-05-14[libc] Fix DyadicFloat::generic_as() using FPBits<float16> not FPBits<T> (#13...OverMighty
2025-05-13[libc][NFC] Add u64 shuffle helpers to GPUJoseph Huber
2025-05-13[libc] Enable utimes function for riscv (#139181)Mikhail R. Gadelha
2025-05-13[libc] Enable poll function for riscv (#139180)Mikhail R. Gadelha
2025-05-13[libc] Add proxy header for ACTION type. (#139796)lntue
2025-05-13[libc] Add `struct entry` definition in addition to `ENTRY` according to POSI...lntue
2025-05-13[libc] Add proxy header for ENTRY type. (#139746)lntue
2025-05-12[cmake] Normalize TARGET_SUBDIR paths (#138524)Raul Tambre
2025-05-09[libc][uefi] add crt1 (#132150)Tristan Ross
2025-05-09[libc][math] Add x86-64 sqrt specialization for 80-bit long double. (#139203)lntue
2025-05-08[libc][math] Implement double precision acos correctly rounded for all roundi...lntue
2025-05-07[libc] Enable exp10m1f on RISC-V (#138768)Mikhail R. Gadelha
2025-05-06[libc] Update riscv entrypoints to be on par with x86 (#138597)Mikhail R. Gadelha
2025-05-06[libc] Fix implicit conversion error on rv32 (#138622)Mikhail R. Gadelha
2025-05-06stdlib.yaml: qsort_r() is in POSIX 2024 (aka issue 8). (#138572)enh-google
2025-05-05[libc] Swap order of syscall on chmod (#138427)Mikhail R. Gadelha
2025-05-05qsort_r.h: qsort_r() is POSIX now. (#138545)enh-google
2025-05-05[libc][gpu][docs] Fix typos in GPU libc's documentation (#138565)Howard Chu
2025-05-05[libc] Temporarily disable hanging test on sm_60 (#138561)Joseph Huber
2025-05-04[libc] implement sigsetjmp/siglongjmp for riscv (#137992)Schrodinger ZHU Yifan
2025-05-03[libc] Add missing dependency for test target (#138423)Mikhail R. Gadelha
2025-05-02[libc] Add support for string/memory_utils functions for AArch64 without HW F...William
2025-05-01[libc] Fix typo in uint128 type for PPC printf handling (#138157)Joseph Huber
2025-05-01[libc][NFC] add remarks to the setjmp implementation (#137066)Schrodinger ZHU Yifan
2025-04-30[libc] Make sure we use the right linker for bitcode linkingJoseph Huber
2025-04-30[libc] lsearch_test.cpp: put helpers in anonymous namespace. (#137964)enh-google
2025-04-29[libc] lfind_test.cpp: put helpers in an anonymous namespace. (#137821)enh-google
2025-04-29[libc] implement aarch64 sigsetjmp (#136706)Schrodinger ZHU Yifan
2025-04-29Reland "[libc] build fix for sigsetjmp (#137047)" (#137214)Schrodinger ZHU Yifan
2025-04-28[libc] Update assert for C23 (#137402)Michael Jones
2025-04-27[libc][stdfix] Fix riscv entrypoints for idivfx (#137499)Krishna Pandey