llvm-project/llvm
Arthur Eubanks f7d7d2a08d Revert "Recommit "[SLP] Fix lookahead operand reordering for splat loads.""
This reverts commit 79613185d3.

Causes crashes, see comments in https://reviews.llvm.org/D121973.
2022-03-22 13:33:49 -07:00
..
benchmarks
bindings
cmake [runtimes] Detect changes to Tests.cmake 2022-03-18 10:01:52 -07:00
docs [Docs] Update opaque pointers docs (NFC) 2022-03-21 10:13:09 +01:00
examples
include Revert "Recommit "[SLP] Fix lookahead operand reordering for splat loads."" 2022-03-22 13:33:49 -07:00
lib Revert "Recommit "[SLP] Fix lookahead operand reordering for splat loads."" 2022-03-22 13:33:49 -07:00
projects
resources
runtimes Revert "[bootstrap] Allow passing options to sub-builds for all targets" 2022-03-21 22:21:30 -07:00
test Revert "Recommit "[SLP] Fix lookahead operand reordering for splat loads."" 2022-03-22 13:33:49 -07:00
tools [Debugify] Optimize debugify original mode 2022-03-22 12:14:00 +01:00
unittests Revert "Add UTF32 to/from UTF8 conversion functions" 2022-03-22 15:00:40 -04:00
utils [TableGen][RISCV] Add InstAliases with zero_reg to cover unmasked vnot.v, vncvt.x.x.w, vneg.v, etc. 2022-03-22 10:14:43 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Add a cmake flag to turn `llvm_unreachable()` into builtin_trap() when assertions are disabled 2022-03-18 19:24:14 +00:00
CODE_OWNERS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
CREDITS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
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.