summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2025-04-11[libc] Add myself as maintainer for Public Headers / hdrgen (#135209)Roland McGrath
2025-04-11[libc] Add dthorn as maintainer for allocator on baremetal (#135203)Daniel Thornburgh
2025-04-10Add generic sqrt root headers to libc sqrt specializations (#135237)Drew Lewis
2025-04-10[AMDGPU] Fix code object version not being set to 'none' (#135036)Joseph Huber
2025-04-09[libc][test] make `str_to_float_comparison_test` independent of C++ headers. ...Muhammad Bassiouni
2025-04-09[libc] Use correct instruction for arm32 sqrt inline asm. (#134968)lntue
2025-04-08[libc] Fix wrong #ifdef for riscv's sqrt. (#134964)lntue
2025-04-08[libc] Extend fputil::sqrt to use floating point instructions for arm32. (#13...lntue
2025-04-08[libc] Add remaining math function entrypoints to darwin/arm. (#134920)lntue
2025-04-08[libc] Disable sin/cospif16 on aarch64 (#134918)Michael Jones
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs
2025-04-07[libc] Fixed typo in porting.rst (#134488)amansharma612
2025-04-04[libc] Remove extra parenthesis in sin.cpp comments (#134477)jobhdez
2025-04-04[libc][NFC] replace NULL with nullptr (#134464)Michael Jones
2025-04-04[libc] Fix suseconds_t definition and utimes_test (#134326)Michael Jones
2025-04-03[libc] Make utimes_test more stable (#134321)Michael Jones
2025-04-03[libc] Implemented utimes (Issue #133953) (#134167)Aditya Tejpaul
2025-04-04[libc] Combine the function prototype `int (*compar)(const void *, const void...Connector Switch
2025-04-02[libc] Added support for fixed-points in ``is_signed`` and ``is_unsigned``. (...Abhinav Kumar
2025-04-01[libc] Stop depending on .cpp files in libcxx_shared_headers library. (#133999)Alexey Samsonov
2025-04-01[libc] Reduce the range of hypotf exhaustive test to be run automatically. (#...lntue
2025-04-01[libc] Fix atan2f128 test for aarch64. (#133924)lntue
2025-04-01[libc][math] Implement a fast pass for atan2f128 with 1ULP error using Dyadic...lntue
2025-03-31[libc] Add myself as maintainer of the riscv port (#133757)Mikhail R. Gadelha
2025-03-31[libc][math][c23] Add hypotf16 function (#131991)Tejas Vipin
2025-03-29[libc][math][c23] Add asinhf16 function (#131351)Tejas Vipin
2025-03-28[libc] Add maintainers file (#133471)Michael Jones
2025-03-28[libc] implement `memalignment` (#132493)Mohamed Emad
2025-03-28[NFC] Fix some typos in libc and mlir comments (#133374)Qinkun Bao
2025-03-28[libc] Enable 'mktime' for the GPU (#133437)Joseph Huber
2025-03-28[Clang][AMDGPU] Remove special handling for COV4 libraries (#132870)Joseph Huber
2025-03-28[libc] Fix implicit conversion error in DyadicFloat::as_mantissa_type(). (#13...Jesse D
2025-03-27[libc] Update headers on aarch64 (#133180)Michael Jones
2025-03-27[Clang] Make `--lto-partitions` only default for HIP (#133164)Joseph Huber
2025-03-26[libc][CPP] correct cmpxchg failure ordering inference (#133127)Schrodinger ZHU Yifan
2025-03-26[libc] Temporarily disable LTO flags for AMDGPU crt1.oJoseph Huber
2025-03-26[libc] Make RPC allocation size query constexprJoseph Huber
2025-03-25Change check for "shift > Type::BITS" to avoid offset greater than total bits...Amy Huang
2025-03-26[libc] Add `VISIT` enum for `search.h` (#132746)Connector Switch
2025-03-25[libc] Add exceptional values for sinhf16/coshf16 (#133002)Michael Jones
2025-03-25[libc] Add support for C++20 'atomic_ref' type (#132302)Joseph Huber
2025-03-25[libc][time] Fix -Wshorten-64-to-32 warning (#132947)Paul Kirth
2025-03-25[libc][NFC] Remove incorrect file level dependency in CMake (#132937)Joseph Huber
2025-03-25[libc] change the return value type of mktime_internal to time_t (#132231)Leslie
2025-03-24[libc][__support] Fix -Wimplicit-int-conversion warning (#132839)Paul Kirth
2025-03-24[libc] Migrate sys/epoll tests to use ErrnoCheckingTest. (#132823)Alexey Samsonov
2025-03-24[libc] Remove extraneous ASSERT_ERRNO_* macro definitions (#132812)Roland McGrath
2025-03-24[libc][math] Fix range and comments in exhaustive hypotf_test (#131769)Tejas Vipin
2025-03-24[libc] Enable stdfix functions for macOS arm64 targets. (#132674)Abhinav Kumar
2025-03-23[libc][math] Disable acoshf16 Test on AArch64 to resolve test failures. (#132...Harrison Hao