llvm-capstone/libc
Joseph Huber e74281a3c3 [libc] Allow NVPTX to use aliases
Summrary:
Following D156014 we can now use aliases for NVPTX, removing this source
of divergence. We require at least +ptx63 and at least sm_30 for
`.alias` but this is already within what we build for with `libc`
support.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D157323
2023-08-08 08:59:35 -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 [test][libc] Fix aligned_alloc argument 2023-08-07 16:36:20 -07:00
cmake/modules [libc] Warn on use of global constructors in libc 2023-07-20 11:29:58 -05:00
config [libc] Add v variants of printf functions 2023-08-04 14:50:24 -07:00
docs [libc][doc] Update macros documentation 2023-08-08 08:02:30 +00:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Set min precision for strtofloat fuzz 2023-07-18 16:28:22 -07:00
include [libc] Add v variants of printf functions 2023-08-04 14:50:24 -07: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] Add v variants of printf functions 2023-08-04 14:50:24 -07:00
src [libc] Allow NVPTX to use aliases 2023-08-08 08:59:35 -05:00
startup [libc][cleanup] Fix most conversion warnings 2023-08-07 15:03:01 -07:00
test [libc][cleanup] Fix most conversion warnings 2023-08-07 15:03:01 -07:00
utils [libc] Add support for the 'fread' function on the GPU 2023-07-26 13:51:35 -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 [libc] _INCLUDE_SCUDO: check for compiler-rt in enabled RUNTIMES too 2023-07-27 05:11:54 +01: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.