hanchenye-llvm-project/llvm
Clement Courbet 9c22d8018c [SLPVectorizer][NFC] Make a loop more readable.
llvm-svn: 324482
2018-02-07 14:26:43 +00:00
..
bindings
cmake
docs [dsymutil] Upstream update feature. 2018-02-07 13:51:29 +00:00
examples Add OrcJIT dependency for Kaleidoscope Chapter 9. 2018-02-06 22:22:10 +00:00
include [Orc] Pacify -pedantic. 2018-02-07 12:55:01 +00:00
lib [SLPVectorizer][NFC] Make a loop more readable. 2018-02-07 14:26:43 +00:00
projects
resources
runtimes
test [dsymutil] Upstream update feature. 2018-02-07 13:51:29 +00:00
tools [dsymutil] Upstream update feature. 2018-02-07 13:51:29 +00:00
unittests Add DWARF for discriminated unions 2018-02-06 23:45:59 +00:00
utils [CodeGenSchedule][NFC] Always emit ProcResourceUnits. 2018-02-05 12:23:51 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT Add myself to CREDITS.txt 2018-01-29 17:02:34 +00:00
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

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.