Go to file
Nils Hölscher 13afd1791d added llvmta as submodule. 2022-04-28 11:00:03 +02:00
benchmarks first commit 2022-04-25 10:02:23 +02:00
bindings first commit 2022-04-25 10:02:23 +02:00
cmake first commit 2022-04-25 10:02:23 +02:00
docs first commit 2022-04-25 10:02:23 +02:00
examples first commit 2022-04-25 10:02:23 +02:00
include first commit 2022-04-25 10:02:23 +02:00
lib first commit 2022-04-25 10:02:23 +02:00
projects first commit 2022-04-25 10:02:23 +02:00
resources first commit 2022-04-25 10:02:23 +02:00
runtimes first commit 2022-04-25 10:02:23 +02:00
test first commit 2022-04-25 10:02:23 +02:00
tools added llvmta as submodule. 2022-04-28 11:00:03 +02:00
unittests first commit 2022-04-25 10:02:23 +02:00
utils first commit 2022-04-25 10:02:23 +02:00
.gitignore added gitignore 2022-04-25 10:33:39 +02:00
.gitmodules added llvmta as submodule. 2022-04-28 11:00:03 +02:00
CMakeLists.txt first commit 2022-04-25 10:02:23 +02:00
CODE_OWNERS.TXT first commit 2022-04-25 10:02:23 +02:00
CREDITS.TXT first commit 2022-04-25 10:02:23 +02:00
LICENSE.TXT first commit 2022-04-25 10:02:23 +02:00
README.txt first commit 2022-04-25 10:02:23 +02:00
RELEASE_TESTERS.TXT first commit 2022-04-25 10:02:23 +02:00
configure first commit 2022-04-25 10:02:23 +02:00
llvm.spec.in first commit 2022-04-25 10:02:23 +02:00

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.