llvm/libc
2022-02-12 06:15:58 +00:00
..
AOR_v20.02
benchmarks [libc] Populate rtti/eh flags for all targets 2022-02-02 15:15:39 +01:00
cmake/modules [libc] Disable rtti/expections 2022-02-08 10:46:28 +00:00
config [libc] Fix allocator inclusion 2022-02-11 14:58:21 -08:00
docs Move LLVM Proposal to doc directory, create index 2022-01-29 00:29:31 +00:00
fuzzing
include [libc] Adjust few fcntl macros for aarch64. 2022-02-01 08:14:32 +00:00
lib
loader [libc][NFC] Move sys/mman entrypoints to the default build configs. 2022-01-11 16:51:10 +00:00
spec [libc] Implement log1pf correctly rounded to all rounding modes. 2022-02-07 16:17:18 -05:00
src [libc] Fix allocator inclusion 2022-02-11 14:58:21 -08:00
test [libc][Obvious][NFC] Move CPP tests to the correct nested directory. 2022-02-12 06:15:58 +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] Set default CXX_STANDARD to C++17 and let targets set their own standard if needed. 2022-02-04 09:59:21 -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.