llvm-project/llvm
2023-03-17 15:20:51 -04:00
..
benchmarks
bindings [ConstExpr] Remove select constant expression 2023-03-16 10:32:08 +01:00
cmake [cmake] Quote args when generating /libpath option specifying runtime dir for link/lld-link 2023-03-10 14:12:46 -08:00
docs [Docs] Fix typo in LoopTerminology. 2023-03-17 13:42:27 +00:00
examples [Passes] Remove some legacy passes 2023-03-10 17:17:00 -08:00
include Intrinsics: Make vector reduce intrinsics speculatable 2023-03-17 15:20:51 -04:00
lib [RISCV] Add isReMaterializable to FLI instructions. 2023-03-17 12:16:37 -07:00
projects
resources
runtimes
test Intrinsics: Make vector reduce intrinsics speculatable 2023-03-17 15:20:51 -04: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 Add install targets for gtest 2023-03-10 17:22:33 -08:00
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.