llvm-capstone/llvm
2023-12-04 00:50:07 +00:00
..
benchmarks Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
bindings Add LLVM release/17.x 2023-09-25 10:04:13 +00:00
cmake Add LLVM release/17.x 2023-09-25 10:04:13 +00:00
docs Add LLVM release/17.x 2023-09-25 10:04:13 +00:00
examples Add LLVM release/17.x 2023-09-25 10:04:13 +00:00
include Update LLVM release/17.x 2023-10-02 00:42:57 +00:00
lib Update LLVM release/17.x 2023-12-04 00:50:07 +00:00
projects Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
resources Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
runtimes Add LLVM release/17.x 2023-09-25 10:04:13 +00:00
test Update LLVM release/17.x 2023-12-04 00:50:07 +00:00
tools Update LLVM release/17.x 2023-12-04 00:50:07 +00:00
unittests Add LLVM release/17.x 2023-09-25 10:04:13 +00:00
utils Update LLVM release/17.x 2023-12-04 00:50:07 +00:00
.clang-format Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
.clang-tidy Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
.gitattributes Add LLVM release/17.x 2023-09-25 10:04:13 +00:00
.gitignore Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
CMakeLists.txt Update LLVM release/17.x 2023-11-27 00:49:21 +00:00
CODE_OWNERS.TXT Add LLVM release/17.x 2023-09-25 10:04:13 +00:00
configure Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
CREDITS.TXT Add LLVM release/17.x 2023-09-25 10:04:13 +00:00
LICENSE.TXT Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
llvm.spec.in Add LLVM release/17.x 2023-09-25 10:04:13 +00:00
README.txt Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
RELEASE_TESTERS.TXT Add LLVM release/16.x 2023-05-06 09:11:32 +00:00

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.