llvm-capstone/libc
2023-06-14 11:00:13 -04:00
..
AOR_v20.02 [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
benchmarks [libc][benchmark] Do not force static linking 2023-05-11 09:09:28 +00:00
cmake/modules [libc][CMake] Place archives in build/lib/<target-triple> 2023-06-03 22:40:03 +00:00
config [libc] Add qsort_r 2023-06-12 11:12:17 -07:00
docs [libc][docs] Add undefined behavior doc to site 2023-06-12 11:13:51 -07:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Use MPFR for strtofloat fuzzing 2023-05-22 11:04:53 -07:00
include [libc] Enable hermetic floating point tests again. 2023-06-14 10:53:35 -04:00
lib
spec [libc] Add qsort_r 2023-06-12 11:12:17 -07:00
src [libc] Enable hermetic floating point tests again. 2023-06-14 10:53:35 -04:00
startup [libc][AMDGPU] Disable the AMDGPU backend's ctor/dtor lowering for libc 2023-05-23 09:20:41 -05:00
test [libc] Fix merging issue with test/src/math/exhaustive/expm1f_test 2023-06-14 11:00:13 -04:00
utils [libc] Enable hermetic floating point tests again. 2023-06-14 10:53:35 -04:00
.clang-tidy
.gitignore
CMakeLists.txt [CMake][libc] Don't put archive in build/lib/<target triple> by default 2023-06-06 00:43:11 +00:00
common_libc_tuners.cmake
LICENSE.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.