llvm/libc
Siva Chandra Reddy 75747c7394 [libc] Remove the remaining uses of stdatomic.h.
New methods to the Atomic class have been added as required. Futex
related types have been consolidated at a common place.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D120705
2022-03-01 17:12:39 +00:00
..
AOR_v20.02
benchmarks [libc][automemcpy] Discard aggrated samples from JSON 2022-02-18 15:24:13 +00:00
cmake/modules [libc] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_LIBC_ENABLE_LINTING without full build. 2022-03-01 11:04:29 -05:00
config [libc] Remove the remaining uses of stdatomic.h. 2022-03-01 17:12:39 +00:00
docs Rewrite much of the index page for libc 2022-02-16 03:46:20 +00:00
fuzzing
include [libc] Remove the remaining uses of stdatomic.h. 2022-03-01 17:12:39 +00:00
lib
loader [lib][Obvious] Fix style in a few include directives. 2022-02-16 05:57:12 +00:00
spec [libc] Add exit and atexit 2022-02-17 17:21:55 +00:00
src [libc] Remove the remaining uses of stdatomic.h. 2022-03-01 17:12:39 +00:00
test [libc] Remove the remaining uses of stdatomic.h. 2022-03-01 17:12:39 +00:00
utils [libc] undefined reference in LibcTest.cpp 2022-02-09 20:45:56 +00:00
.clang-tidy [libc] Add a naming rule for global constants. 2022-01-19 22:11:16 +00:00
.gitignore Move LLVM Proposal to doc directory, create index 2022-01-29 00:29:31 +00:00
CMakeLists.txt [libc] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_LIBC_ENABLE_LINTING without full build. 2022-03-01 11:04:29 -05: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.