llvm-project/llvm
Alexey Bataev bfa32573bf Revert "Temporarily Revert:"
This reverts commit e511c4b0dff1692c267addf17dce3cebe8f97faa:

    Temporarily Revert:

     "[SLP] Generalization of stores vectorization."
     "[SLP] Fix -Wunused-variable. NFC"
     "[SLP] Vectorize jumbled stores."

after fixing the problem with compile time.
2019-11-14 16:38:20 -05:00
..
benchmarks
bindings
cmake
docs Document more specifically the rounding for "llvm.round". 2019-11-14 13:15:15 -05:00
examples
include Revert "Temporarily Revert:" 2019-11-14 16:38:20 -05:00
lib Revert "Temporarily Revert:" 2019-11-14 16:38:20 -05:00
projects
resources
runtimes
test Revert "Temporarily Revert:" 2019-11-14 16:38:20 -05:00
tools [llvm-dis] Fix the disable-output flag 2019-11-14 13:35:21 -08:00
unittests
utils Fix up lit's tests to run in a multi-config build environment. 2019-11-14 11:24:41 -08:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [cmake] Emit an error for -DBUILD_SHARED_LIBS=ON on Windows 2019-11-14 10:19:02 -08: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.