llvm/libc
2022-06-25 06:38:24 +00:00
..
AOR_v20.02
benchmarks Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
cmake/modules [libc] Revert "Eliminate the internal header library target." 2022-06-23 20:53:09 +00:00
config [libc][math] fmod/fmodf implementation. 2022-06-24 23:09:14 +02:00
docs [libc][math] fmod/fmodf implementation. 2022-06-24 23:09:14 +02:00
fuzzing [libc][NFC] split standalone_cpp into single headers 2022-03-08 11:56:08 -08:00
include [libc] Add pthread_create and pthread_join functions. 2022-06-02 01:47:24 +00:00
lib
loader [libc] Add TLS image initialization to aarch64 startup code. 2022-06-17 22:50:14 -07:00
spec [libc][math] fmod/fmodf implementation. 2022-06-24 23:09:14 +02:00
src [libc] Add compound assignment and pre-increment operators to UInt. 2022-06-25 06:38:24 +00:00
test [libc] Add compound assignment and pre-increment operators to UInt. 2022-06-25 06:38:24 +00:00
utils [libc][math] fmod/fmodf implementation. 2022-06-24 23:09:14 +02:00
.clang-tidy
.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
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.