|
From: <sv...@va...> - 2014-06-10 12:05:43
|
Author: sewardj
Date: Tue Jun 10 12:05:33 2014
New Revision: 14020
Log:
Update.
Modified:
trunk/NEWS
trunk/docs/internals/3_9_BUGSTATUS.txt
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Jun 10 12:05:33 2014
@@ -140,6 +140,9 @@
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
Modified: trunk/docs/internals/3_9_BUGSTATUS.txt
==============================================================================
--- trunk/docs/internals/3_9_BUGSTATUS.txt (original)
+++ trunk/docs/internals/3_9_BUGSTATUS.txt Tue Jun 10 12:05:33 2014
@@ -25,10 +25,7 @@
=== 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 @@
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
|