llvm-project/llvm
LLVM GN Syncbot 03b98114ce [gn build] Port e0adf7e06a 2021-04-19 18:35:15 +00:00
..
benchmarks
bindings
cmake
docs [TableGen] Add support for the 'assert' statement in multiclasses 2021-04-19 09:01:42 -04:00
examples
include [TargetLowering] move "o" and "X" constraint handling to base class 2021-04-19 10:53:31 -07:00
lib [LICM] Make capture check more precise 2021-04-19 20:34:23 +02:00
projects
resources
runtimes
test [LICM] Make capture check more precise 2021-04-19 20:34:23 +02:00
tools [llvm-exegesis] Analysis.cpp - use for-range loop. NFCI. 2021-04-19 12:56:10 +01:00
unittests [DebugInfo] Replace debug uses in replaceUsesOutsideBlock 2021-04-19 11:06:53 +01:00
utils [gn build] Port e0adf7e06a 2021-04-19 18:35:15 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

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.