blob: d70aac0233747f8db99bd0353f88a29645ebf22c [file] [log] [blame]
llvm987d9762011-10-29 14:16:39 +00001
Nadav Rotem015b4b52011-02-11 19:11:57 +00002Low Level Virtual Machine (LLVM)
Reid Spencerad0b7382004-09-02 22:49:27 +00003================================
4
Evan Phoenix303bf732009-10-05 22:29:11 +00005This directory and its subdirectories contain source code for the Low Level
Reid Spencerad0b7382004-09-02 22:49:27 +00006Virtual Machine, a toolkit for the construction of highly optimized compilers,
Evan Phoenix303bf732009-10-05 22:29:11 +00007optimizers, and runtime environments.
Reid Spencerad0b7382004-09-02 22:49:27 +00008
9LLVM is open source software. You may freely distribute it under the terms of
10the license agreement found in LICENSE.txt.
11
12Please see the HTML documentation provided in docs/index.html for further
13assistance with LLVM.
Jeffrey Yasskin0c0f4b62010-02-26 00:54:42 +000014
15If you're writing a package for LLVM, see docs/Packaging.html for our
Anshuman Dasguptadb6d2112011-11-22 20:05:48 +000016suggestions.