hanchenye-llvm-project/llvm
Vedant Kumar 68216d7bd3 [Coverage] Factor out logic to create FunctionRecords (NFC)
llvm-svn: 284063
2016-10-12 22:27:45 +00:00
..
bindings
cmake
docs Create llvm.addressofreturnaddress intrinsic 2016-10-12 22:13:19 +00:00
examples
include [Coverage] Factor out logic to create FunctionRecords (NFC) 2016-10-12 22:27:45 +00:00
lib [Coverage] Factor out logic to create FunctionRecords (NFC) 2016-10-12 22:27:45 +00:00
projects [CMake] Correct configuration order of the sub-projects based on ther dependancies 2016-10-09 20:38:29 +00:00
resources
runtimes
test Create llvm.addressofreturnaddress intrinsic 2016-10-12 22:13:19 +00:00
tools [ThinLTO] Fix bot failure due to unused variable with NDEBUG 2016-10-12 20:06:02 +00:00
unittests Revert "[ADT] Zip range adapter" 2016-10-12 19:54:08 +00:00
utils [lit] Fix test shtest-timeout.py for modern output 2016-10-12 21:40:08 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [cmake] Treat polly as "in tree" if LLVM_EXTERNAL_POLLY_SOURCE_DIR is provided 2016-10-07 21:32:47 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
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.