llvm-project/llvm
LLVM GN Syncbot 5b4623831b [gn build] Port 5b26f4f042 2022-09-30 21:31:59 +00:00
..
benchmarks
bindings [NFC][2/n] Remove PrunePH pass 2022-09-26 18:38:04 -07:00
cmake Revert "[cmake] Export GetHostTriple.cmake" 2022-09-29 09:58:39 +02:00
docs [TableGen] Add div bang operator 2022-09-30 12:08:28 -07:00
examples
include [TableGen] Add div bang operator 2022-09-30 12:08:28 -07:00
lib Reland "[MLGO] ML Regalloc Priority Advisor" 2022-09-30 16:27:26 -05:00
projects
resources
runtimes [NFC] Fix typo in comment 2022-09-20 17:22:08 -04:00
test Reland "[MLGO] ML Regalloc Priority Advisor" 2022-09-30 16:27:26 -05:00
tools [FixIrreducible][opt] Mark -fix-irreducible as a codegen pass 2022-09-30 10:34:04 -07:00
unittests [DirectX backend] Support global ctor for DXILBitcodeWriter. 2022-09-30 11:27:23 -07:00
utils [gn build] Port 5b26f4f042 2022-09-30 21:31:59 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [LLVM] Fix GetErrcMessages.cmake module for WoA 2022-09-28 14:41:09 +05: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.