llvm-project/libc
Guillaume Chatelet cb888971d2 [libc] Improve bcmp performance for aarch64 2022-11-24 19:24:44 +00:00
..
AOR_v20.02
benchmarks [libc][benchmark] Fix wrong BatchSize leading to data not fitting in L1. 2022-11-16 12:55:37 +00:00
cmake/modules [libc][reland] Fix builtin definition for memory functions 2022-11-18 14:25:23 -08:00
config [libc] add scanf entrypoints 2022-11-17 15:37:52 -08:00
docs [libc] Implement gettimeofday 2022-11-11 18:02:33 -08:00
examples [libc][NFC] Remove "$>" from another command block on examples/README.md. 2022-11-04 08:37:05 +00:00
fuzzing [libc][cmake] split fputil into individual targets 2022-08-31 10:44:52 -07:00
include [libc] Fix assert.h and ctype.h not being built 2022-11-16 12:00:41 -06:00
lib [libc][NFC] Change the libc fullbuild target name to "libc". 2022-08-19 07:07:30 +00:00
loader [libc] Add POSIX execv and execve functions. 2022-10-06 19:50:23 +00:00
spec [libc] add scanf entrypoints 2022-11-17 15:37:52 -08:00
src [libc] Improve bcmp performance for aarch64 2022-11-24 19:24:44 +00:00
test [libc] add scanf entrypoints 2022-11-17 15:37:52 -08:00
utils [libc][math] Improve the performance and error printing of UInt. 2022-11-15 14:17:59 -05:00
.clang-tidy
.gitignore
CMakeLists.txt [libc] Fix tablegen when using a runtimes build 2022-11-15 12:09:52 -06:00
LICENSE.TXT
README.txt

README.txt

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.