README.txt revision 28adbf7ed5c404c718b835b7f56256b92a0c1065
1 
2Low Level Virtual Machine (LLVM)
3================================
4
5This directory and its subdirectories contain source code for the Low Level
6Virtual Machine, a toolkit for the construction of highly optimized compilers,
7optimizers, and runtime environments.
8
9LLVM is open source software. You may freely distribute it under the terms of
10the license agreement found in LICENSE.txt.
11
12Please see the HTML documentation provided in docs/index.html for further
13assistance with LLVM.
14
15If you're writing a package for LLVM, see docs/Packaging.html for our
16suggestions.
17