Skip to content

Commit 79976a0

Browse files
author
sewardj
committed
Update.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15911 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent b5ca153 commit 79976a0

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ where XXXXXX is the bug number as listed below.
105105
uninitialized data
106106
359838 arm64: Unhandled instruction 0xD5033F5F (clrex)
107107
359871 Incorrect mask handling in ppoll
108+
359952 Unrecognised PCMPESTRM variants (0x70, 0x19)
108109
360008 Contents of Power vr registers contents is not printed correctly when
109110
the --vgdb-shadow-registers=yes option is used
110111
360035 POWER PC instruction bcdadd and bcdsubtract generate result with

docs/internals/3_11_BUGSTATUS.txt

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,43 @@ of 3.11.0 go in here. Bugs that didn't get fixed in 3.11.0 remain in
55

66
=== VEX/amd64 ==========================================================
77

8-
351491 Unrecognised instruction in library compiled with -mavx -ffast-math -O3
9-
351726 vex amd64->IR: 0xC5 0xF3 0xC2 0x15 0xEB 0x7C 0x2 0x0
10-
[JRS: potentially serious, miscalculated next %RIP]
11-
[can't repro]
128
352549 Valgrind (whether with memchek or callgrind) crashes with
139
"unhandled instruction bytes"
1410
[Probably invalid]
11+
1512
353384 unhandled instruction bytes: 0x66 0xF 0x3A 0x62 0xD1 0x62 0x41 0x3B
1613
__intel_sse4_strpbrk
14+
pcmpistrm $0x62,%xmm1,%xmm2
15+
1716
353727 unhandled instruction bytes: 0x66 0xF 0x3A 0x62 0xD1 0x72 0x45 0x3B
1817
__intel_sse4_strspn
18+
pcmpistrm $0x72,%xmm1,%xmm2
19+
1920
354931 Analyze of qt app results in incompatible processor message
2021
[Gentoo stupidity]
21-
356138 vex amd64->IR: 0x8F 0xEA 0x78 0x10 0xD2 0x6 0x6 0x0
22+
2223
356392 FPU control word not updated on FYL2X with ST(0) = 0
2324
[Also relevant for x86]
24-
356611 vex amd64->IR: 0x8F 0xEA 0xF8 0x10 0xC9 0x3 0x1D 0x0
25-
[== 328357, still open]
25+
2626
356715 vex amd64->IR: 0xC4 0xE2 0x7D 0x13 0x4 0x4A 0xC5 0xFC
27+
vcvtph2ps (%rdx,%rcx,2),%ymm0
28+
2729
357873 libstdc++ unhandled instruction: 0xF 0xC7 0xF0 0x89
2830
[== 353370, fixed, RDRAND ?]
31+
2932
357932 vex amd64->IR: 0xF2 0x49 0xF 0x5D and 0xF2 0x49 0xF 0x5F
30-
359952 Unrecognised PCMPESTRM variants
33+
rex.WB minsd (%r8),%xmm0
34+
rex.WB maxsd (%r8),%xmm0
35+
3136
360415 amd64 instructions ADCX and ADOX are not implemented in VEX
37+
[has patch, could possibly take it]
38+
39+
AMD XOP-prefixed insns:
40+
41+
356138 vex amd64->IR: 0x8F 0xEA 0x78 0x10 0xD2 0x6 0x6 0x0
42+
[== 339596, possibly -- AMD XOP extensions]
43+
356611 vex amd64->IR: 0x8F 0xEA 0xF8 0x10 0xC9 0x3 0x1D 0x0
44+
[== 328357, still open]
3245

3346
=== VEX/arm ============================================================
3447

0 commit comments

Comments
 (0)