summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html16
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/index.html b/doc/index.html
index 1fd7859..f767b2a 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 1.9, 2011-08-22</H3>
+<H3 align="center">Version 1.10, 2012-03-13</H3>
<H2>Introduction</H2>
@@ -63,9 +63,10 @@ written.</P>
<A HREF="http://compcert.inria.fr/">the Compcert Web site</A>.</P>
<P>This document and the Compcert sources are
-copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011 Institut National de Recherche en
-Informatique et en Automatique (INRIA) and distributed under the terms
-of the following <A HREF="LICENSE">license</A>.
+copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Institut
+National de Recherche en Informatique et en Automatique (INRIA) and
+distributed under the terms of the
+following <A HREF="LICENSE">license</A>.
</P>
<H2>Table of contents</H2>
@@ -216,13 +217,6 @@ code.
</TR>
<TR valign="top">
- <TD>Elimination of redundant casts</TD>
- <TD>RTL to RTL</TD>
- <TD><A HREF="html/CastOptim.html">CastOptim</A></TD>
- <TD><A HREF="html/CastOptimproof.html">CastOptimproof</A></TD>
-</TR>
-
-<TR valign="top">
<TD>Register allocation by coloring<br>of an interference graph</TD>
<TD>RTL to LTL</TD>
<TD><A HREF="html/InterfGraph.html">InterfGraph</A><BR>