aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
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>