FreeBSD src
Go to file
2011-05-02 19:34:44 +00:00
autoconf Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
bindings Vendor import of llvm trunk r126079: 2011-02-20 12:57:14 +00:00
cmake Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
docs Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
examples Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
include Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
lib Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
projects Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
runtime Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
test Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
tools Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
unittests Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
utils Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
website Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
.gitignore Vendor import of llvm trunk r126079: 2011-02-20 12:57:14 +00:00
build-for-llvm-top.sh Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
CMakeLists.txt Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
configure Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
CREDITS.TXT Vendor import of llvm trunk r126079: 2011-02-20 12:57:14 +00:00
LICENSE.TXT Update LLVM to 93512. 2010-01-15 15:37:28 +00:00
llvm.spec.in Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Makefile Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
Makefile.common Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Makefile.config.in Vendor import of llvm trunk r126079: 2011-02-20 12:57:14 +00:00
Makefile.rules Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
ModuleInfo.txt Vendor import of llvm trunk r126079: 2011-02-20 12:57:14 +00:00
README.txt Vendor import of llvm trunk r126079: 2011-02-20 12:57:14 +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.