freebsd with flexible iflib nic queues
Go to file
2015-12-25 14:25:49 +00:00
autoconf Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
bindings Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
cmake Import llvm 3.7.0 release (r246257). 2015-09-06 18:34:38 +00:00
docs Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
examples Vendor import of llvm trunk r241361: 2015-07-05 14:21:36 +00:00
include Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
lib Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
projects Vendor import of llvm trunk r238337: 2015-05-27 18:44:32 +00:00
resources Vendor import of llvm trunk r240225: 2015-06-21 13:59:01 +00:00
test Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
tools Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
unittests Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
utils Import llvm 3.7.0 release (r246257). 2015-09-06 18:34:38 +00:00
.arcconfig Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release): 2014-11-24 09:08:18 +00:00
.clang-format Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release): 2014-11-24 09:08:18 +00:00
.clang-tidy Vendor import of llvm RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1): 2015-01-18 16:17:27 +00:00
.gitignore Vendor import of llvm trunk r242221: 2015-08-07 23:01:33 +00:00
CMakeLists.txt Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
CODE_OWNERS.TXT Vendor import of llvm trunk r241361: 2015-07-05 14:21:36 +00:00
configure Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
CREDITS.TXT Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
LICENSE.TXT Vendor import of llvm trunk r238337: 2015-05-27 18:44:32 +00:00
llvm.spec.in Vendor import of llvm trunk r154661: 2012-04-14 13:54:10 +00:00
LLVMBuild.txt Vendor import of llvm release_34 branch r197841 (effectively, 3.4 RC3): 2013-12-22 00:04:03 +00:00
Makefile Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release): 2014-11-24 09:08:18 +00:00
Makefile.common Vendor import of llvm trunk r178860: 2013-04-08 18:41:23 +00:00
Makefile.config.in Import llvm 3.7.0 release (r246257). 2015-09-06 18:34:38 +00:00
Makefile.rules Vendor import of llvm trunk r238337: 2015-05-27 18:44:32 +00:00
README.txt Vendor import of llvm trunk r238337: 2015-05-27 18:44:32 +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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.