Go to file
Dimitry Andric d4c8b5d2e8 Vendor import of llvm 3.0 final release:
http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_30/final@145349
2011-12-09 18:27:22 +00:00
autoconf Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
bindings Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
cmake Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
docs Vendor import of llvm 3.0 final release: 2011-12-09 18:27:22 +00:00
examples Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
include Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
lib Vendor import of llvm 3.0 final release: 2011-12-09 18:27:22 +00:00
projects Vendor import of llvm trunk r130700: 2011-05-02 19:34:44 +00:00
runtime Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
test Vendor import of llvm 3.0 final release: 2011-12-09 18:27:22 +00:00
tools Vendor import of llvm 3.0 final release: 2011-12-09 18:27:22 +00:00
unittests Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
utils Vendor import of llvm 3.0 final release: 2011-12-09 18:27:22 +00:00
.gitignore Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
CMakeLists.txt Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
CREDITS.TXT Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
LICENSE.TXT Vendor import of llvm trunk r135360: 2011-07-17 15:36:56 +00:00
Makefile Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
Makefile.common Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Makefile.config.in Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
Makefile.rules Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
ModuleInfo.txt Vendor import of llvm trunk r126079: 2011-02-20 12:57:14 +00:00
README.txt Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
build-for-llvm-top.sh Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
configure Vendor import of llvm release_30 branch r142614: 2011-10-20 21:10:27 +00:00
llvm.spec.in Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00

README.txt

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.