llvm-project/libc
Michael Jones 472fa04de8 [libc][nfc] add CPP Limits.h for numeric_limits
Add an implementation of numeric_limits for use in str_conv_utils.
It currently only supports the basic integer types, with more types
coming as needed.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D107987
2021-08-12 21:31:16 +00:00
..
AOR_v20.02 Harmonize Python shebang 2020-07-16 21:53:45 +02:00
benchmarks [libc] Update size distributions for memory benchmarks 2021-08-09 14:22:32 +00:00
cmake/modules [libc] Enable MPFR library for math functions test 2021-07-27 20:40:04 +00:00
config [libc] add strtoll function and backend 2021-08-11 23:37:23 +00:00
docs [libc] Add documentation for clang-tidy checks. 2020-07-06 18:15:35 -07:00
fuzzing [libc][nfc] move ctype_utils and FPUtils to __support 2021-08-06 17:29:41 +00:00
include [libc][NFC][Obvious] Add a missing dep. 2021-01-18 22:04:20 -08:00
lib [libc] add integration tests for scudo in libc 2021-08-04 20:06:09 +00:00
loader [libc] Normalize LIBC_TARGET_MACHINE 2021-05-05 15:52:42 +00:00
spec [libc] add strtoll function and backend 2021-08-11 23:37:23 +00:00
src [libc] add strtoll function and backend 2021-08-11 23:37:23 +00:00
test [libc] add strtoll function and backend 2021-08-11 23:37:23 +00:00
utils [libc][nfc] add CPP Limits.h for numeric_limits 2021-08-12 21:31:16 +00:00
CMakeLists.txt [libc] Enable MPFR library for math functions test 2021-07-27 20:40:04 +00:00
LICENSE.TXT Rename top-level LICENSE.txt files to LICENSE.TXT 2021-03-10 21:26:24 -08:00
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.