[all-commits] [llvm/llvm-project] f1c26b: [libc] Implement towupper and towlower entrypoints...
Michael Jones via All-commits
all-commits at lists.llvm.org
Thu May 28 10:21:42 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1c26bce3f30f29e9130d55a7ffb0a2a171a5652
https://github.com/llvm/llvm-project/commit/f1c26bce3f30f29e9130d55a7ffb0a2a171a5652
Author: Michael Jones <michaelrj at google.com>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/wctype.yaml
M libc/src/__support/CMakeLists.txt
M libc/src/__support/wctype/CMakeLists.txt
M libc/src/__support/wctype/perfect_hash_map.h
A libc/src/__support/wctype/wctype_conversion_utils.cpp
A libc/src/__support/wctype/wctype_conversion_utils.h
M libc/src/__support/wctype_utils.h
M libc/src/wctype/CMakeLists.txt
A libc/src/wctype/towlower.cpp
A libc/src/wctype/towlower.h
A libc/src/wctype/towupper.cpp
A libc/src/wctype/towupper.h
M libc/test/src/__support/wctype/CMakeLists.txt
M libc/test/src/__support/wctype_utils_test.cpp
M libc/test/src/wctype/CMakeLists.txt
M libc/test/src/wctype/iswprint_test.cpp
A libc/test/src/wctype/towlower_test.cpp
A libc/test/src/wctype/towupper_test.cpp
Log Message:
-----------
[libc] Implement towupper and towlower entrypoints (#198659)
Following up on #187670 to add public entrypoints for the wctype
conversion functions.
Assisted-by: Automated tooling, human reviewed.
---------
Co-authored-by: Muhammad Bassiouni <60100307+bassiounix at users.noreply.github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list