llvm-project/llvm
Sanjay Patel 11f8d4aa10 [InstCombine] add vector demanded elements tests with shuffles; NFC
The 1st draft of D86460 (reverted) would show miscompiles with these tests
because the undef element tracking went wrong and became visible in the
shuffle masks.
2020-08-25 11:19:35 -04:00
..
benchmarks
bindings
cmake [runtimes] Use llvm-libtool-darwin for runtimes build 2020-08-24 13:48:30 -07:00
docs [FileCheck][docs] Fix word errors 2020-08-25 09:53:52 +01:00
examples [ORC] Add a LLJITWithThinLTOSummaries example in OrcV2Examples 2020-08-23 14:02:10 +02:00
include [LiveDebugValues] Add switches for using instr-ref variable locations 2020-08-25 14:58:48 +01:00
lib [Verifier] Additional check for intrinsic get.active.lane.mask 2020-08-25 15:44:33 +01:00
projects
resources
runtimes [runtimes] Remove TOOLCHAIN_TOOLS specialization 2020-08-24 13:48:29 -07:00
test [InstCombine] add vector demanded elements tests with shuffles; NFC 2020-08-25 11:19:35 -04:00
tools [llvm-readobj] - Print "Unknown" when a program header is unknown. 2020-08-25 13:05:17 +03:00
unittests [DWARFYAML] Make the 'Attributes' field optional. 2020-08-25 22:37:43 +08:00
utils [Utils] Add highlighting definition for byref IR attribute 2020-08-25 16:19:24 +03:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Update my email address. 2020-08-21 10:15:26 -07:00
CREDITS.TXT Update my email address. 2020-08-21 10:15:26 -07:00
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.