llvm/libc
2022-05-08 13:58:05 -04:00
..
AOR_v20.02
benchmarks [NFC][libc] Disable benchmarks when the LLVM benchmark target is not available 2022-03-29 08:45:53 +00:00
cmake/modules [libc][Obvious] Fix cmake usage of list PREPEND (unavailable pre-3.15). 2022-05-08 13:58:05 -04:00
config [libc] Update windows entrypoint list 2022-05-06 11:30:50 -07:00
docs [libc][docs] Update the fuzzing doc to better reflect the current state. 2022-04-20 15:33:20 +00:00
fuzzing [libc][NFC] split standalone_cpp into single headers 2022-03-08 11:56:08 -08:00
include [libc] Add the implementation of the GNU extension function fopencookie. 2022-04-22 08:02:25 +00:00
lib
loader [libc] Use real objects and archives in integration tests. 2022-03-24 07:02:33 +00:00
spec [libc] Add implementations of feof, ferror and clearerr. 2022-04-29 23:04:35 +00:00
src [libc][NFC] add index mode to printf parser 2022-05-06 12:06:08 -07:00
test [libc] Add LINK_LIBRARIES option to add_fp_unittest and add_libc_unittest. 2022-05-08 17:33:45 +00:00
utils [libc] Support 32-bit ARM platform tests 2022-04-28 12:00:28 -07:00
.clang-tidy
.gitignore
CMakeLists.txt [NFC][libc] Disable benchmarks when the LLVM benchmark target is not available 2022-03-29 08:45:53 +00:00
LICENSE.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.