llvm/libc
2022-03-14 10:06:27 -04:00
..
AOR_v20.02
benchmarks Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"." 2022-03-04 13:45:43 -08: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] Initial support for darwin-aarch64. 2022-03-10 09:26:09 -05:00
docs Rewrite much of the index page for libc 2022-02-16 03:46:20 +00:00
fuzzing [libc][NFC] split standalone_cpp into single headers 2022-03-08 11:56:08 -08:00
include [libc][NFC] Add a platform independent thread support library. 2022-03-04 18:33:46 +00:00
lib
loader [libc] Align the stack pointer in the start function. 2022-03-07 19:45:53 +00:00
spec [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
src [libc] Include -150 to the special cases at the beginning of exp2f function. 2022-03-14 10:06:27 -04:00
test [libc] Implement exp2f function that is correctly rounded for all rounding modes. 2022-03-14 09:42:37 -04:00
utils [libc] Add testing macros for errno and floating point exceptions. 2022-03-08 15:49:43 -05: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] 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.