Nadav Rotem | 015b4b5 | 2011-02-11 19:11:57 +0000 | [diff] [blame] | 1 | Low Level Virtual Machine (LLVM) |
Reid Spencer | ad0b738 | 2004-09-02 22:49:27 +0000 | [diff] [blame] | 2 | ================================ |
| 3 | |
Evan Phoenix | 303bf73 | 2009-10-05 22:29:11 +0000 | [diff] [blame] | 4 | This directory and its subdirectories contain source code for the Low Level |
Reid Spencer | ad0b738 | 2004-09-02 22:49:27 +0000 | [diff] [blame] | 5 | Virtual Machine, a toolkit for the construction of highly optimized compilers, |
Evan Phoenix | 303bf73 | 2009-10-05 22:29:11 +0000 | [diff] [blame] | 6 | optimizers, and runtime environments. |
Reid Spencer | ad0b738 | 2004-09-02 22:49:27 +0000 | [diff] [blame] | 7 | |
| 8 | LLVM is open source software. You may freely distribute it under the terms of |
| 9 | the license agreement found in LICENSE.txt. |
| 10 | |
| 11 | Please see the HTML documentation provided in docs/index.html for further |
| 12 | assistance with LLVM. |
Jeffrey Yasskin | 0c0f4b6 | 2010-02-26 00:54:42 +0000 | [diff] [blame] | 13 | |
| 14 | If you're writing a package for LLVM, see docs/Packaging.html for our |
| 15 | suggestions. |
Owen Anderson | 05cfd33 | 2010-07-27 00:04:55 +0000 | [diff] [blame] | 16 | |