summaryrefslogtreecommitdiff
path: root/libc/test/src/string/memcmp_test.cpp
AgeCommit message (Expand)Author
2025-06-04[libc] Expand usage of libc null checks. (#116262)Aly ElAshram
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-01-11[libc] Fix buggy AVX2 / AVX512 `memcmp` (#77081)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-04-18[libc] Add debug messages to bcmp and memcmp testsGuillaume 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-06-28[libc] Use ASSERT_ instead of EXPECT_ in memcmp testsGuillaume Chatelet
2021-12-22[libc] apply formatting to testsMichael Jones
2021-09-10[libc] Check signs instead of values in memcmp unittests.Cheng Wang
2021-07-07Fix broken libc testGuillaume Chatelet
2021-07-07[LIBC] Add an optimized memcmp implementation for AArch64Andre Vieira
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2020-12-15[libc] Add memcmp implementation.Cheng Wang