|
From: <sv...@va...> - 2015-08-21 10:53:40
|
Author: sewardj
Date: Fri Aug 21 11:53:32 2015
New Revision: 15575
Log:
Update.
Modified:
trunk/NEWS
trunk/docs/internals/3_10_BUGSTATUS.txt
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Aug 21 11:53:32 2015
@@ -251,6 +251,7 @@
345824 Fix aspacem segment mismatch: seen with none/tests/bigcode
345887 Fix an assertion in the address space manager
345928 amd64: callstack only contains current function for small stacks
+345984 disInstr(arm): unhandled instruction: 0xEE193F1E
345987 MIPS64: Implement cavium LHX instruction
346031 MIPS: Implement support for the CvmCount register (rhwr %0, 31)
346267 Compiler warnings for PPC64 code on call to LibVEX_GuestPPC64_get_XER()
@@ -280,6 +281,7 @@
348102 Patch updating v4l2 API support
348247 jno jumps wrongly when overflow is not set
348269 Improve mmap MAP_HUGETLB support.
+348334 (ppc) valgrind does not simulate dcbfl - then my program terminates
348345 Assertion fails for negative lineno
348377 Unsupported ARM instruction: yield
348565 Fix detection of command line option availability for clang
Modified: trunk/docs/internals/3_10_BUGSTATUS.txt
==============================================================================
--- trunk/docs/internals/3_10_BUGSTATUS.txt (original)
+++ trunk/docs/internals/3_10_BUGSTATUS.txt Fri Aug 21 11:53:32 2015
@@ -22,13 +22,12 @@
342780 arm + gcc 4.9 produce false positive: Use of uninitialised value of
size 4 and segfault on stack extention
Has patch
+ DEFER till 3.11.1 unless I can repro in the wild
344802 disInstr(arm): unhandled instruction: 0xEC510F1E
maybe easy fix?
but doesn't run natively either
-345984 disInstr(arm): unhandled instruction: 0xEE193F1E
-
348536 ARM32: Unhandled instructions 0xEE190F1D & 0xEC510F1E
== 331178
@@ -72,10 +71,6 @@
342610 disInstr(ppc): declined to decode an AltiVec insn.
-348334 valgrind does not simulate dcbfl - then my program terminates
- I think this is actually fixed, and needs closing.
- QUERIED
-
=== VEX/s390x ==========================================================
350290 s390x unsupported instruction fixbra
@@ -145,16 +140,10 @@
=== Tools/Memcheck =====================================================
-339499 memcheck does not always detect access beyond mmaped page
- Probable WONTFIX
-
-339762 missing replacement alias for glibc __strchr_sse42, __strcpy_sse2,
- __strcpy_ssse3
- Probable INVALID
-
340392 Incorrect "Conditional jump..." message
Optimised code a la Clang
Probable CANTFIX
+ (but should we add a command line flag for it?)
345307 Please suppress warning about "still reachable" memory
when using libstdc++ from gcc 5
@@ -165,7 +154,7 @@
345753 OS X: sanityCheckFail: exiting due to bad IR for Iop_AddF64
IR type error; should look at it
- NEEDS INVESTIGATION
+ NEEDS INVESTIGATION. I can't repro this.
345811 annotate also FP for memcheck dirty helpers
has patch, should commit
|