NetBSD/external/bsd/llvm/dist/llvm
2014-05-30 18:09:54 +00:00
..
autoconf Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
bindings Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
cmake Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
docs Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
examples Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
include Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
lib Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
projects Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
test Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
tools Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
unittests Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
utils Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
.arcconfig Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
.clang-format Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
.gitignore Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
CMakeLists.txt Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
CODE_OWNERS.TXT Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
configure Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
CREDITS.TXT Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
LICENSE.TXT Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
llvm.spec.in
LLVMBuild.txt
Makefile Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
Makefile.common
Makefile.config.in Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
Makefile.rules Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00
README.txt Import LLVM 3.5svn r209886. 2014-05-30 18:09:54 +00:00

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, 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.