hanchenye-llvm-project/llvm
Ben Dunbobbin d498dcdbbf [llvm-ar] Fix help text test. NFC.
Missed from @338703

llvm-svn: 338709
2018-08-02 12:27:01 +00:00
..
bindings
cmake Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386) 2018-08-01 07:51:55 +00:00
docs Clear release notes and update version 2018-08-01 13:58:00 +00:00
examples
include Add include guard 2018-08-02 09:45:59 +00:00
lib [X86][SSE] Pull out duplicate VSELECT to shuffle mask code. NFCI. 2018-08-02 09:20:27 +00:00
projects
resources
runtimes
test [llvm-ar] Fix help text test. NFC. 2018-08-02 12:27:01 +00:00
tools [llvm-ar] Correct help text 2018-08-02 11:27:38 +00:00
unittests [llvm-exegesis] Rename InstructionInstance into InstructionBuilder. 2018-08-02 11:12:02 +00:00
utils [emacs] Indent statement continuation to match clang-format 2018-08-02 08:50:41 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Bump the trunk version to 8.0.0svn 2018-08-01 13:25:30 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

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