llvm-project/llvm
Philip Reames 5b07572df2 [PerformanceTips] Italics are *word*, not _word_
llvm-svn: 235827
2015-04-26 22:25:29 +00:00
..
autoconf
bindings
cmake
docs [PerformanceTips] Italics are *word*, not _word_ 2015-04-26 22:25:29 +00:00
examples
include IR: Add Function metadata attachments 2015-04-24 21:51:02 +00:00
lib Make the message associated with a fatal error slightly more helpful 2015-04-26 22:00:34 +00:00
projects build: make libunwind a proper project 2015-04-25 01:47:39 +00:00
test [RewriteStatepointsForGC] Exclude constant values from being considered live at a safepoint 2015-04-26 19:48:03 +00:00
tools
unittests Verifier: Function metadata attachments require a body 2015-04-24 21:53:27 +00:00
utils
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.