llvm-project/libc
Siva Chandra Reddy 658c84e415 [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np.
Reviewed By: michaelrj, lntue

Differential Revision: https://reviews.llvm.org/D130872
2022-08-02 01:57:03 +00:00
..
AOR_v20.02 Harmonize Python shebang 2020-07-16 21:53:45 +02:00
benchmarks Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
cmake/modules [libc] Compile integration tests with -ffreestanding to avoid mixup with system libc. 2022-07-30 03:06:08 +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][doc] Update implementation status of tanhf. 2022-08-01 17:45:40 -04: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] Enable a few stdlib and time functions on aarch64. 2022-07-14 14:37:50 -07:00
spec [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np. 2022-08-02 01:57:03 +00:00
src [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np. 2022-08-02 01:57:03 +00:00
test [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np. 2022-08-02 01:57:03 +00:00
utils [libc][math] Added tanhf function. 2022-08-01 22:43:00 +02: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] Implement FLAGS option for generating all combinations for targets. 2022-06-01 00:54:07 -04:00
LICENSE.TXT Rename top-level LICENSE.txt files to LICENSE.TXT 2021-03-10 21:26:24 -08:00
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.