llvm-project/libc
Siva Chandra Reddy 78d622a48c [libc] Add a README.md file to the AOR directory.
Also, add config.mk file which will help test the implementations in the
"math" directory for x86_64 with a simple "make check".
2020-03-16 12:29:24 -07:00
..
AOR_v20.02 [libc] Add a README.md file to the AOR directory. 2020-03-16 12:29:24 -07:00
cmake/modules [libc] Take 2: Add linux implementations of thrd_create and thrd_join functions. 2020-03-09 21:28:11 -07:00
config [libc] Add initial assert definition 2020-03-11 23:45:58 -04:00
docs [libc] Add a README to the sub-directories under the utils directory. 2020-02-23 22:11:35 -08:00
fuzzing [libc] Lay out framework for fuzzing libc functions. 2020-02-21 19:15:46 -08:00
include [libc] Add initial assert definition 2020-03-11 23:45:58 -04:00
lib [libc] Add initial assert definition 2020-03-11 23:45:58 -04:00
spec [libc] Add initial assert definition 2020-03-11 23:45:58 -04:00
src [libc] Add initial assert definition 2020-03-11 23:45:58 -04:00
test [libc] Add initial assert definition 2020-03-11 23:45:58 -04:00
utils [libc] [UnitTest] Add timeout to death tests 2020-03-11 23:57:20 -04:00
CMakeLists.txt [libc] Lay out framework for fuzzing libc functions. 2020-02-21 19:15:46 -08:00
LICENSE.txt
README.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.