summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-12 14:01:47 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-12 14:01:47 +0000
commitc15e489422b7f6924e82da8c105a6654643e5650 (patch)
tree3b446806cb72614fea487f62bd7ae476b31a959e /doc
parentb29622518ed431bd18f44d728bb2f0e4b7c56ca9 (diff)
MAJ doc
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1850 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
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>