Bug 432801 - Valgrind 3.16.1 reports a jump based on uninitialized memory somehow...
commit26a3abd27db2ef63dafea1ecab00e8239f341f0f
authorEyal Soha <eyalsoha@gmail.com>
Thu, 10 Feb 2022 16:52:54 +0000 (10 09:52 -0700)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 19 Sep 2023 17:30:34 +0000 (19 19:30 +0200)
tree0bdb7899ceba586194c68e3ffb62d419940c9031
parent3a82a1db323a20ae4d1c0011f3b1526f16e9c5a9
Bug 432801 - Valgrind 3.16.1 reports a jump based on uninitialized memory somehow related to clang and signals

Add support for precise computation of SIMD greater-than on
amd64 and x86.

This adds support for 64bit, 16bit, and 8bit to the existing 32bit
support.
15 files changed:
.gitignore
NEWS
VEX/priv/host_amd64_isel.c
VEX/priv/host_x86_isel.c
memcheck/mc_translate.c
memcheck/tests/amd64/Makefile.am
memcheck/tests/amd64/pcmpgt.cpp [new symlink]
memcheck/tests/amd64/pcmpgt.stderr.exp [new file with mode: 0644]
memcheck/tests/amd64/pcmpgt.vgtest [new file with mode: 0644]
memcheck/tests/common/Makefile.am
memcheck/tests/common/pcmpgt.cpp [new file with mode: 0644]
memcheck/tests/x86/Makefile.am
memcheck/tests/x86/pcmpgt.cpp [new symlink]
memcheck/tests/x86/pcmpgt.stderr.exp [new file with mode: 0644]
memcheck/tests/x86/pcmpgt.vgtest [new file with mode: 0644]