[all-commits] [llvm/llvm-project] e263dc: [libc] Implements isdigit and isalnum. Adds a util...
Chris Gyurgyik via All-commits
all-commits at lists.llvm.org
Thu Jul 30 09:39:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e263dcc3efeae419b691730da5e37977e1a681f6
https://github.com/llvm/llvm-project/commit/e263dcc3efeae419b691730da5e37977e1a681f6
Author: cgyurgyik <gyurgyikcp at gmail.com>
Date: 2020-07-30 (Thu, 30 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/stdc.td
M libc/src/ctype/CMakeLists.txt
A libc/src/ctype/ctype_utils.h
A libc/src/ctype/isalnum.cpp
A libc/src/ctype/isalnum.h
M libc/src/ctype/isalpha.cpp
A libc/src/ctype/isdigit.cpp
A libc/src/ctype/isdigit.h
M libc/test/src/ctype/CMakeLists.txt
A libc/test/src/ctype/isalnum_test.cpp
A libc/test/src/ctype/isdigit_test.cpp
Log Message:
-----------
[libc] Implements isdigit and isalnum. Adds a utility header to inline
functions to avoid overhead of function calls.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D84893
More information about the All-commits
mailing list