llvm-project/libc
Siva Chandra Reddy ef3e80b6bd [libc][Obvious] Use unique test file names in dup, dup2 and dup3 tests. 2022-09-13 18:20:04 +00:00
..
AOR_v20.02 Harmonize Python shebang 2020-07-16 21:53:45 +02:00
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] Add POSIX functions dup, dup2, and GNU extension function dup3. 2022-09-13 18:06:30 +00:00
docs [libc][math] Implement acosf function correctly rounded for all rounding modes. 2022-09-09 09:55:30 -04:00
fuzzing [libc][cmake] split fputil into individual targets 2022-08-31 10:44:52 -07:00
include [libc] Add POSIX functions dup, dup2, and GNU extension function dup3. 2022-09-13 18:06:30 +00:00
lib [libc][NFC] Change the libc fullbuild target name to "libc". 2022-08-19 07:07:30 +00:00
loader [libc] Enable a few entrypoints on aarch64 which are now available on x86_64. 2022-08-23 12:31:42 -07:00
spec [libc] Add POSIX functions dup, dup2, and GNU extension function dup3. 2022-09-13 18:06:30 +00:00
src [libc] Add POSIX functions dup, dup2, and GNU extension function dup3. 2022-09-13 18:06:30 +00:00
test [libc][Obvious] Use unique test file names in dup, dup2 and dup3 tests. 2022-09-13 18:20:04 +00:00
utils [libc][math] Implement acosf function correctly rounded for all rounding modes. 2022-09-09 09:55:30 -04: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 [libc] Install startup files with the install-libc target. 2022-08-19 20:15:16 +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.