llvm-project/llvm
Sjoerd Meijer fa5cb4b936 [LoopFlatten] Disable IV widening
Disable widening of the IV in LoopFlatten while I investigate an assertion
failures. Please note that the pass is also not yet enabled by default.
2020-11-16 22:30:52 +00:00
..
benchmarks
bindings llvmbuildectomy - compatibility with ocaml bindings 2020-11-13 14:35:52 +01:00
cmake llvmbuildectomy - support disabled native target 2020-11-13 15:50:13 +01:00
docs [InferAddrSpace] Teach to handle assumed address space. 2020-11-16 17:06:33 -05:00
examples llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
include [InferAddrSpace] Teach to handle assumed address space. 2020-11-16 17:06:33 -05:00
lib [LoopFlatten] Disable IV widening 2020-11-16 22:30:52 +00:00
projects llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
resources
runtimes [runtimes] Revert the libc++ __config_site change 2020-10-23 09:41:48 -04:00
test [LoopFlatten] Disable IV widening 2020-11-16 22:30:52 +00:00
tools [dsymutil] Generalize handling of aliases external symbols 2020-11-16 11:04:31 -08:00
unittests [YAMLIO] Correctly diagnose empty alias/anchor 2020-11-16 18:45:05 +00:00
utils [gn build] Port 8dbe44cb29 2020-11-16 14:58:16 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
CODE_OWNERS.TXT [CODE_OWNERS.TXT] Update to include yours truly as the TableGen owner 2020-11-12 09:49:00 -05:00
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.