blob: 34d3766feb46cc105853196d0ff2b0c72bf61054 [file] [log] [blame]
Reid Spencerad0b7382004-09-02 22:49:27 +00001Low Level Virtual Machine (LLVM)
2================================
3
4This directory and its subdirectories contain source code for the Low Level
5Virtual Machine, a toolkit for the construction of highly optimized compilers,
6optimizers, and runtime environments.
7
8LLVM is open source software. You may freely distribute it under the terms of
9the license agreement found in LICENSE.txt.
10
11Please see the HTML documentation provided in docs/index.html for further
12assistance with LLVM.
John Mosbyad207782009-03-23 21:00:45 +000013