llvm-capstone/llvm
Artem Belevich ef8655adc8 [NVPTX] Adapt tests to make them usable with CUDA-12.x
CUDA-12 no longer supports 32-bit compilation.

Tests agnostic to 32/64 compilation mode are switched to use nvptx64.
Tests that do care about it have 32-bit ptxas compilation disabled with cuda-12+.

Differential Revision: https://reviews.llvm.org/D152199
2023-06-06 14:22:12 -07:00
..
benchmarks
bindings Remove vestiges of removed OCaml modules 2023-06-05 13:27:42 -04:00
cmake [CMake] Quote variables where "TARGET" may be a value 2023-06-06 02:08:45 +01:00
docs LangRef: Try to fix sphinx bot error 2023-06-06 17:18:31 -04:00
examples
include IR: Add llvm.ldexp and llvm.experimental.constrained.ldexp intrinsics 2023-06-06 17:07:18 -04:00
lib IR: Add llvm.ldexp and llvm.experimental.constrained.ldexp intrinsics 2023-06-06 17:07:18 -04:00
projects
resources
runtimes Reland [compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLD 2023-06-05 14:35:52 -07:00
test [NVPTX] Adapt tests to make them usable with CUDA-12.x 2023-06-06 14:22:12 -07:00
tools [InstrProf] Use BalancedPartitioning to order temporal profiling trace data 2023-06-06 11:59:57 -07:00
unittests [InstrProf] Use BalancedPartitioning to order temporal profiling trace data 2023-06-06 11:59:57 -07:00
utils [gn build] Port 7a3b528e1b 2023-06-06 15:51:54 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.