llvm-capstone/llvm
2017-12-01 18:40:32 +00:00
..
bindings
cmake [cmake] Enable zlib support on windows 2017-12-01 11:41:07 +00:00
docs docs/GettingStarted.rst: Update the list of release versions and tags 2017-11-30 23:47:30 +00:00
examples
include IR printing improvement for function passes - introducing -print-module-scope 2017-12-01 17:42:46 +00:00
lib [X86][AVX512] Tag subvector extract/insert instructions scheduler classes 2017-12-01 18:40:32 +00:00
projects
resources
runtimes
test IR printing improvement for loop passes - handle -print-module-scope 2017-12-01 18:33:58 +00:00
tools [llvm] Add stripped installation targets 2017-11-30 21:48:26 +00:00
unittests Split TypeTableBuilder into two classes. 2017-11-30 18:39:50 +00:00
utils Add more triples to llc_test_checks.py 2017-12-01 14:27:11 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [llvm] Add stripped installation targets 2017-11-30 21:48:26 +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.