llvm-capstone/llvm
2022-05-11 15:14:00 +01:00
..
benchmarks
bindings
cmake
docs GlobalISel: Trivial documentation and comment fixes 2022-05-10 07:48:56 -05:00
examples
include [Cuda] Add initial support for wrapping CUDA images in the new driver. 2022-05-11 07:30:23 -04:00
lib [SLP]Further improvement of the cost model for scalars used in buildvectors. 2022-05-11 06:08:55 -07:00
projects
resources
runtimes
test [SLP]Further improvement of the cost model for scalars used in buildvectors. 2022-05-11 06:08:55 -07:00
tools [DirectX backend] Add pass to lower llvm intrinsic into dxil op function. 2022-05-11 00:03:05 -07:00
unittests [BasicAA] Fix order in which we pass MemoryLocations to alias() 2022-05-10 12:05:38 -07:00
utils [gn build] (manually) port 26eb04268f (clang-offload-packager) 2022-05-11 15:14:00 +01:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
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.