[all-commits] [llvm/llvm-project] 5a9630: [libc] Adds implementation for memrchr.
Chris Gyurgyik via All-commits
all-commits at lists.llvm.org
Fri Jul 24 11:41:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5a9630b7774dbacb7a0bdba068c1b26c231558bc
https://github.com/llvm/llvm-project/commit/5a9630b7774dbacb7a0bdba068c1b26c231558bc
Author: cgyurgyik <gyurgyikcp at gmail.com>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/gnu_ext.td
M libc/src/string/CMakeLists.txt
A libc/src/string/memrchr.cpp
A libc/src/string/memrchr.h
M libc/test/src/string/CMakeLists.txt
A libc/test/src/string/memrchr_test.cpp
Log Message:
-----------
[libc] Adds implementation for memrchr.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D84469
More information about the All-commits
mailing list