summaryrefslogtreecommitdiff
path: root/libc/src/string/memory_utils/CMakeLists.txt
AgeCommit message (Expand)Author
2025-09-12[libc] Some MSVC compatibility changes for src/string/memory_utils. (#158393)lntue
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-07-17[libc] Improve Cortex `memset` and `memcpy` functions (#149044)Guillaume Chatelet
2025-07-16Revert "[libc][NFC] refactor Cortex `memcpy` code" (#149035)Guillaume Chatelet
2025-07-16[libc][NFC] refactor Cortex `memcpy` code (#148204)Guillaume Chatelet
2025-06-26[libc] Improve memcpy for ARM Cortex-M supporting unaligned accesses. (#144872)Guillaume Chatelet
2023-09-12[libc] Fix a typo in a CMakeLists.txt - replace DEPS with DEPENDS. (#66130)Siva Chandra
2023-07-19[libc][NFC] Rename filesGuillaume Chatelet
2023-07-18[libc][NFC] Split memmove implementations per platformGuillaume Chatelet
2023-07-17[libc][NFC] Split memcmp implementations per platformGuillaume Chatelet
2023-07-17[libc][NFC] Split memset implementations per platformGuillaume Chatelet
2023-07-13[libc][NFC] Split memcpy implementations per platformGuillaume Chatelet
2023-07-13[libc][NFC] Split bcmp implementations per platformGuillaume 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
2023-06-30[libc] Improve memcmp latency and codegenGuillaume Chatelet
2023-06-21Revert D148717 "[libc] Improve memcmp latency and codegen"Guillaume Chatelet
2023-06-12[libc] Improve memcmp latency and codegenGuillaume Chatelet
2023-06-12Revert D148717 "[libc] Improve memcmp latency and codegen"Guillaume Chatelet
2023-06-12[libc] Improve memcmp latency and codegenGuillaume Chatelet
2023-06-05Revert D148717 "[libc] Improve memcmp latency and codegen"Guillaume Chatelet
2023-06-05[libc] Improve memcmp latency and codegenGuillaume Chatelet
2023-05-10[libc] Add optimized memcpy for RISCVGuillaume Chatelet
2023-04-11[libc] Add memmem implementationCaslyn Tonelli
2023-03-14[reland][libc][NFC] Move memcmp implementations in subfoldersGuillaume Chatelet
2023-03-14Revert "[libc][NFC] Move memcmp implementations in subfolders"Guillaume Chatelet
2023-03-14[libc][NFC] Move memcmp implementations in subfoldersGuillaume Chatelet
2023-02-15[reland][libc] Separate memcpy implementations per archGuillaume Chatelet
2023-02-15Revert "[libc] Separate memcpy implementations per arch"Guillaume Chatelet
2023-02-15[libc] Separate memcpy implementations per archGuillaume Chatelet
2023-02-14Revert "[libc] Separate memcpy implementations per arch"Guillaume Chatelet
2023-02-14[libc] Separate memcpy implementations per archGuillaume Chatelet
2023-02-09[libc] Add an optimization macro headerGuillaume Chatelet
2023-02-09[libc][NFC] separate macros in several targetsGuillaume Chatelet
2023-01-25[libc] Templatize strstrAlex Brachet
2023-01-10Reland: "[libc] Templatize str{,n}cmp"Alex Brachet
2023-01-09Revert "[libc] Templatize str{,n}cmp"Alex Brachet
2023-01-09[libc] Templatize str{,n}cmpAlex Brachet
2022-12-13[libc] Add compiler, builtin and feature detectionGuillaume Chatelet
2022-11-16[libc][NFC] move memmove implementationGuillaume Chatelet
2022-11-16[libc] remove mem functions dead codeGuillaume Chatelet
2022-10-24[libc] Use cpp::byte instead of char in mem* functionsGuillaume Chatelet
2022-10-24[libc] Fix generic 32-bit implementation of Bcmp/MemcmpGuillaume Chatelet
2022-10-24[libc] mem* framework v3Guillaume Chatelet
2022-10-20Revert D136292 "[libc] mem* framework v3"Guillaume Chatelet
2022-10-20[libc] mem* framework v3Guillaume Chatelet
2022-10-14Revert "[libc] New version of the mem* framework"Sterling Augustine
2022-10-14[libc] New version of the mem* frameworkGuillaume Chatelet
2022-10-14Revert "[libc] New version of the mem* framework"Guillaume Chatelet
2022-10-14[libc] New version of the mem* frameworkGuillaume Chatelet