]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update.
authorJulian Seward <jseward@acm.org>
Tue, 10 Jun 2014 12:05:33 +0000 (12:05 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 10 Jun 2014 12:05:33 +0000 (12:05 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14020

NEWS
docs/internals/3_9_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index c31caeb17b843af93fac557ed754dbb2913e9a3e..12785d4f3fe7d794499d17a4e434095061d47088 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -140,6 +140,9 @@ where XXXXXX is the bug number as listed below.
 334727  Build fails with -Werror=format-security
 334788  clarify doc about --log-file initial program directory
 335155  vgdb, fix error print statement.
+335262  arm64: movi 8bit version is not supported
+335263  arm64: dmb instruction is not implemented
+335496  arm64: sbc/abc instructions are not implemented
 n-i-bz  Fix KVM_CREATE_IRQCHIP ioctl handling
 n-i-bz  s390x: Fix memory corruption for multithreaded applications
 n-i-bz  vex arm->IR: allow PC as basereg in some LDRD cases
index 06d1bd6a9d84167772e52aa102e46c85d9117850..8b06171cce28f9e4f5166d8405b40c42dd90ba83 100644 (file)
@@ -25,10 +25,7 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
 
 === VEX/arm64 ==========================================================
 
-335262  arm64: movi 8bit version is not supported
-335263  arm64: dmb instruction is not implemented
 335440  arm64: ld1 (single structure) is not implemented
-335496  arm64: sbc/abc instructions are not implemented
 335554  arm64: unhanded instruction: abs
 335564  arm64: unhandled instruction fcvtpu  Xn, Sn
 
@@ -202,3 +199,13 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
 
 31 May 2014
 
+335713  arm64: unhanded instruction: prfm (immediate)
+335735  arm64: unhanded instruction: cnt
+335736  arm64: unhanded instruction: uaddlv
+335785  vex amd64->IR: 0xC4 0xE2 0x75 0x2F 0xAC 0x18 0x40 0x7 (vmovupd)
+335848  arm64: unhanded instruction: {s,u}cvtf
+335902  arm64: unhanded instruction: sli
+335903  arm64: unhanded instruction: umull (vector)
+335907  segfault when running wine's ddrawex/tests/surface.c under valgrind
+
+Tues 10 June