Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | Low Level Virtual Machine (LLVM) |
| 2 | ================================ |
| 3 | |
Evan Phoenix | 1567166 | 2009-10-05 22:29:11 +0000 | [diff] [blame] | 4 | This directory and its subdirectories contain source code for the Low Level |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 5 | Virtual Machine, a toolkit for the construction of highly optimized compilers, |
Evan Phoenix | 1567166 | 2009-10-05 22:29:11 +0000 | [diff] [blame] | 6 | optimizers, and runtime environments. |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +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. |