summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2025-10-06[libc] Simplify mman tests (#161748)Michael Jones
2025-10-06[libc] Clean up sys/resource (#161749)Michael Jones
2025-10-06[libc][math] Refactor exp2f implementation to header-only in src/__support/ma...Muhammad Bassiouni
2025-10-06[libc] add IPPROTO related macros (#161855)Connector Switch
2025-10-05[libc][math] Refactor exp2 implementation to header-only in src/__support/mat...Muhammad Bassiouni
2025-10-02[libc][NFC] Turn off faccessat on aarch64 (#161740)Michael Jones
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi
2025-10-02[libc] Fix issue with fuzz input too short for atoi diff fuzz (#161705)Michael Jones
2025-10-01[libc] Unify and extend no_sanitize attributes for strlen. (#161316)Alexey Samsonov
2025-10-01[libc][math] Refactor exp10m1f16 implementation to header-only in src/__suppo...Muhammad Bassiouni
2025-09-29[libc][msvc] fix mathlib build on WoA (#161258)Schrodinger ZHU Yifan
2025-09-29[libc][math] Refactor exp10m1f implementation to header-only in src/__support...Muhammad Bassiouni
2025-09-26[libc] Update the memory helper functions for simd types (#160174)Joseph Huber
2025-09-25[libc] Make all targets respect LLVM_PER_TARGET_RUNTIME_DIR (#160597)Joseph Huber
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey
2025-09-23[libc] Cleanup mman functions and tests (#159657)Michael Jones
2025-09-23[libc] Add -Wall for libc tests (#160220)Vinay Deshmukh
2025-09-23[libc][POSIX][unistd] Implement gethostname (#128142)Zaky Hermawan
2025-09-22[libc] Remove separate RPC test handling (#160206)Joseph Huber
2025-09-22[libc] Fix stdbit C tests for older clang. (#160157)lntue
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-09-20[libc] fix error: implicit conversion loses floating-point precision: 'double...Maksim Levental
2025-09-20[libc][math] Refactor dsqrtl implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-09-19[LLVM] Simplify GPU runtimes flag handling (#159802)Joseph Huber
2025-09-19[libc] Update floating testing infra for MSVC compatibility. (#159810)lntue
2025-09-18[libc][math] Fix sNaN tests for AArch64 (#159483)Krishna Pandey
2025-09-18[libc][bazel] Add (v)asprintf targets and tests (#159476)Michael Jones
2025-09-18[libc][math] Update test/src/math/smoke/FmaTest.h to not rely on compiler run...lntue
2025-09-17[libc] Some MSVC compatibility fixes in src/__support. (#159428)lntue
2025-09-17[libc] Temporarily disable floating point exception check for rsqrtf16 on aar...lntue
2025-09-17[libc][math] Adjust rsqrtf16 exception checks. (#159411)lntue
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev
2025-09-16[libc] Clean up mask helpers after allowing implicit conversions (#158681)Joseph Huber
2025-09-15[libc] Move preinit/init/fini arrays to namespace (#158746)Petr Hosek
2025-09-15[libc] Move ASSERT_ERRNO_* macro to ErrnoCheckingTest.h (#158727)Alexey Samsonov
2025-09-15[libc] Migrate dirent/fcntl/sched/signal tests to ErrnoCheckingTest. (#158700)Alexey Samsonov
2025-09-12[libc] Some MSVC compatibility changes for src/string/memory_utils. (#158393)lntue
2025-09-12[libc] Change __builtin_memcpy to inline_memcpy. (#158345)lntue
2025-09-11[libc] Update errno usage in integration tests. (#158147)Alexey Samsonov
2025-09-12[libc] Some more MSVC compatibility in src/__support. (#158108)lntue
2025-09-11[libc] Clean up errno header usage in some more tests. (#157974)Alexey Samsonov
2025-09-10[libc] Migrate some test/src/time tests to ErrnoCheckingTest. (#157960)Alexey Samsonov
2025-09-10[libc] Clean up errno header usage in wchar tests. (#157942)Alexey Samsonov
2025-09-10[libc] Implement vector 'split' and 'concat' routines (#157537)Joseph Huber
2025-09-10[libc] Clean up errno header usage in math tests. (#157898)Alexey Samsonov
2025-09-10[libc] Update some __builtin_* usage to be compatible with MSVC. (#157870)lntue
2025-09-09[libc] Add check for support and a test for libc SIMD helpers (#157746)Joseph Huber
2025-09-09[libc] Add simple 'tuple' type to CPP helpers (#157739)Joseph Huber
2025-09-09[libc] Make simd helper functions static (#157551)Joseph Huber