llvm-capstone/libc
2023-10-04 14:18:23 -07:00
..
AOR_v20.02
benchmarks [libc] Mass replace enclosing namespace (#67032) 2023-09-26 11:45:04 +02:00
cmake/modules [libc][Obvious] Do not pass 'nolibc' and other flags to the GPU build 2023-09-29 12:57:02 -05:00
config [libc][math] Implement double precision expm1 function correctly rounded for all rounding modes. (#67048) 2023-09-28 16:43:15 -04:00
docs [libc][math] Implement double precision expm1 function correctly rounded for all rounding modes. (#67048) 2023-09-28 16:43:15 -04:00
examples
fuzzing [libc] Mass replace enclosing namespace (#67032) 2023-09-26 11:45:04 +02:00
include [libc] Change RPC opcode enum definition (#67439) 2023-09-26 15:24:28 -05:00
lib
spec [libc] Correct 'memrchr' definition and re-enable on GPU (#67850) 2023-09-29 18:22:00 -05:00
src [libc] Fix typo in long double negative block (#68243) 2023-10-04 13:00:48 -07:00
startup [libc] Add x86-64 stack protector support. 2023-10-04 14:18:23 -07:00
test [libc] Add x86-64 stack protector support. 2023-10-04 14:18:23 -07:00
utils [libc][NFC] Fix -Wdangling-else when compiling libc with gcc >= 7 (#67833) 2023-10-04 11:44:42 -04:00
.clang-tidy
.gitignore
CMakeLists.txt
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.