llvm-capstone/llvm
2020-04-15 12:03:45 +01:00
..
benchmarks
bindings
cmake
docs [AMDGPU] Update DWARF proposal 2020-04-14 20:05:15 -04:00
examples
include [NFC] clang-format IntrinsicInst.h|cpp 2020-04-15 12:05:23 +02:00
lib [VPlan] Branches are not widened by VPWidenRecipe, assert (NFC). 2020-04-15 12:03:45 +01:00
projects
resources
runtimes
test [SystemZ] Bugfix in adjustSubwordCmp() 2020-04-15 12:58:39 +02:00
tools Allow disabling of vectorization using internal options 2020-04-14 18:09:10 -07:00
unittests Fix DWARFDataExtractor::getRelocatedValue near EOF 2020-04-15 12:47:57 +02:00
utils [gn build] Port 8c11bc0cd0 2020-04-15 09:38:24 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
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.