From c48b9097201dc9a1e326acdbce491fe16cab01e6 Mon Sep 17 00:00:00 2001 From: xleroy Date: Tue, 28 Aug 2007 12:57:58 +0000 Subject: Fusion de la branche restr-cminor. En Clight, C#minor et Cminor, les expressions sont maintenant pures et les appels de fonctions sont des statements. Ajout de semantiques coinductives pour la divergence en Clight, C#minor, Cminor. Preuve de preservation semantique pour les programmes qui divergent. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@409 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- doc/index.html | 3 ++- doc/removeproofs | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index e75e7b1..4390c87 100644 --- a/doc/index.html +++ b/doc/index.html @@ -25,7 +25,7 @@ a:active {color : Red; text-decoration : underline; }

The Compcert certified compiler

Commented Coq development

-

Version 1.0, 2007-08-03

+

Version 1.0, 2007-08-28

Introduction

@@ -274,6 +274,7 @@ Proofs that compiler passes are type-preserving:
diff --git a/doc/removeproofs b/doc/removeproofs index 82809ba..5ae9a23 100755 --- a/doc/removeproofs +++ b/doc/removeproofs @@ -2,7 +2,9 @@ for i in $*; do mv $i $i.bak - sed -e '/Proof<\/code> *\./,/\(Qed\|Defined\)<\/code> *\./d' $i.bak > $i + sed -e '/Proof<\/span> *\./,/\(Qed\|Defined\)<\/span> *\./d' \ + -e "s/\"'do' X <- A ; B\" error_monad_scope/doXAB error_monad_scope/g" \ + $i.bak > $i rm $i.bak done -- cgit v1.2.3