llvm-project/llvm
Vitaly Buka 6f3276d57e [msan] Check mask and pointers shadow
Msan has default handler for unknown instructions which
previously applied to these as well. However depending on
mask, not all pointers or passthru part will be used. This
allows other passes to insert undef into sum arguments.
As result,  default strict instruction handler can produce false reports.

Reviewed By: kda, kstoimenov

Differential Revision: https://reviews.llvm.org/D133678
2022-09-19 13:09:56 -07:00
..
benchmarks
bindings [ConstantExpr] Remove fneg expression 2022-09-08 10:24:55 +02:00
cmake [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2 2022-09-14 15:48:58 -04:00
docs [LangRef] Clarify that noimplicitfloat disables all implicit vectors not just floating point. 2022-09-19 10:13:51 -07:00
examples
include [lld][thinlto] Include -mllvm options in the thinlto cache key 2022-09-19 12:04:17 -07:00
lib [msan] Check mask and pointers shadow 2022-09-19 13:09:56 -07:00
projects
resources
runtimes Revert "[runtimes] Use a response file for runtimes test suites" 2022-08-29 11:25:29 -07:00
test [msan] Check mask and pointers shadow 2022-09-19 13:09:56 -07:00
tools [AIX] llvm-nm support environment "OBJECT_MODE" for option -X on AIX OS 2022-09-19 11:27:19 -04:00
unittests [UnitTests] Add ShuffleVectorInst unit test coverage for shuffle mask kind matchers 2022-09-19 11:53:30 +01:00
utils [docs] Fix build-docs.sh 2022-09-19 21:45:12 +02:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2 2022-09-14 15:48:58 -04: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.