llvm-capstone/libc
2023-08-18 23:36:04 -07: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 [test][libc] Fix aligned_alloc argument 2023-08-07 16:36:20 -07:00
cmake/modules [libc] Do not run tests on vendor implemented math 2023-08-17 17:22:55 -05:00
config Revert "[libc] Add limits.h" 2023-08-17 06:21:50 +02:00
docs Fx typos in documentation 2023-08-18 23:36:04 -07:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Add fuzzing for printf floats 2023-08-15 16:23:24 -07:00
include Revert "[libc] Add limits.h" 2023-08-17 06:21:50 +02:00
lib
spec Revert "[libc] Add limits.h" 2023-08-17 06:21:50 +02:00
src [libc] Fix HPD on extremely long numbers 2023-08-18 11:03:45 -07:00
startup [libc][cleanup] Fix most conversion warnings 2023-08-07 15:03:01 -07:00
test [libc] Fix HPD on extremely long numbers 2023-08-18 11:03:45 -07:00
utils [libc] Add support for the 'fread' function on the GPU 2023-07-26 13:51:35 -05:00
.clang-tidy
.gitignore
CMakeLists.txt [libc] _INCLUDE_SCUDO: check for compiler-rt in enabled RUNTIMES too 2023-07-27 05:11:54 +01: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.