llvm/libc
Siva Chandra Reddy f8cdbeb471 [libc][docs] Remove the description of a "www" directory.
We plan to use the "docs" directory as the home for our "www" pages,
similar to how it is for the libcxx project.
2022-04-18 07:16:21 +00: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] Set rtlib to compiler-rt in integration tests. 2022-03-28 23:46:21 +00:00
config [libc] Add a definition of pthread_attr_t and its getters and setters. 2022-04-11 16:08:49 +00:00
docs [libc][docs] Remove the description of a "www" directory. 2022-04-18 07:16:21 +00:00
fuzzing [libc][NFC] split standalone_cpp into single headers 2022-03-08 11:56:08 -08:00
include [libc] Add a definition of pthread_attr_t and its getters and setters. 2022-04-11 16:08:49 +00:00
lib
loader [libc] Use real objects and archives in integration tests. 2022-03-24 07:02:33 +00:00
spec [libc] Add a definition of pthread_attr_t and its getters and setters. 2022-04-11 16:08:49 +00:00
src [libc] Fix nested namespace issues with multiply_add.h. 2022-04-11 17:30:02 -04:00
test [libc][docs] Add doc for libc string functions 2022-04-14 13:03:01 -07:00
utils [libc] Add a new rule add_integration_test. 2022-03-23 20:57:29 +00: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 [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.