1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
Go to file
Florian Hahn 088559d18d [SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
SCEVExpander modifies the underlying function so it is more suitable in
Transforms/Utils, rather than Analysis. This allows using other
transform utils in SCEVExpander.

Reviewers: sanjoy.google, efriedma, reames

Reviewed By: sanjoy.google

Differential Revision: https://reviews.llvm.org/D71537
2020-01-04 18:29:35 +00:00
benchmarks
bindings
cmake [cmake] Remove install from add_llvm_example_library. 2020-01-04 17:12:24 +00:00
docs
examples Re-apply "[Examples] Add IRTransformations directory to examples." 2020-01-04 15:47:23 +00:00
include [SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC). 2020-01-04 18:29:35 +00:00
lib [SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC). 2020-01-04 18:29:35 +00:00
projects
resources
runtimes
test GlobalISel: Define G_READCYCLECOUNTER 2020-01-04 13:10:19 -05:00
tools Re-apply "[Examples] Add IRTransformations directory to examples." 2020-01-04 15:47:23 +00:00
unittests [SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC). 2020-01-04 18:29:35 +00:00
utils
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Re-apply "[Examples] Add IRTransformations directory to examples." 2020-01-04 15:47:23 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
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.