llvm/llvm
Nico Weber b555ea5ff9 gn build: (manually) merge r374219
llvm-svn: 374249
2019-10-09 22:22:36 +00:00
..
benchmarks
bindings
cmake
docs [Docs] Adds section for Additional Topics on Reference page 2019-10-09 21:09:09 +00:00
examples
include [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator 2019-10-09 21:52:15 +00:00
lib [InstCombine] Fix PR43617 2019-10-09 22:03:23 +00:00
projects
resources
runtimes
test [AMDGPU] Fixed dpp combine of VOP1 2019-10-09 22:02:58 +00:00
tools [AIX][XCOFF][NFC] Change the SectionLen field name of CSect Auxiliary entry to SectionOrLength. 2019-10-09 16:19:39 +00:00
unittests [GISel] Refactor and split PatternMatchTest. NFC 2019-10-09 22:10:10 +00:00
utils gn build: (manually) merge r374219 2019-10-09 22:22:36 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

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.