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