|
From: <sv...@va...> - 2012-04-22 02:58:56
|
florian 2012-04-22 03:58:49 +0100 (Sun, 22 Apr 2012)
New Revision: 12533
Log:
Update s390 status
Modified files:
trunk/docs/internals/t-chaining-notes.txt
Modified: trunk/docs/internals/t-chaining-notes.txt (+2 -1)
===================================================================
--- trunk/docs/internals/t-chaining-notes.txt 2012-04-22 03:48:20 +01:00 (rev 12532)
+++ trunk/docs/internals/t-chaining-notes.txt 2012-04-22 03:58:49 +01:00 (rev 12533)
@@ -2,7 +2,7 @@
Verification todo
~~~~~~~~~~~~~~~~~
check that illegal insns on all targets don't cause the _toIR.c's to
-assert. [DONE: amd64 x86 ppc32 ppc64 arm s390??]
+assert. [DONE: amd64 x86 ppc32 ppc64 arm s390]
check also with --vex-guest-chase-cond=yes
@@ -30,6 +30,7 @@
all backends: iselStmt(Ist_Exit) vs iselNext: make sure that the same
JKs are handled, else it's not safe against branch sense switching
+[DONE: s390]
Comments that used to be in m_scheduler.c:
tchaining tests:
|