Go to file
Dimitry Andric f382538d47 Vendor import of llvm trunk r304460:
https://llvm.org/svn/llvm-project/llvm/trunk@304460
2017-06-01 20:58:36 +00:00
bindings Vendor import of llvm trunk r300890: 2017-04-20 21:19:10 +00:00
cmake Vendor import of llvm trunk r303197: 2017-05-16 19:46:52 +00:00
docs Vendor import of llvm trunk r304460: 2017-06-01 20:58:36 +00:00
examples Vendor import of llvm trunk r304149: 2017-05-29 16:25:25 +00:00
include Vendor import of llvm trunk r304460: 2017-06-01 20:58:36 +00:00
lib Vendor import of llvm trunk r304460: 2017-06-01 20:58:36 +00:00
projects Vendor import of llvm trunk r303197: 2017-05-16 19:46:52 +00:00
resources Vendor import of llvm trunk r240225: 2015-06-21 13:59:01 +00:00
runtimes Vendor import of llvm trunk r300422: 2017-04-16 16:01:22 +00:00
test Vendor import of llvm trunk r304460: 2017-06-01 20:58:36 +00:00
tools Vendor import of llvm trunk r304460: 2017-06-01 20:58:36 +00:00
unittests Vendor import of llvm trunk r304460: 2017-06-01 20:58:36 +00:00
utils Vendor import of llvm trunk r304460: 2017-06-01 20:58:36 +00:00
.arcconfig Vendor import of llvm trunk r290819: 2017-01-02 19:17:04 +00:00
.clang-format Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release): 2014-11-24 09:08:18 +00:00
.clang-tidy Vendor import of llvm trunk r290819: 2017-01-02 19:17:04 +00:00
.gitignore Vendor import of llvm trunk r300422: 2017-04-16 16:01:22 +00:00
CMakeLists.txt Vendor import of llvm trunk r304149: 2017-05-29 16:25:25 +00:00
CODE_OWNERS.TXT Vendor import of llvm trunk r300422: 2017-04-16 16:01:22 +00:00
CREDITS.TXT Vendor import of llvm trunk r303197: 2017-05-16 19:46:52 +00:00
LICENSE.TXT Vendor import of llvm release_40 branch r292009: 2017-01-14 15:37:50 +00:00
LLVMBuild.txt Vendor import of llvm release_34 branch r197841 (effectively, 3.4 RC3): 2013-12-22 00:04:03 +00:00
README.txt Vendor import of llvm trunk r300422: 2017-04-16 16:01:22 +00:00
RELEASE_TESTERS.TXT Vendor import of llvm trunk r300422: 2017-04-16 16:01:22 +00:00
configure Vendor import of llvm release_39 branch r276489: 2016-07-23 20:41:05 +00:00
llvm.spec.in Vendor import of llvm trunk r256633: 2015-12-30 11:46:15 +00:00

README.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.