aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2015-12-21 17:04:02 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2015-12-21 17:04:02 +0100
commit12b5eaf144285de569be7123913ee78f17dd9b03 (patch)
tree4f4c2012d62804855034978869f1f91b9243e788 /doc/index.html
parent7a8558575054daff45d41bdfe4058596f87467a3 (diff)
downloadcompcert-kvx-12b5eaf144285de569be7123913ee78f17dd9b03.tar.gz
compcert-kvx-12b5eaf144285de569be7123913ee78f17dd9b03.zip
Upgrade for release 2.6.
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 29a2fb30..ae6e8382 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 2.5, 2015-06-12</H3>
+<H3 align="center">Version 2.6, 2015-12-21</H3>
<H2>Introduction</H2>
@@ -289,6 +289,13 @@ code.
</TR>
<TR valign="top">
+ <TD>Synthesis of debugging information</TD>
+ <TD>Linear to Linear</TD>
+ <TD><A HREF="html/Debugvar.html">Debugvar</A></TD>
+ <TD><A HREF="html/Debugvarproof.html">Debugvarproof</A></TD>
+</TR>
+
+<TR valign="top">
<TD>Laying out the activation records</TD>
<TD>Linear to Mach</TD>
<TD><A HREF="html/Stacking.html">Stacking</A><BR>