llvm-project/libc
Siva Chandra Reddy eb0715e3c7 [libc][NFC] Make IntegerToString simpler to use at call-sites.
Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D131943
2022-08-17 07:57:06 +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] add sprintf size comparison 2022-08-12 11:46:55 -07:00
config [libc][Obvious] Convert an add_header target to add_header_library target. 2022-08-16 20:33:24 +00:00
docs [libc] Implement tanf function correctly rounded for all rounding modes. 2022-08-12 09:21:05 -04:00
fuzzing [libc][NFC] Use STL case for type_traits 2022-07-29 09:57:03 +00:00
include [libc][Obvious] Rearrange few header targets to satisfy dependency order. 2022-08-16 22:33:45 +00:00
lib Use add_llvm_install_targets for install-llvmlibc 2022-07-04 17:18:36 +00:00
loader [libc] Add implementation of pthread_exit and thrd_exit. 2022-08-10 06:28:47 +00:00
spec [libc] Add missing header and Windows entrypoints for tanf. 2022-08-12 09:34:33 -04:00
src [libc][NFC] Make IntegerToString simpler to use at call-sites. 2022-08-17 07:57:06 +00:00
test [libc][NFC] Make IntegerToString simpler to use at call-sites. 2022-08-17 07:57:06 +00:00
utils [libc] enable s(n)printf without fullbuild 2022-08-15 13:45:34 -07:00
.clang-tidy
.gitignore
CMakeLists.txt [libc] Implement FLAGS option for generating all combinations for targets. 2022-06-01 00:54:07 -04: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.