summaryrefslogtreecommitdiff
path: root/libc/src/string/memory_utils/generic
AgeCommit message (Expand)Author
2025-10-01[libc] Unify and extend no_sanitize attributes for strlen. (#161316)Alexey Samsonov
2025-09-26[libc] Update the memory helper functions for simd types (#160174)Joseph Huber
2025-09-16[libc] Clean up mask helpers after allowing implicit conversions (#158681)Joseph Huber
2025-09-02[libc] Add more elementwise wrapper functions (#156515)Joseph Huber
2025-09-02 [libc] Implement generic SIMD helper 'simd.h' and implement strlen (#152605)Joseph Huber
2025-03-04[libc] Fix casts for arm32 after Wconversion (#129771)Michael Jones
2025-02-05[libc] Fix all imports of src/string/memory_utils (#114939)Krishna Pandey
2024-10-06[libc] Clean up some include in `libc`. (#110980)c8ef
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-03-27[libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554)Marc Auberer
2024-02-28[libc] fix typo introduced in inline_bcmp_byte_per_byte (#83356)Nick Desaulniers
2024-02-28[libc] fix readability-identifier-naming.ConstexprFunctionCase (#83345)Nick Desaulniers
2023-11-06Fix load64_aligned (#71391)Guillaume Chatelet
2023-10-04[libc] Change the GPU to use builtin memory functions (#68003)Joseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-07-09[libc][NFC] Move aligned access implementations to separate headerGuillaume Chatelet
2023-07-09[libc][NFC] Move memfunction's byte per byte implementations to a separate he...Guillaume Chatelet