llvm-project/llvm
Max Kazantsev dbab339ea4 [SCEV][NFC] Apply mass forgetMemoizedResults queries where possible
When forgetting multiple SCEVs, rather than doing this one by one, we can
instead use mass updates. We plan to make them more efficient than they
are now, potentially improving compile time.

Differential Revision: https://reviews.llvm.org/D111602
Reviewed By: reames
2021-10-25 13:50:49 +07:00
..
benchmarks
bindings
cmake [AIX][cmake] Set atomics related macros when build with xlclang 2021-10-18 09:18:05 +00:00
docs Ensure newlines at the end of files (NFC) 2021-10-23 08:45:29 -07:00
examples Suppress some bitwise-or-of-bool warnings with explicit int cast 2021-10-18 14:10:30 -07:00
include [SCEV][NFC] Introduce API for mass forgetMemoizedResults query 2021-10-25 13:49:31 +07:00
lib [SCEV][NFC] Apply mass forgetMemoizedResults queries where possible 2021-10-25 13:50:49 +07:00
projects Remove unused parallel-libs project 2021-10-21 14:34:39 -07:00
resources
runtimes
test [NFC] Update test/CodeGen/RISCV/select-constant-xor.ll to use RV --check-prefix 2021-10-25 12:18:07 +05:30
tools Ensure newlines at the end of files (NFC) 2021-10-23 08:45:29 -07:00
unittests Support: Skip buffering buffer_unique_ostream's owned stream 2021-10-22 16:25:31 -07:00
utils [tools, utils] Use StringRef::contains (NFC) 2021-10-22 17:22:13 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Remove unused parallel-libs project 2021-10-21 14:34:39 -07: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.