blob: f54f5bf1b372ac4de321711cbfbca56d87be1268 [file] [log] [blame]
Owen Anderson12ba9882010-07-26 18:31:17 +00001\Low Level Virtual Machine (LLVM)
Reid Spencerad0b7382004-09-02 22:49:27 +00002================================
3
Evan Phoenix303bf732009-10-05 22:29:11 +00004This directory and its subdirectories contain source code for the Low Level
Reid Spencerad0b7382004-09-02 22:49:27 +00005Virtual Machine, a toolkit for the construction of highly optimized compilers,
Evan Phoenix303bf732009-10-05 22:29:11 +00006optimizers, and runtime environments.
Reid Spencerad0b7382004-09-02 22:49:27 +00007
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.
Jeffrey Yasskin0c0f4b62010-02-26 00:54:42 +000013
14If you're writing a package for LLVM, see docs/Packaging.html for our
15suggestions.
Owen Anderson05cfd332010-07-27 00:04:55 +000016