summaryrefslogtreecommitdiff
path: root/utils/bazel/llvm-project-overlay/libc
AgeCommit message (Expand)Author
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel
2025-11-17[bazel][libc] Fixes #165219 (#168429)Pranav Kant
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov
2025-11-08Fix bazel build for #166719Walter Lee
2025-11-06Fix bazel build issue caused in #166517 one last target (#166739)Karlo Basioli
2025-11-06Fix bazel build issue caused in #166517 (some targets were still failing) (#1...Karlo Basioli
2025-11-06Fix bazel build issue caused in #166517 (#166734)Karlo Basioli
2025-11-05[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)Alexey Samsonov
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov
2025-10-22[bazel][libc] Add missing dependency (#164668)Walter Lee
2025-10-22[bazel] Fix Formatting (#164672)Aiden Grossman
2025-10-22[bazel][libc] Add missing dependency (#164640)Walter Lee
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue
2025-10-17[libc][math] Refactor exp2m1f implementation to header-only in src/__support/...Muhammad Bassiouni
2025-10-15libc: Introduce calls to sysconf to get page size.Peter Collingbourne
2025-10-11[libc][math] Refactor exp2f16 implementation to header-only in src/__support/...Muhammad Bassiouni
2025-10-09[bazel][libc] Port #162685: sysconf (#162719)Jordan Rupprecht
2025-10-09[bazel] Add missing dependency for 1244fd24d9b61cfcebc12a05726a8fc82da0109eBenjamin Kramer
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev
2025-10-08[bazel][libc] Port #154914: fxdivi (#162539)Jordan Rupprecht
2025-10-06[libc][bazel] Add bazel for sys/mman and resource (#161750)Michael Jones
2025-10-06[libc][math] Refactor exp2f implementation to header-only in src/__support/ma...Muhammad Bassiouni
2025-10-05[libc][math] Refactor exp2 implementation to header-only in src/__support/mat...Muhammad Bassiouni
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][math] Refactor exp10m1f implementation to header-only in src/__support...Muhammad Bassiouni
2025-09-20[libc][math] Refactor dsqrtl implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-09-18[libc][bazel] Add Bazel rules for rand/srand functions. (#159617)Alexey Samsonov
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][bazel] Add BUILD rules for fma and fmaf functions. (#159502)Alexey Samsonov
2025-09-17[libc] Add missing bazel dependency for __support_math_rsqrt16 (#159473)cmtice
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev
2025-09-16Enable string-length wide-reads by default in bazel. (#159177)Sterling-Augustine
2025-09-15[libc][bazel] Fold errno_test_helpers into LibcUnitTest. (#158705)Alexey Samsonov
2025-09-15[bazel][libc] Add bazel support for a handful of string functions (#158327)jtstogel
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][bazel] add tests and targets for ctype (#158124)Michael Jones
2025-09-11[libc][bazel] Add tests and targets for inttypes (#158127)Michael Jones
2025-09-10Fix bazel target broken in #157537 (#157982)jtstogel
2025-09-10[libc] Update some __builtin_* usage to be compatible with MSVC. (#157870)lntue
2025-09-09[libc] Add simple 'tuple' type to CPP helpers (#157739)Joseph Huber
2025-09-09[bazel][libc] Port #157701: msvc compat fixes (#157722)Jordan Rupprecht
2025-09-05[libc][bazel] Fix missing fmodbf16 dependency (#157149)Michael Jones
2025-09-05[bazel][libc] Update Bazel rules for fmodbf16 math function that was added in...lexi-nadia
2025-09-05[bazel][libc] Port #156344: complex macros (#157003)Jordan Rupprecht
2025-09-03[libc] fixed signed char issues in strsep()/strtok()/strtok_r(). (#156705)enh-google