summaryrefslogtreecommitdiff
path: root/libc/src/string
AgeCommit message (Expand)Author
2022-11-18[libc][reland] Fix builtin definition for memory functionsMichael Jones
2022-11-16Revert D137868 "[libc] Fix builtin definition for memory functions"Fangrui Song
2022-11-16[libc] Fix builtin definition for memory functionsMichael Jones
2022-11-16[libc][NFC] move memmove implementationGuillaume Chatelet
2022-11-16[libc] deprecate LLVM_LIBC_MEMCPY_X86_USE_ONLY_REPMOVSBGuillaume Chatelet
2022-11-16[libc] remove mem functions dead codeGuillaume Chatelet
2022-11-02[reland][libc] Switch to new implementation of mem* functionsGuillaume Chatelet
2022-10-28[libc] add locale free strcollMichael Jones
2022-10-27Revert D136595 "[libc] Switch to new implementation of mem* functions"Guillaume Chatelet
2022-10-25[libc] Switch to new implementation of mem* functionsGuillaume 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-18[libc][NFC] Cleanup and document utils.hGuillaume Chatelet
2022-10-14Revert "[libc] New version of the mem* framework"Sterling Augustine
2022-10-14[libc] Add implementation of the POSIX getcwd function.Siva Chandra Reddy
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-14Revert "[libc] Fix embedded version of bcmp / memcmp"Guillaume Chatelet
2022-10-14[libc] Fix embedded version of bcmp / memcmpGuillaume Chatelet
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
2022-10-13Revert "[libc] New version of the mem* framework"Guillaume Chatelet
2022-10-13[libc] New version of the mem* frameworkGuillaume Chatelet
2022-10-12Revert "[libc] New version of the mem* framework"Guillaume Chatelet
2022-10-12[libc] New version of the mem* frameworkGuillaume Chatelet
2022-10-07[libc] add strsignal and refactor message mappingMichael Jones
2022-10-07[libc] add strerror_r functionMichael Jones
2022-09-29[libc][NFC] Move alignment utils to utils.hGuillaume Chatelet
2022-09-26[libc][NFC] Move bzero_inline to separate fileGuillaume Chatelet
2022-09-26[libc][NFC] Remove new framework, a simpler one is comingGuillaume Chatelet
2022-09-26[libc][NFC] introduce inline_bzeroGuillaume Chatelet
2022-09-20[libc] add strerrorMichael Jones
2022-08-19[libc][NFC] Use STL case for bitset and simplify implementationGuillaume Chatelet
2022-08-19[reland][libc][NFC] Use STL case for bitGuillaume Chatelet
2022-08-19Revert "[libc][NFC] Use STL case for bit"Guillaume Chatelet
2022-08-19[libc][NFC] Use STL case for bitGuillaume Chatelet
2022-08-19[reland][NFC][libc] rearrange aarch64 memset code to better match new impleme...Guillaume Chatelet
2022-08-19Revert "[NFC][libc] rearrange aarch64 memset code to better match new impleme...Guillaume Chatelet
2022-08-19[NFC][libc] rearrange aarch64 memset code to better match new implementationGuillaume Chatelet
2022-08-09[libc][NFC] Fix a few compiler warnings.Siva Chandra Reddy
2022-08-04[libc][NFC] Add a few compiler warning flags.Siva Chandra Reddy
2022-07-29[libc][NFC] Use STL case for type_traitsGuillaume Chatelet
2022-06-28[libc] Fix missing static_castGuillaume Chatelet
2022-06-28[libc][mem*] Introduce Algorithms for new mem frameworkGuillaume Chatelet
2022-06-25[libc] Add a cacheline size of arm target.Siva Chandra Reddy
2022-06-22Re-land [libc] Apply no-builtin everywhere, remove unnecessary flagsGuillaume Chatelet