|
From: <sv...@va...> - 2016-07-19 07:09:03
|
Author: sewardj
Date: Tue Jul 19 08:08:56 2016
New Revision: 15909
Log:
Update w/ recent arm64 insn emulation fixes.
Modified:
trunk/NEWS
trunk/docs/internals/3_11_BUGSTATUS.txt
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Jul 19 08:08:56 2016
@@ -86,6 +86,7 @@
== 363497
== 364497
356817 valgrind.h triggers compiler errors on MSVC when defining NVALGRIND
+357338 Unhandled instruction for SHA instructions libcrypto Boring SSL
357833 Setting RLIMIT_DATA to zero breaks with linux 4.5+
357871 pthread_spin_destroy not properly wrapped
357887 Calls to VG_(fclose) do not close the file descriptor
@@ -102,11 +103,13 @@
359767 Valgrind does not support the IBM POWER ISA 3.0 instructions
359829 Power PC test suite none/tests/ppc64/test_isa_2_07.c uses
uninitialized data
+359838 arm64: Unhandled instruction 0xD5033F5F (clrex)
359871 Incorrect mask handling in ppoll
360008 Contents of Power vr registers contents is not printed correctly when
the --vgdb-shadow-registers=yes option is used
360035 POWER PC instruction bcdadd and bcdsubtract generate result with
non-zero shadow bits
+360378 arm64: Unhandled instruction 0x5E280844 (sha1h s4, s2)
360425 arm64 unsupported instruction ldpsw
== 364435
360519 none/tests/arm64/memory.vgtest might fail with newer gcc
Modified: trunk/docs/internals/3_11_BUGSTATUS.txt
==============================================================================
--- trunk/docs/internals/3_11_BUGSTATUS.txt (original)
+++ trunk/docs/internals/3_11_BUGSTATUS.txt Tue Jul 19 08:08:56 2016
@@ -8,6 +8,7 @@
351491 Unrecognised instruction in library compiled with -mavx -ffast-math -O3
351726 vex amd64->IR: 0xC5 0xF3 0xC2 0x15 0xEB 0x7C 0x2 0x0
[JRS: potentially serious, miscalculated next %RIP]
+ [can't repro]
352549 Valgrind (whether with memchek or callgrind) crashes with
"unhandled instruction bytes"
[Probably invalid]
@@ -43,10 +44,6 @@
=== VEX/arm64 ==========================================================
-357338 Unhandled instruction for SHA instructions libcrypto Boring SSL
-359838 arm64: Unhandled instruction 0xD5033F5F (clrex)
-360378 arm64: Unhandled instruction 0x5E280844 (sha1h s4, s2)
-
=== VEX/x86 ============================================================
355231 Unhandled Instruction Bytes (SSE4, vmovdqu, "0xC5 0xFA 0x6F 0x2")
|