aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2019-09-17 14:45:59 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2019-09-17 14:45:59 +0200
commite1725209b2b4401adc63ce5238fa5db7c134609c (patch)
tree862519f55e2d8b0e2f7fe9270bc6eedf27772678 /doc
parentdb96b0e2b156cfa527493f5890cd805f8aa4543a (diff)
downloadcompcert-kvx-e1725209b2b4401adc63ce5238fa5db7c134609c.tar.gz
compcert-kvx-e1725209b2b4401adc63ce5238fa5db7c134609c.zip
Update for release 3.6v3.6
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index edb3accd..3a4cf6ba 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -24,7 +24,7 @@ a:active {color : Red; text-decoration : underline; }
<H1 align="center">The CompCert verified compiler</H1>
<H2 align="center">Commented Coq development</H2>
-<H3 align="center">Version 3.5, 2019-02-27</H3>
+<H3 align="center">Version 3.6, 2019-09-17</H3>
<H2>Introduction</H2>
@@ -180,7 +180,8 @@ code.
</TR>
<TR valign="top">
- <TD>Recognition of operators<br>and addressing modes</TD>
+ <TD>Recognition of operators<br>and addressing modes;<br>
+ if-conversion</TD>
<TD>Cminor to CminorSel</TD>
<TD><A HREF="html/compcert.backend.Selection.html">Selection</A><br>
<A HREF="html/compcert.powerpc.SelectOp.html"><I>SelectOp</I></A><br>