llvm-capstone/libc
Joseph Huber be9a4926d2 [libc] Disable ilogb functions on NVPTX
Summary:
These fail tests, disbale them until we can figure out how to get them
passing.
2023-07-26 12:59:15 -05:00
..
AOR_v20.02
benchmarks [libc][benchmark] Do not force static linking 2023-05-11 09:09:28 +00:00
cmake/modules [libc] Warn on use of global constructors in libc 2023-07-20 11:29:58 -05:00
config [libc] Add math functions to AMD/NVPTX libm 2023-07-26 03:02:24 -05:00
docs [libc] Remove test RPC opcodes from the exported header 2023-07-21 15:36:36 -05:00
examples
fuzzing [libc] Set min precision for strtofloat fuzz 2023-07-18 16:28:22 -07:00
include [libc] pthread.h.def: add PTHREAD_MUTEX_INITIALIZER 2023-07-25 16:47:15 -07:00
lib
spec [libc] Add basic support for calling host functions from the GPU 2023-07-19 10:11:46 -05:00
src [libc][Obvious] Fix use of fwrite in the RPC server 2023-07-26 11:13:38 -05:00
startup [libc] Treat the locks array as a bitfield 2023-07-21 10:49:11 -05:00
test [libc] Disable ilogb functions on NVPTX 2023-07-26 12:59:15 -05:00
utils [libc][Obvious] Fix use of fwrite in the RPC server 2023-07-26 11:13:38 -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 [Libomptarget] Begin implementing support for RPC services 2023-07-07 12:36:46 -05:00
common_libc_tuners.cmake
LICENSE.TXT
README.txt Add a director, along with README.txt and LICENSE.txt, for libc. 2019-09-16 21:39:08 +00:00

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.