Reid Spencer | ad0b738 | 2004-09-02 22:49:27 +0000 | [diff] [blame] | 1 | Low Level Virtual Machine (LLVM) |
| 2 | ================================ |
| 3 | |
| 4 | This directory and its subdirectories contain source code for the Low Level |
| 5 | Virtual Machine, a toolkit for the construction of highly optimized compilers, |
| 6 | optimizers, and runtime environments. |
| 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. |
Chris Lattner | 34c8269 | 2007-04-20 20:49:25 +0000 | [diff] [blame] | 13 | |