llvm-project/llvm
Florian Hahn 5d0625664b [MIBundles] Move analyzeVirtReg out of MIBundleOperands iterator (NFC).
analyzeVirtReg does not really fit into the iterator and moving it
makes it easier to change the base iterator.

Reviewers: evandro, t.p.northover, paquette, MatzeB, arsenm, qcolombet

Reviewed By: qcolombet

Differential Revision: https://reviews.llvm.org/D70558
2019-12-02 19:50:33 +00:00
..
benchmarks
bindings [Test] Fix freeze ocaml test failure 2019-11-22 22:34:37 +09:00
cmake build: avoid hardcoding the libxml2 library name 2019-11-27 12:36:25 -08:00
docs [llvm-objcopy][MachO] Implement --dump-section 2019-11-25 12:30:37 +09:00
examples [ORC] Add a runAsMain utility function to ExecutionUtils. 2019-12-02 01:52:52 -08:00
include [MIBundles] Move analyzeVirtReg out of MIBundleOperands iterator (NFC). 2019-12-02 19:50:33 +00:00
lib [MIBundles] Move analyzeVirtReg out of MIBundleOperands iterator (NFC). 2019-12-02 19:50:33 +00:00
projects
resources
runtimes
test Reland "b19ec1eb3d0c [BPI] Improve unreachable/ColdCall heurstics to handle loops." 2019-12-02 10:28:40 -08:00
tools [llvm-exegesis] Fix 44b9942898. 2019-12-02 16:13:27 +01:00
unittests [PatternMatch] Add support for matching intrinsics with 5 operands. 2019-12-02 15:38:22 +00:00
utils [update_cc_test_checks.py] Use CHECK_RE from common 2019-12-02 18:18:47 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "[Examples] Add IRTransformations directory to examples." 2019-12-01 22:20:20 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.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.