llvm-capstone/llvm
2023-09-21 16:21:53 +08:00
..
benchmarks
bindings
cmake
docs [Docs] Add requirements.txt for sphinx and extension 2023-09-21 09:19:06 +02:00
examples
include [Demangle] demangle builtin type transformations (#65902) 2023-09-21 14:23:58 +08:00
lib [SimpleLoopUnswitch] Fix exponential unswitch 2023-09-21 09:47:15 +02:00
projects
resources
runtimes
test [InstCombine] Add pre-commit tests for PR66733. NFC. 2023-09-21 16:21:53 +08:00
tools Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage (2/3)" 2023-09-20 16:32:34 -05:00
unittests Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage (2/3)" 2023-09-20 16:32:34 -05:00
utils [gn build] Port 933ad5c897 2023-09-20 22:56:15 +00: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.