summaryrefslogtreecommitdiff
path: root/libc/test/src/string/memory_utils
AgeCommit message (Expand)Author
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2024-09-11[libc] Add osutils for Windows and make libc and its tests build on Windows t...Sirui Mu
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty
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
2024-03-11[libc] Fix forward arm32 builtbot (#84794)Guillaume Chatelet
2024-03-09[libc] Provide `LIBC_TYPES_HAS_INT64` (#83441)Guillaume Chatelet
2023-12-05[reland][libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet
2023-12-05Revert "[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet
2023-12-05[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead (#73939)Guillaume Chatelet
2023-09-26[libc][NFC] Remove an inappropriate -ffreestanding arg to memory_utils test. ...Siva Chandra
2023-09-26[libc] Mass replace enclosing namespace (#67032)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-14[libc] Dispatch memmove to memcpy when buffers are disjointGuillaume 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-31[libc][NFC] Fixing various typosGuillaume Chatelet
2023-05-25[libc] Fix compilation issues in memory_check_utils.hRoland McGrath
2023-05-25[libc][test] Drastically reduce mem test runtimeGuillaume Chatelet
2023-05-23[libc][math] Implement double precision log2 function correctly rounded to al...Tue Ly
2023-05-10[libc] Add optimized memcpy for RISCVGuillaume Chatelet
2023-05-02[libc] Add 'UNIT_TEST_ONLY' and 'HERMETIC_TEST_ONLY' to 'add_libc_test'Joseph Huber
2023-05-02[libc] Enable the 'string' unit tests to be hermeticJoseph Huber
2023-05-02[libc] Remove use of 'assert' from the string testsJoseph Huber
2023-04-19[reland][libc] handle memset sequence as a separate structGuillaume Chatelet
2023-04-18Revert "[libc] handle memset sequence as a separate struct"Guillaume Chatelet
2023-04-18[libc] handle memset sequence as a separate structGuillaume Chatelet
2023-04-11[libc] remove unsupported GCC attributeGuillaume Chatelet
2023-04-11[libc][NFC] Use new approach based on types to code memsetGuillaume Chatelet
2023-03-20[libc] Make string tests compatible with the Fuchsia buildRoland McGrath
2023-02-09[libc][NFC] separate macros in several targetsGuillaume Chatelet
2023-02-09[libc][NFC] Move compiler_features.h to properties subfolderGuillaume Chatelet
2023-02-07[libc][NFC] Rename macrosGuillaume Chatelet
2023-02-07[libc][NFC] Move code to sanitizer.h + more consistent namingGuillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2023-02-07[libc][NFC] Rename compiler_feature macrosGuillaume Chatelet
2023-02-07[libc][NFC] Move compiler_features to macros folderGuillaume Chatelet
2023-02-07[libc][NFC] Rename architecture macros and move to macros folderGuillaume Chatelet
2022-12-13[libc] Add compiler, builtin and feature detectionGuillaume Chatelet
2022-11-16[libc] remove mem functions dead codeGuillaume Chatelet
2022-11-02[libc] Improve testing of mem functionsGuillaume Chatelet
2022-10-24[libc] Use cpp::byte instead of char in mem* functionsGuillaume Chatelet