llvm-project/libc
Dominic Chen 8f10d204d1 Revert "[libc] Resolve NaN/implementation-defined behavior of floating-point tests"
This reverts commit 5470b1fcb5.
2022-10-05 16:33:32 -07: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 a target to install libc in the full build mode. 2022-08-17 22:49:02 +00:00
config [libc][Obvious] Add "__" prefix to sched_getcpucount in the spec and elsewhere. 2022-10-05 18:01:13 +00:00
docs [libc][math] Simplify tanf implementation and improve its performance. 2022-09-26 21:36:12 -04:00
fuzzing [libc][cmake] split fputil into individual targets 2022-08-31 10:44:52 -07:00
include [libc] Add the POSIX waitpid function and the BSD wait4 function. 2022-10-05 07:38:55 +00:00
lib [libc][NFC] Change the libc fullbuild target name to "libc". 2022-08-19 07:07:30 +00:00
loader [libc] add syscall function 2022-09-30 15:46:28 -07:00
spec [libc][Obvious] Add "__" prefix to sched_getcpucount in the spec and elsewhere. 2022-10-05 18:01:13 +00:00
src Revert "[libc] Resolve NaN/implementation-defined behavior of floating-point tests" 2022-10-05 16:33:32 -07:00
test Revert "[libc] Resolve NaN/implementation-defined behavior of floating-point tests" 2022-10-05 16:33:32 -07:00
utils Revert "[libc] Resolve NaN/implementation-defined behavior of floating-point tests" 2022-10-05 16:33:32 -07: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 Revert "[libc] Resolve NaN/implementation-defined behavior of floating-point tests" 2022-10-05 16:33:32 -07: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.