]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update bug lists.
authorJulian Seward <jseward@acm.org>
Fri, 16 Sep 2016 13:38:02 +0000 (13:38 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 16 Sep 2016 13:38:02 +0000 (13:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15959

NEWS
docs/internals/3_11_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index 00ecb7871b4f105f314a8e543e8a070e30a07e78..8b3ced7381cce787b83f76c26b9dfd2ff71adb98 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -76,6 +76,7 @@ where XXXXXX is the bug number as listed below.
 353138  www: update "The Valgrind Developers" page
 353370  don't advertise RDRAND in cpuid for Core-i7-4910-like avx2 machine
         == 365325
+        == 357873
 353384  amd64->IR: 0x66 0xF 0x3A 0x62 0xD1 0x62 (pcmpXstrX $0x62)
 353398  WARNING: unhandled amd64-solaris syscall: 207
 353660  XML in auxwhat tag not escaping reserved symbols properly
index 372dcb95aa0c14c6343b245c5d5bdf6adc1edbc8..e415ac1677e7782ff07f78d3d16b1f7453205094 100644 (file)
@@ -5,41 +5,28 @@ of 3.11.0 go in here.  Bugs that didn't get fixed in 3.11.0 remain in
 
 === VEX/amd64 ==========================================================
 
-352549  Valgrind (whether with memchek or callgrind) crashes with
-        "unhandled instruction bytes"
-        [Probably invalid]
-
-354931  Analyze of qt app results in incompatible processor message
-        [Gentoo stupidity]
-
-356392  FPU control word not updated on FYL2X with ST(0) = 0
-        [Also relevant for x86]
-
 356715  vex amd64->IR: 0xC4 0xE2 0x7D 0x13 0x4 0x4A 0xC5 0xFC
         vcvtph2ps (%rdx,%rcx,2),%ymm0
 
-357873  libstdc++ unhandled instruction: 0xF 0xC7 0xF0 0x89
-        [== 353370, fixed, RDRAND ?]
-
 357932  vex amd64->IR: 0xF2 0x49 0xF 0x5D  and 0xF2 0x49 0xF 0x5F
         rex.WB minsd (%r8),%xmm0
         rex.WB maxsd (%r8),%xmm0
+        redundant rex prefixes
 
 360415  amd64 instructions ADCX and ADOX are not implemented in VEX
-        [has patch, could possibly take it]
+        [has patch, could possibly take it, but needs cleanup/verification]
 
 367543  bt/btc/btr/bts x86/x86_64 instructions are poorly-handled wrt flags
         [Z flag behaviour is wrong]
 
 AMD XOP-prefixed insns:
 
-356138  vex amd64->IR: 0x8F 0xEA 0x78 0x10 0xD2 0x6 0x6 0x0
-        [== 339596, possibly -- AMD XOP extensions]
 356611  vex amd64->IR: 0x8F 0xEA 0xF8 0x10 0xC9 0x3 0x1D 0x0
         [== 328357, still open]
 
 339596  vex amd64->IR: 0x8F 0xE8 0x78 0xCD 0xC1 0x4 0xC5 0xF9
         [AMD XOP/FMA support]
+        == 356138
 
 === VEX/arm ============================================================