Files
llvm/libc
Michael Jones a0c4f854ca [libc] Change ctype to be encoding independent (#110574)
The previous implementation of the ctype functions assumed ASCII.
This patch changes to a switch/case implementation that looks odd, but
actually is easier for the compiler to understand and optimize.
2024-12-03 12:36:04 -08:00
..
2024-12-03 12:34:26 -08:00
2024-12-03 12:34:26 -08:00
2024-12-03 12:34:26 -08:00
2024-12-03 12:34:26 -08:00
2024-12-03 12:34:26 -08:00

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.