llvm-6502/rc4
Tanya Lattner 2dd6846049 RC4 for LLVM 3.0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_30@144889 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-17 07:26:01 +00:00
..
autoconf RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
bindings RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
cmake RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
docs RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
examples RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
include RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
lib RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
projects RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
runtime RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
test RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
tools RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
unittests RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
utils RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
.gitignore RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
build-for-llvm-top.sh RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
CMakeLists.txt RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
configure RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
CREDITS.TXT RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
LICENSE.TXT RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
llvm.spec.in RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
Makefile RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
Makefile.common RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
Makefile.config.in RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
Makefile.rules RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
ModuleInfo.txt RC4 for LLVM 3.0 2011-11-17 07:26:01 +00:00
README.txt RC4 for LLVM 3.0 2011-11-17 07:26:01 +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.