llvm-project/llvm
Arthur Eubanks 60ebe901eb [HWAsan] Fix returned PreservedAnalyses
Initialization modifies the module.
2023-03-16 09:42:09 -07:00
..
benchmarks
bindings [ConstExpr] Remove select constant expression 2023-03-16 10:32:08 +01:00
cmake
docs [docs] Document "PGO" (Profile-Guided Optimization) in the lexicon. 2023-03-16 12:14:44 +01:00
examples
include [RISCV] Don't accidentally match deinterleave masks as interleaves 2023-03-16 15:48:51 +00:00
lib [HWAsan] Fix returned PreservedAnalyses 2023-03-16 09:42:09 -07:00
projects
resources
runtimes
test [RISCV] Fix missing addi in test to validate lower inline asm m with offset 2023-03-16 13:30:53 -03:00
tools [llvm] Use *{Map,Set}::contains (NFC) 2023-03-15 18:06:32 -07:00
unittests [ARM][NFC] Use FPUKind enum instead of unsigned 2023-03-16 13:38:10 +00:00
utils [RFC][X86][MemFold] Upgrade the mechanism of auto-generated Memory Folding Table 2023-03-16 18:44:04 +08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.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.