summaryrefslogtreecommitdiff
path: root/libc/test/src/string/memcpy_test.cpp
AgeCommit message (Expand)Author
2025-07-24[libc] Don't rely on LIBC_HAS_SANITIZER when enabling null checks. (#150341)Alexey Samsonov
2025-06-04[libc] Expand usage of libc null checks. (#116262)Aly ElAshram
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
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-05-14[libc][bug] Fix out of bound write in memcpy w/ software prefetching (#90591)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-05-25[libc][test] Drastically reduce mem test runtimeGuillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-11-02[libc] Improve testing of mem functionsGuillaume Chatelet
2022-08-22[NFC][libc] Switch mem* tests from ArrayRef to spanGuillaume Chatelet
2022-08-01Reland [libc][NFC] Use STL case for arrayGuillaume Chatelet
2022-08-01Revert "[libc][NFC] Use STL case for array"Guillaume Chatelet
2022-08-01[libc][NFC] Use STL case for arrayGuillaume Chatelet
2021-12-22[libc] apply formatting to testsMichael Jones
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2020-05-20[libc] Add memset and bzero implementationsGuillaume Chatelet
2020-03-18[libc] Adding memcpy implementation for x86_64Guillaume Chatelet