llvm-capstone/llvm
2017-09-15 22:08:50 +00:00
..
bindings
cmake Revert "[lit] Force site configs to run before source-tree configs" 2017-09-15 02:56:40 +00:00
docs Add a ReleaseNotes blurb for Execute.*Wait API change 2017-09-15 11:45:30 +00:00
examples Fix broken links to the Itanium CXX ABI 2017-09-12 00:19:11 +00:00
include [DebugInfo] Add missing DW_OP_deref when an NRVO pointer is spilled 2017-09-15 21:49:56 +00:00
lib Name the sentinel value used for the location number of the undefined register NFC 2017-09-15 22:08:50 +00:00
projects
resources
runtimes [CMake][runtimes] Use the same configuration for non-target and "default" target 2017-09-08 22:26:50 +00:00
test [DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs 2017-09-15 21:54:38 +00:00
tools Test patch to check my commit access 2017-09-15 22:04:09 +00:00
unittests Fix build for LLVM unittests 2017-09-15 21:12:13 +00:00
utils Fix selecting legal types in TypeInfer::getLegalTypes 2017-09-15 18:58:07 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Revert "[lit] Force site configs to run before source-tree configs" 2017-09-15 02:56:40 +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.