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 | |
Sean Silva | 12c0656 | 2013-01-08 02:35:15 +0000 | [diff] [blame] | 11 | Please see the documentation provided in docs/ for further |
| 12 | assistance with LLVM, and in particular docs/GettingStarted.rst for getting |
| 13 | started with LLVM and docs/README.txt for an overview of LLVM's |
| 14 | documentation setup. |
Jeffrey Yasskin | 0c0f4b6 | 2010-02-26 00:54:42 +0000 | [diff] [blame] | 15 | |
Sean Silva | 12c0656 | 2013-01-08 02:35:15 +0000 | [diff] [blame] | 16 | If you're writing a package for LLVM, see docs/Packaging.rst for our |
Anshuman Dasgupta | db6d211 | 2011-11-22 20:05:48 +0000 | [diff] [blame] | 17 | suggestions. |
Anat Shemer | 60a7f69 | 2013-04-17 05:34:03 +0000 | [diff] [blame] | 18 | |