summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2025-07-15[libc] Add hooks for extra options in running hermetic tests (#147931)William Huynh
2025-07-15[libc] Update some implementation status for `search.h` (#148414)Connector Switch
2025-07-14[libc] Wchar Stringconverter (#146388)Uzair Nawaz
2025-07-14[libc] Implement widechar to integer public functions (#148683)Uzair Nawaz
2025-07-14Revert "[libc][math] Refactor exp implementation to header-only in src/__supp...lntue
2025-07-14[libc] exp fuzz tests (#148086)sribee8
2025-07-14[libc][math] Refactor exp implementation to header-only in src/__support/math...Muhammad Bassiouni
2025-07-14[libc][math] Refactor ldexpf implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-07-14[libc][math] Refactor ldexpf16 implementation to header-only in src/__support...Muhammad Bassiouni
2025-07-14[libc][math] Refactor ldexpf128 implementation to header-only in src/__suppor...Muhammad Bassiouni
2025-07-12Change binary path in libc test cmake file from relative to absolute (#148315)Amy Huang
2025-07-12[libc] Baremetal version of clock (#146417)Petr Hosek
2025-07-13[libc][NFC] Revise file header for tanf exhaustive test. (#148348)Connector Switch
2025-07-12[libc][math] Refactor frexpf implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-07-12[libc][math] Refactor frexpf16 implementation to header-only in src/__support...Muhammad Bassiouni
2025-07-12[libc][math][c23] implement C23 math function `tanpif` (#147192)Connector Switch
2025-07-11[libc] Fix frexpf128 build failure. (#148332)Muhammad Bassiouni
2025-07-11[libc][math] Refactor frexpf128 implementation to header-only in src/… (#14...Muhammad Bassiouni
2025-07-11[libc] Fix WEOF and fix 1'000'000 error messages on test failure (#147928)William Huynh
2025-07-10[libc][math] Refactor expf16 implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-07-10[libc] Addressed todo to make first_non_whitespace to return an idx instead o...Uzair Nawaz
2025-07-10[libc] WCS to integer internal function (#147857)Uzair Nawaz
2025-07-10[libc] asin fuzz testing (#147786)sribee8
2025-07-10[libc] Fuzz tests for acos and atan (#147843)sribee8
2025-07-10[libc] sincos fuzz test (#147855)sribee8
2025-07-09[libc] wcslcat implementation (#146588)sribee8
2025-07-09[libc][NFC] fix comment typo ("documentation") (#147836)Bogdan Vetrenko
2025-07-09[libc] Added internal wctype functions (#147798)sribee8
2025-07-09[libc] wcslcpy implementation (#146571)sribee8
2025-07-09[libc] Fix DyadicFloat::generic_as() requiring LIBC_TYPES_HAS_FLOAT16 (#147811)OverMighty
2025-07-09[libc][math][c++23] Add bfloat16 support in LLVM libc (#144463)Krishna Pandey
2025-07-09Reland "Fix wcpncpy() return value; add test." (#146753)enh-google
2025-07-09[libc] Simplify the version guard for mpfr. (#146354)Connector Switch
2025-07-06[libc][NFC] Fix func name in comment. (#147183)Connector Switch
2025-07-02Revert "Fix wcpncpy() return value; add test." (#146752)Michael Jones
2025-07-02Fix wcpncpy() return value; add test.enh-google
2025-07-02[libc] Fix internal alignment in allcoator (#146738)Joseph Huber
2025-07-02[libc] Efficiently implement `aligned_alloc` for AMDGPU (#146585)Joseph Huber
2025-07-02[libc] Use is aligned builtin instead of ptrtoint (#146402)Joseph Huber
2025-07-01[libc] wcscspn implementation (#146158)sribee8
2025-06-30[libc][obvious] Fixed typos in some wchar headers (#146413)sribee8
2025-06-30[libc] wcstok implementation (#145989)Uzair Nawaz
2025-06-30[libc] implement sigsetjmp for thumb/thumb2/armv7-a (#138147)Schrodinger ZHU Yifan
2025-06-30[libc] Efficiently implement 'realloc' for AMDGPU devices (#145960)Joseph Huber
2025-06-27[libc] Changed CharacterConverter returns (#146130)sribee8
2025-06-27[libc] Add and use 'cpp::launder' to guard placement new (#146123)Joseph Huber
2025-06-27[libc] Implemented wcsnlen (#145610)sribee8
2025-06-26[libc] Fix the risc-v half precison float feature check (#145894)Hans Wennborg
2025-06-26[libc] Improve memcpy for ARM Cortex-M supporting unaligned accesses. (#144872)Guillaume Chatelet
2025-06-25[libc] Enable all f16 math functions on the GPU (#145813)Joseph Huber