llvm/libc
Siva Chandra Reddy b47539a14d [libc] Enable fmaf and fma on x86_64.
They require clang-11 or above for building and hence had to be disabled
as the bots did not have clang-11 or higher. Bots have now been upgraded
so we can enable these functions now.
2021-05-13 20:51:15 +00:00
..
AOR_v20.02
benchmarks Fix errors in distributions 2021-02-11 21:53:50 +00:00
cmake/modules [libc] Simplifies multi implementations 2021-05-12 07:24:53 +00:00
config [libc] Enable fmaf and fma on x86_64. 2021-05-13 20:51:15 +00:00
docs
fuzzing [libc] Make FPBits a union. 2021-04-13 09:21:35 -07:00
include
lib [libc] Add a target "install-llvmlibc" to install LLVM libc static archive. 2021-03-22 04:45:14 +00:00
loader [libc] Normalize LIBC_TARGET_MACHINE 2021-05-05 15:52:42 +00:00
spec [libc] Add x86_64 implementations of double precision cos, sin and tan. 2021-05-13 19:02:00 +00:00
src [libc][NFC] Instead of erroring, skip math targets with missing implementations. 2021-05-13 19:22:11 +00:00
test [libc] Add x86_64 implementations of double precision cos, sin and tan. 2021-05-13 19:02:00 +00:00
utils [libc] Add x86_64 implementations of double precision cos, sin and tan. 2021-05-13 19:02:00 +00:00
CMakeLists.txt [libc] Allow target architecture customization 2021-05-10 07:53:48 +00:00
LICENSE.TXT Rename top-level LICENSE.txt files to LICENSE.TXT 2021-03-10 21:26:24 -08:00
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.