From 5a632954c85e8b2b5afea124e4fc83f39c5d3598 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Tue, 1 Jun 2021 14:37:07 +0200 Subject: [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend/C2C.ml --- doc/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index ec8c4d91..c3912cb2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -8,6 +8,7 @@ body { color: black; background: white; margin-left: 5%; margin-right: 5%; + max-width:750px; } h2 { margin-left: -5%;} h3 { margin-left: -3%; } @@ -24,7 +25,7 @@ a:active {color : Red; text-decoration : underline; }

The CompCert verified compiler

Commented Coq development

-

Version 3.8, 2020-11-16

+

Version 3.9, 2021-05-10

Introduction

@@ -46,9 +47,9 @@ Journal of Automated Reasoning 43(4):363-446, 2009.

This Web site gives a commented listing of the underlying Coq specifications and proofs. Proof scripts are folded by default, but -can be viewed by clicking on "Proof". Some modules (written in italics below) differ between the four target architectures. The -PowerPC versions of these modules are shown below; the ARM, x86 and RISC-V -versions can be found in the source distribution. +can be viewed by clicking on "Proof". Some modules (written in italics below) differ between the five target architectures. The +PowerPC versions of these modules are shown below; the AArch64, ARM, +x86 and RISC-V versions can be found in the source distribution.

This development is a work in progress; some parts have -- cgit