summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-08-22 09:41:12 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-08-22 09:41:12 +0000
commit97a1231b8f3de4d413fc3347f941812860616575 (patch)
tree62c32ce3b2120d8314ab81c77e09e94545ea3912 /doc
parent6ceceaed3d71a785fa1cccc1059c9a141e99eee1 (diff)
Changelog, doc: updated for release 1.9
lib/Integers, Makefile: unsuccessful experiments with coqchk git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1723 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 4c1d536..84d2905 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.8.2, 2011-05-24</H3>
+<H3 align="center">Version 1.9, 2011-08-22</H3>
<H2>Introduction</H2>
@@ -264,6 +264,13 @@ code.
</TR>
<TR valign="top">
+ <TD>Redundant reload elimination</TD>
+ <TD>Linear to Linear</TD>
+ <TD><A HREF="html/RRE.html">RRE</A></TD>
+ <TD><A HREF="html/RREproof.html">RREproof</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>
@@ -301,6 +308,7 @@ Proofs that compiler passes are type-preserving:
<LI> <A HREF="html/Linearizetyping.html">Linearizetyping</A> (code linearization).
<LI> <A HREF="html/CleanupLabelstyping.html">CleanupLabelstyping</A> (removal of unreferenced labels).
<LI> <A HREF="html/Reloadtyping.html">Reloadtyping</A> (spilling and reloading).
+<LI> <A HREF="html/RREtyping.html">RREtyping</A> (redundant reload elimination).
<LI> <A HREF="html/Stackingtyping.html">Stackingtyping</A> (layout of activation records).
</UL>