llvm-project/llvm
Aditya Kumar 0af3ab02fd [NFC] LoopAccess: Move expressions close to usage
Avoids useless evaluation of these expressions.

Reviewed By: michaelmaitland, fhahn

Differential Revision: https://reviews.llvm.org/D132337
2022-08-23 07:08:42 -07:00
..
benchmarks
bindings
cmake [runtimes] Handle interface targets in runtimes distribution components 2022-08-23 08:55:58 -04:00
docs More llvm-docs-sphinx buildbot fixes 2022-08-20 01:51:48 -07:00
examples [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
include [DebugInfo][InstrRef] Handle transfers of variadic debug values in LDV 2022-08-23 15:01:28 +01:00
lib [NFC] LoopAccess: Move expressions close to usage 2022-08-23 07:08:42 -07:00
projects
resources
runtimes [runtimes] Handle interface targets in runtimes distribution components 2022-08-23 08:55:58 -04:00
test [PowerPC] Autogenerate crbits.ll . NFC 2022-08-23 13:50:25 +00:00
tools [llvm-objcopy][MachO] Remove more sections with llvm-bitcode-strip 2022-08-22 16:08:58 -07:00
unittests [ADT] Add unittest coverage for ADT/bit.h header 2022-08-23 12:31:17 +01:00
utils [gn build] Port 134d017b88 2022-08-23 11:31:54 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert the removal of LLVM_ENABLE_PROJECTS for libc++ and libc++abi 2022-08-23 09:58:30 -04: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.