llvm-project/llvm
Sanjay Patel 88b7c178f2 [SCCP] regenerate test checks; NFC
Avoid names with "tmp" because that can go wrong with the auto-generated script names.
2022-09-30 10:26:01 -04: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 [Doc] Fix typo. NFC 2022-09-30 14:00:42 +08:00
examples
include [AST] Use BatchAA in aliasesPointer() (NFC) 2022-09-30 16:22:29 +02:00
lib [AST] Use BatchAA in aliasesPointer() (NFC) 2022-09-30 16:22:29 +02:00
projects
resources
runtimes [NFC] Fix typo in comment 2022-09-20 17:22:08 -04:00
test [SCCP] regenerate test checks; NFC 2022-09-30 10:26:01 -04:00
tools [DX] [ObjectYAML] Support DX shader feature flags 2022-09-29 12:37:11 -05:00
unittests [Support] Class for response file expansion (NFC) 2022-09-29 19:15:01 +07:00
utils [TableGen] Add `countRendererFns` to `InstructionOperandMatcher` 2022-09-30 07:26:30 +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.