summaryrefslogtreecommitdiff
path: root/libc/src
AgeCommit message (Expand)Author
2025-10-13[libc] Use UMAXV.4S to reduce bcmp result.Peter Collingbourne
2025-10-11[libc][math] Refactor exp2f16 implementation to header-only in src/__support/...Muhammad Bassiouni
2025-10-10[libc] Add a config option to disable slab reclaiming (#151599)Joseph Huber
2025-10-09[libc] fix sysconf test for rv32 (#162685)Schrodinger ZHU Yifan
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev
2025-10-08[libc] Refactor internal auxv usage to reduce getauxval dependencies (#162489)Schrodinger ZHU Yifan
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey
2025-10-08[libc] fix rv32 mmap in auxv library (#162519)Schrodinger ZHU Yifan
2025-10-08[libc] Fix integer overflow for large offsets in lseek. (#162394)Jackson Stogel
2025-10-08[libc] use PR_GET_AUXV only if UAPI provides it (#162492)Schrodinger ZHU Yifan
2025-10-08[libc] Refactor AUXV handling with new auxv.h header library (#162326)Schrodinger ZHU Yifan
2025-10-07[libc] Make LIBC_EXIT RPC code use quick exitJoseph Huber
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-05[libc][math] Refactor exp2 implementation to header-only in src/__support/mat...Muhammad Bassiouni
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi
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-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][POSIX][unistd] Implement gethostname (#128142)Zaky Hermawan
2025-09-22[libc] Remove separate RPC test handling (#160206)Joseph Huber
2025-09-20[libc][math] Refactor dsqrtl implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-09-18[libc][bazel] Add (v)asprintf targets and tests (#159476)Michael Jones
2025-09-17[libc] Some MSVC compatibility fixes in src/__support. (#159428)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-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-12[libc] Some more MSVC compatibility in src/__support. (#158108)lntue
2025-09-10[libc] Implement vector 'split' and 'concat' routines (#157537)Joseph Huber
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
2025-09-09[libc] Some compatibility update for building with MSVC. (#157701)lntue
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey
2025-09-05[libc] Use anonymous namespace for file-local symbols (#157202)Roland McGrath
2025-09-04[libc] Fix undefined exit symbol for the NVPTX buildJoseph Huber
2025-09-04[libc] Add wasm support for some submodules in llvm-libc. (#154383)google-yfyang
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza
2025-09-04[libc] Fix buildbot failures (#156733)Krishna Pandey
2025-09-03[libc] fixed signed char issues in strsep()/strtok()/strtok_r(). (#156705)enh-google
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey
2025-09-03[libc] ensure tls dtors are called in main thread (#133641)Schrodinger ZHU Yifan