llvm-capstone/libc
2023-09-15 14:34:25 -07:00
..
AOR_v20.02
benchmarks [test][libc] Fix aligned_alloc argument 2023-08-07 16:36:20 -07:00
cmake/modules [libc][NFC] Make the dummy header target under overlay build a library. (#66329) 2023-09-13 22:52:20 -07:00
config [libc] Implement more input functions on the GPU (#66288) 2023-09-14 15:39:29 -05:00
docs [libc] Add a developer doc about adding new config options. (#66432) 2023-09-15 14:34:25 -07:00
examples
fuzzing [libc] Add fuzzing for printf floats 2023-08-15 16:23:24 -07:00
include [libc] Implement more input functions on the GPU (#66288) 2023-09-14 15:39:29 -05:00
lib
spec [libc][math] Implement double precision exp10 function correctly rounded for all rounding modes. 2023-08-30 08:43:50 -04:00
src [libc] Add invoke / invoke_result type traits (#65750) 2023-09-15 11:15:41 +02:00
startup [libc] Fix start up crash on 32 bit systems (#66210) 2023-09-14 09:02:35 -04:00
test [libc] Add invoke / invoke_result type traits (#65750) 2023-09-15 11:15:41 +02:00
utils [libc] Implement more input functions on the GPU (#66288) 2023-09-14 15:39:29 -05:00
.clang-tidy
.gitignore
CMakeLists.txt [libc][cmake] Report invalid clang-tidy path (#66475) 2023-09-15 17:43:48 +02: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.