llvm-capstone/llvm
2018-05-17 18:33:42 +00:00
..
bindings
cmake [CMake] Make optimizing sanitizer builds optional 2018-05-17 16:55:29 +00:00
docs Fix typo in declaring code-block snippet 2018-05-17 16:58:42 +00:00
examples
include [mips] Add support for Global INValidate ASE 2018-05-17 16:30:32 +00:00
lib [RISCV] Separate base from offset in lowerGlobalAddress 2018-05-17 18:14:53 +00:00
projects
resources
runtimes [CMake] Support runtimes in distributions 2018-05-17 16:58:44 +00:00
test [Debugify] Print the output to stderr 2018-05-17 18:19:58 +00:00
tools [llvm-pdbutil] Dump struct/class/union sizes in the minimal dump format 2018-05-17 18:33:42 +00:00
unittests [llvm-exegesis] Disable failing ARM assembler tests. 2018-05-17 12:41:56 +00:00
utils Mark test with "REQUIRES: shell" since it directly invokes "sh" and was failing on Windows. 2018-05-17 01:36:25 +00:00
.arcconfig
.clang-format Test commit. 2014-03-02 13:08:46 +00:00
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Support runtimes in distributions 2018-05-17 16:58:44 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT

Low Level Virtual Machine (LLVM)
================================

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.