llvm-capstone/llvm
2024-01-25 06:12:31 +00: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 Tblgen capstone backends - add Alpha architecture (#17) 2023-08-23 11:02:14 +08:00
lib Added handling for suboperands on encoding generation & now indexes are based on ISA 2024-01-14 20:39:53 +08: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 Tblgen capstone backends - add Alpha architecture (#17) 2023-08-23 11:02:14 +08:00
unittests Add LLVM release/16.x 2023-05-06 09:11:32 +00:00
utils Use CS malloc() and free() 2024-01-25 06:12:31 +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/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 Tblgen capstone backends - add Alpha architecture (#17) 2023-08-23 11:02:14 +08: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.