llvm-project/libc
Siva Chandra Reddy 80652d270a [libc][NFC] Fix a few compiler warnings. 2022-08-09 22:30:40 +00:00
..
AOR_v20.02
benchmarks Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
cmake/modules [libc] Add __cxa_atexit support to the atexit function. 2022-08-09 21:42:41 +00:00
config [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np. 2022-08-02 01:57:03 +00:00
docs [libc] Website fixes (sidebar and mobile) 2022-08-08 18:38:01 +00:00
fuzzing [libc][NFC] Use STL case for type_traits 2022-07-29 09:57:03 +00:00
include [libc] Add dirent.h functions opendir, readdir, closedir and dirfd. 2022-07-25 20:23:25 +00:00
lib Use add_llvm_install_targets for install-llvmlibc 2022-07-04 17:18:36 +00:00
loader [libc] Add __cxa_atexit support to the atexit function. 2022-08-09 21:42:41 +00:00
spec [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np. 2022-08-02 01:57:03 +00:00
src [libc][NFC] Fix a few compiler warnings. 2022-08-09 22:30:40 +00:00
test [libc] Add __cxa_atexit support to the atexit function. 2022-08-09 21:42:41 +00:00
utils [libc][NFC] Fix a few compiler warnings. 2022-08-09 22:30:40 +00:00
.clang-tidy
.gitignore
CMakeLists.txt [libc] Implement FLAGS option for generating all combinations for targets. 2022-06-01 00:54:07 -04: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.