freebsd kernel with SKQ
Go to file
2012-08-15 19:34:23 +00:00
autoconf Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
bindings Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
cmake Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
docs Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
examples Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
include Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
lib Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
projects Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
runtime Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
test Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
tools Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
unittests Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
utils Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
.gitignore Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
CMakeLists.txt Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
CODE_OWNERS.TXT Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
configure Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
CREDITS.TXT Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
LICENSE.TXT Vendor import of llvm trunk r154661: 2012-04-14 13:54:10 +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 trunk r154661: 2012-04-14 13:54:10 +00:00
Makefile Vendor import of llvm trunk r154661: 2012-04-14 13:54:10 +00:00
Makefile.common Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
Makefile.config.in Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
Makefile.rules Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +00:00
README.txt Vendor import of llvm trunk r161861: 2012-08-15 19:34:23 +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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.