|
From: <sv...@va...> - 2017-05-24 15:25:35
|
Author: sewardj
Date: Wed May 24 16:25:27 2017
New Revision: 16417
Log:
Final update before creating the 3_13 branch.
Modified:
trunk/NEWS
trunk/docs/internals/3_12_BUGSTATUS.txt
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed May 24 16:25:27 2017
@@ -197,6 +197,7 @@
379390 unhandled syscall: mach:70 (host_create_mach_voucher_trap)
379473 MIPS: add support for rdhwr cycle counter register
379504 remove TileGX/Linux port
+379525 Support more x86 nop opcodes
379838 disAMode(x86): not an addr!
379703 PC ISA 3.0 fixes: stxvx, stxv, xscmpexpdp instructions, expected output
update.
@@ -205,6 +206,15 @@
379925 PPC64, mtffs does not set the FPCC and C bits in the FPSCR register correctly
379966 WARNING: unhandled amd64-linux syscall: 313 (finit_module)
+. - increase usable memory?
+. - get rid of repeated brk message
+. - progress stuff? NO
+. - resize translation caches
+. - expensive interpretation by default? NO
+. - turn on inline debuginfo reading for more tools
+. - make fair-sched the default on Linux
+. - reduce PAUSE hold length
+
Release 3.12.0 (20 October 2016)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Modified: trunk/docs/internals/3_12_BUGSTATUS.txt
==============================================================================
--- trunk/docs/internals/3_12_BUGSTATUS.txt (original)
+++ trunk/docs/internals/3_12_BUGSTATUS.txt Wed May 24 16:25:27 2017
@@ -16,8 +16,6 @@
373166 vex amd64->IR: 0xFF 0xFF 0x48 0x85 0xC0 0x74 0x8 0x4D 0x89 0xE7
[not clear what's going on here]
-379525 Support more x86 nop opcodes
-
AMD XOP-prefixed insns:
(carried over)
@@ -515,9 +513,6 @@
378892 Unhandled amd64-linux syscall: 324
*
-379525 Support more x86 nop opcodes
-
-*
n-i-bz Remove limit on strd's negative immediates
[dev@, Michael Daniels, 19 Nov 2015, easy fix, should land]
@@ -526,11 +521,3 @@
========================================================================
========================================================================
-. - increase usable memory?
-. - get rid of repeated brk message
-. - progress stuff? NO
-. - resize translation caches
-. - expensive interpretation by default? NO
-. - turn on inline debuginfo reading for more tools
-. - make fair-sched the default on Linux
-. - reduce PAUSE hold length
|