llvm-project/libc
Tue Ly 28f13353b6 [libc][Obvious] Update error bounds for uint_test.QuickMulHiTests. 2022-12-02 18:13:35 -05:00
..
AOR_v20.02
benchmarks [libc][benchmark] more precise estimate of throughput 2022-12-01 10:21:13 +00:00
cmake/modules [libc] Skip tests that depend on undefined targets 2022-12-02 16:39:45 -06:00
config [reland][libc] Add bcopy 2022-12-01 10:07:04 +00:00
docs [reland][libc] Add bcopy 2022-12-01 10:07:04 +00: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 [CMake] Use LLVM_TARGET_TRIPLE in runtimes 2022-11-29 04:08:24 +00:00
loader [libc] Add POSIX execv and execve functions. 2022-10-06 19:50:23 +00:00
spec [reland][libc] Add bcopy 2022-12-01 10:07:04 +00:00
src [libc][math] Implement full multiplication and quick_mul_hi for UInt class. 2022-12-02 17:53:38 -05:00
test [libc][Obvious] Update error bounds for uint_test.QuickMulHiTests. 2022-12-02 18:13:35 -05:00
utils [libc][math] Implement full multiplication and quick_mul_hi for UInt class. 2022-12-02 17:53:38 -05:00
.clang-tidy [libc] Add a naming rule for global constants. 2022-01-19 22:11:16 +00:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [libc] add unsafe mode to strlen 2022-11-30 16:48:35 -08:00
LICENSE.TXT
README.txt
common_libc_tuners.cmake [libc] add unsafe mode to strlen 2022-11-30 16:48:35 -08:00

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.