llvm-project/llvm
Craig Topper 24b3c2d058 [BreakFalseDeps] Harden pickBestRegisterForUndef against changing tied operands or physical registers that aren't renamable.
I don't have any test cases since X86 doesn't return any tied
operands from getUndefRegClearance today. But conceivably we could
want BreakFalseDeps to insert a dependency breaking XOR for
a tied operand in the future.
2020-05-09 15:37:31 -07:00
..
benchmarks
bindings Update go bindings for 2dea3f1298 2020-04-22 19:02:59 +02:00
cmake [AIX] Make sure we use export lists for plugins 2020-05-08 14:00:25 -04:00
docs [LangRef] Describe linkage types, allocation size of declarations for global variables 2020-05-08 16:21:30 -07:00
examples [examples] Fix an incomplete comment. 2020-05-01 11:06:41 -07:00
include GlobalISel: Move code into lowering for G_MERGE_VALUES 2020-05-09 16:39:37 -04:00
lib [BreakFalseDeps] Harden pickBestRegisterForUndef against changing tied operands or physical registers that aren't renamable. 2020-05-09 15:37:31 -07:00
projects
resources
runtimes
test [X86] isVectorShiftByScalarCheap - don't limit fast XOP vector shifts to 128-bit vectors 2020-05-09 22:24:08 +01:00
tools [COFF] Migrate COFFObjectFile to Expected<T> 2020-05-08 14:01:39 -07:00
unittests Revert "Relands "[YAMLVFSWriter][Test][NFC] Add couple tests"" 2020-05-08 21:36:29 -07:00
utils [AIX] Make sure we use export lists for plugins 2020-05-08 14:00:25 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [AIX] Make sure we use export lists for plugins 2020-05-08 14:00:25 -04: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.