llvm-project/llvm
Matt Arsenault bd2c01e937 AMDGPU/GlobalISel: Do not use terminator copy before waterfall loops
Stop using the _term variants of the mov to save the initial exec
value before the waterfall loop. This cannot be glued to the bottom of
the block because we may need to spill the result register. Just use a
regular mov, like the loops produced on the DAG path. Fixes some
verification errors with regalloc fast.
2022-01-12 13:44:05 -05:00
..
benchmarks
bindings Fix forward for "signed version of createExpression" 2021-12-27 13:51:59 +01:00
cmake [cmake] Enable users to specify archive creation commands 2022-01-10 18:53:40 +00:00
docs Update Pietro Albini's employer 2022-01-12 14:46:06 +01:00
examples [llvm] Use `GNUInstallDirs` to support custom installation dirs 2022-01-08 00:47:31 +00:00
include Revert "[llvm-readobj][XCOFF] dump auxiliary symbols." 2022-01-12 09:42:05 -05:00
lib AMDGPU/GlobalISel: Do not use terminator copy before waterfall loops 2022-01-12 13:44:05 -05:00
projects
resources
runtimes [runtimes] Remove LLVM_ENABLE_LLD 2021-12-17 15:03:57 -08:00
test AMDGPU/GlobalISel: Do not use terminator copy before waterfall loops 2022-01-12 13:44:05 -05:00
tools [AIX] demangle xcoff label symbol for llvm-nm 2022-01-12 12:27:03 -05:00
unittests [VP] llvm.vp.merge intrinsic and LangRef 2022-01-12 14:06:56 +01:00
utils [lld-macho] Port CallGraphSort from COFF/ELF 2022-01-12 10:47:04 -05:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Update LLVM CMakeFiles to include BOLT 2022-01-11 21:19:12 -08:00
CODE_OWNERS.TXT
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.