llvm-capstone/libc
2023-06-06 14:33:08 -05: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 initial support for 'puts' and 'fputs' to the GPU 2023-06-05 17:56:55 -05:00
docs [libc][Docs] Add support for the printing functions 2023-06-06 14:33:08 -05: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] Make ErrnoSetterMatcher handle logging floating point values. 2023-05-26 06:24:51 +00:00
lib [libc] Build two different static archives libc.a and libm.a under full build. 2023-01-31 21:45:08 +00:00
spec [libc][math] Implement double precision log1p correctly rounded to all rounding modes. 2023-05-23 11:04:04 -04:00
src [libc] Replace use of asm in the GPU code with LIBC_INLINE_ASM 2023-06-06 14:24:52 -05:00
startup [libc][AMDGPU] Disable the AMDGPU backend's ctor/dtor lowering for libc 2023-05-23 09:20:41 -05:00
test [libc] Remove operator T from cpp::expected. 2023-06-06 13:57:44 -04:00
utils [libc] Replace the PRINT_TO_STDERR opcode for RPC printing. 2023-06-05 19:28:30 -05:00
.clang-tidy [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math. 2023-03-15 18:47:31 -04:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
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 [libc][NFC] Make tuning macros start with LIBC_COPT_ 2023-02-15 10:00:16 +00:00
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.