llvm-project/llvm
2023-03-17 12:16:37 -07:00
..
benchmarks
bindings [ConstExpr] Remove select constant expression 2023-03-16 10:32:08 +01:00
cmake
docs [Docs] Fix typo in LoopTerminology. 2023-03-17 13:42:27 +00:00
examples
include Revert "[AST] Use ModRefInfo to represent access kind (NFC)" 2023-03-17 17:24:35 +01:00
lib [RISCV] Add isReMaterializable to FLI instructions. 2023-03-17 12:16:37 -07:00
projects
resources
runtimes
test [RISCV] Add isReMaterializable to FLI instructions. 2023-03-17 12:16:37 -07:00
tools [CodeView] Add source languages ObjC and ObjC++ 2023-03-17 17:09:31 +01:00
unittests [StandardInstrumentations] Check that module analyses are properly invalidated 2023-03-17 09:11:43 -07:00
utils [Tools] Changed the number printing format for sorting 2023-03-17 14:35:12 +07: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.