llvm-capstone/llvm
2023-06-05 14:09:00 -05:00
..
benchmarks Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
bindings Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
cmake Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
docs Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
examples Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
include Refactor Capstone relevant TableGen Emitter backends. 2023-05-08 07:47:42 -05:00
lib Fix syntax mistakes 2023-06-02 07:36:12 -05: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/16.x 2023-05-06 09:11:32 +00:00
test Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
tools Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
unittests Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
utils Emit lookupByName functions for sys operands 2023-06-05 14:09:00 -05: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/16.x 2023-05-06 09:11:32 +00:00
.gitignore Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
CMakeLists.txt Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
CODE_OWNERS.TXT Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
configure Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
CREDITS.TXT Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
LICENSE.TXT Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
llvm.spec.in Add LLVM release/16.x 2023-05-06 09:11:32 +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.