From 97a1231b8f3de4d413fc3347f941812860616575 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 22 Aug 2011 09:41:12 +0000 Subject: 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 --- doc/index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') 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; }

The Compcert verified compiler

Commented Coq development

-

Version 1.8.2, 2011-05-24

+

Version 1.9, 2011-08-22

Introduction

@@ -263,6 +263,13 @@ code. Reloadproof + + Redundant reload elimination + Linear to Linear + RRE + RREproof + + Laying out the activation records Linear to Mach @@ -301,6 +308,7 @@ Proofs that compiler passes are type-preserving:
  • Linearizetyping (code linearization).
  • CleanupLabelstyping (removal of unreferenced labels).
  • Reloadtyping (spilling and reloading). +
  • RREtyping (redundant reload elimination).
  • Stackingtyping (layout of activation records). -- cgit v1.2.3