llvm-project/llvm
Nikita Popov 9f6c09de44 [LLParser] Add test for phi first class type error (NFC) 2022-08-31 14:24:13 +02:00
..
benchmarks
bindings
cmake [cmake] Don't include symlinks to tools in Build-all when `LLVM_BUILD_TOOLS` is off 2022-08-30 14:46:22 +02:00
docs [Docs][CodeReview] Add a small paragraph on adding tokens, NFC. 2022-08-30 17:01:12 -07:00
examples [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
include [COFF] Use the more accurate GuardFlags definition everywhere 2022-08-31 15:11:34 +03:00
lib [LLParser] Allow zero-input phi nodes 2022-08-31 14:24:12 +02:00
projects
resources
runtimes Revert "[runtimes] Use a response file for runtimes test suites" 2022-08-29 11:25:29 -07:00
test [LLParser] Add test for phi first class type error (NFC) 2022-08-31 14:24:13 +02:00
tools [COFF] Use the more accurate GuardFlags definition everywhere 2022-08-31 15:11:34 +03:00
unittests [LLParser] Allow zero-input phi nodes 2022-08-31 14:24:12 +02:00
utils [gn build] Port ea9ac3519c 2022-08-30 22:53:54 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [mlgo] Don't set the source permissions when copying over tf files 2022-08-26 09:49:53 -07:00
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.