Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155515
[libc][NFC] Split memmove implementations per platform ClosedPublic Authored by gchatelet on Jul 17 2023, 2:23 PM.
Details Summary
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 17 2023, 2:23 PM This revision is now accepted and ready to land.Jul 18 2023, 4:29 AM Closed by commit rG23dcdbfba790: [libc][NFC] Split memmove implementations per platform (authored by gchatelet). · Explain WhyJul 18 2023, 5:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 541237 libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/aarch64/memmove_implementations.h
libc/src/string/memory_utils/memmove_implementations.h
libc/src/string/memory_utils/riscv/memmove_implementations.h
libc/src/string/memory_utils/x86_64/memmove_implementations.h
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
|