aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/string/memory_utils
AgeCommit message (Expand)AuthorFilesLines
13 days[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue3-2/+3
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh3-7/+9
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler3-8/+6
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh3-6/+8
2024-09-11[libc] Add osutils for Windows and make libc and its tests build on Windows t...Sirui Mu2-1/+3
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty1-0/+22
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek3-6/+9
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini3-9/+6
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek3-6/+9
2024-05-14[libc][bug] Fix out of bound write in memcpy w/ software prefetching (#90591)Guillaume Chatelet1-0/+99
2024-03-11[libc] Fix forward arm32 builtbot (#84794)Guillaume Chatelet2-0/+2
2024-03-09[libc] Provide `LIBC_TYPES_HAS_INT64` (#83441)Guillaume Chatelet1-7/+7
2023-12-05[reland][libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet1-60/+0
2023-12-05Revert "[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet1-0/+60
2023-12-05[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead (#73939)Guillaume Chatelet1-60/+0
2023-09-26[libc][NFC] Remove an inappropriate -ffreestanding arg to memory_utils test. ...Siva Chandra1-1/+0
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet3-6/+6
2023-06-30[libc] Improve memcmp latency and codegenGuillaume Chatelet1-54/+57
2023-06-21Revert D148717 "[libc] Improve memcmp latency and codegen"Guillaume Chatelet1-57/+54
2023-06-14[libc] Dispatch memmove to memcpy when buffers are disjointGuillaume Chatelet1-0/+13
2023-06-12[libc] Improve memcmp latency and codegenGuillaume Chatelet1-54/+57
2023-06-12Revert D148717 "[libc] Improve memcmp latency and codegen"Guillaume Chatelet1-57/+54
2023-06-12[libc] Improve memcmp latency and codegenGuillaume Chatelet1-54/+57
2023-06-05Revert D148717 "[libc] Improve memcmp latency and codegen"Guillaume Chatelet1-43/+44
2023-06-05[libc] Improve memcmp latency and codegenGuillaume Chatelet1-44/+43
2023-05-31[libc][NFC] Fixing various typosGuillaume Chatelet1-1/+1
2023-05-25[libc] Fix compilation issues in memory_check_utils.hRoland McGrath1-13/+14
2023-05-25[libc][test] Drastically reduce mem test runtimeGuillaume Chatelet1-5/+56
2023-05-23[libc][math] Implement double precision log2 function correctly rounded to al...Tue Ly1-1/+1
2023-05-10[libc] Add optimized memcpy for RISCVGuillaume Chatelet1-0/+40
2023-05-02[libc] Add 'UNIT_TEST_ONLY' and 'HERMETIC_TEST_ONLY' to 'add_libc_test'Joseph Huber1-2/+3
2023-05-02[libc] Enable the 'string' unit tests to be hermeticJoseph Huber1-1/+2
2023-05-02[libc] Remove use of 'assert' from the string testsJoseph Huber2-15/+0
2023-04-19[reland][libc] handle memset sequence as a separate structGuillaume Chatelet1-3/+20
2023-04-18Revert "[libc] handle memset sequence as a separate struct"Guillaume Chatelet1-20/+3
2023-04-18[libc] handle memset sequence as a separate structGuillaume Chatelet1-3/+20
2023-04-11[libc] remove unsupported GCC attributeGuillaume Chatelet1-2/+2
2023-04-11[libc][NFC] Use new approach based on types to code memsetGuillaume Chatelet1-15/+11
2023-03-20[libc] Make string tests compatible with the Fuchsia buildRoland McGrath1-1/+1
2023-02-09[libc][NFC] separate macros in several targetsGuillaume Chatelet2-2/+1
2023-02-09[libc][NFC] Move compiler_features.h to properties subfolderGuillaume Chatelet1-1/+1
2023-02-07[libc][NFC] Rename macrosGuillaume Chatelet1-2/+2
2023-02-07[libc][NFC] Move code to sanitizer.h + more consistent namingGuillaume Chatelet1-11/+1
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy2-2/+2
2023-02-07[libc][NFC] Rename compiler_feature macrosGuillaume Chatelet1-1/+1
2023-02-07[libc][NFC] Move compiler_features to macros folderGuillaume Chatelet1-1/+1
2023-02-07[libc][NFC] Rename architecture macros and move to macros folderGuillaume Chatelet1-2/+2
2022-12-13[libc] Add compiler, builtin and feature detectionGuillaume Chatelet2-3/+5
2022-11-16[libc] remove mem functions dead codeGuillaume Chatelet3-367/+0
2022-11-02[libc] Improve testing of mem functionsGuillaume Chatelet2-170/+220