HardenedBSD src tree
Go to file
2016-03-03 22:21:02 +00:00
autoconf Vendor import of llvm release_38 branch r257836: 2016-01-16 17:17:12 +00:00
bindings Vendor import of llvm trunk r256633: 2015-12-30 11:46:15 +00:00
cmake Vendor import of llvm release_38 branch r260756: 2016-02-13 14:57:10 +00:00
docs Vendor import of llvm 3.8.0 release r262564: 2016-03-03 22:21:02 +00:00
examples Vendor import of llvm trunk r257626: 2016-01-13 19:58:01 +00:00
include Vendor import of llvm release_38 branch r261369: 2016-02-21 13:51:43 +00:00
lib Vendor import of llvm release_38 branch r261684: 2016-02-24 21:32:58 +00:00
projects Vendor import of llvm trunk r256633: 2015-12-30 11:46:15 +00:00
resources
test Vendor import of llvm release_38 branch r261684: 2016-02-24 21:32:58 +00:00
tools Vendor import of llvm release_38 branch r260756: 2016-02-13 14:57:10 +00:00
unittests Vendor import of llvm trunk r257626: 2016-01-13 19:58:01 +00:00
utils Vendor import of llvm release_38 branch r260756: 2016-02-13 14:57:10 +00:00
.arcconfig
.clang-format
.clang-tidy Vendor import of llvm trunk r256633: 2015-12-30 11:46:15 +00:00
.gitignore
CMakeLists.txt Vendor import of llvm release_38 branch r257836: 2016-01-16 17:17:12 +00:00
CODE_OWNERS.TXT Vendor import of llvm trunk r256633: 2015-12-30 11:46:15 +00:00
configure Vendor import of llvm release_38 branch r257836: 2016-01-16 17:17:12 +00:00
CREDITS.TXT Vendor import of llvm trunk r256633: 2015-12-30 11:46:15 +00:00
LICENSE.TXT
llvm.spec.in Vendor import of llvm trunk r256633: 2015-12-30 11:46:15 +00:00
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in Vendor import of llvm trunk r256633: 2015-12-30 11:46:15 +00:00
Makefile.rules Vendor import of llvm trunk r256633: 2015-12-30 11:46:15 +00:00
README.txt Vendor import of llvm trunk r256633: 2015-12-30 11:46:15 +00:00

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.