blob: ebbd50fc0b713aee3fe868bf6f8200962de3ca38 [file] [log] [blame]
Greg Bedwellf2cc2b92018-06-06 11:15:54 +00001The LLVM Compiler Infrastructure
Reid Spencerad0b7382004-09-02 22:49:27 +00002================================
3
Sean Silvad17010f2015-01-07 22:07:33 +00004This directory and its subdirectories contain source code for LLVM,
5a 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
Sean Silva12c06562013-01-08 02:35:15 +000011Please see the documentation provided in docs/ for further
12assistance with LLVM, and in particular docs/GettingStarted.rst for getting
13started with LLVM and docs/README.txt for an overview of LLVM's
14documentation setup.
Jeffrey Yasskin0c0f4b62010-02-26 00:54:42 +000015
Hemant Kulkarni3aff0862015-11-11 19:24:08 +000016If you are writing a package for LLVM, see docs/Packaging.rst for our
Anshuman Dasguptadb6d2112011-11-22 20:05:48 +000017suggestions.
Vyacheslav Zakharin36c4e6e2018-09-22 01:01:03 +000018