From e4bba56773fc059e592f72a49b1010f53f3126f0 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Mon, 27 Jun 2022 09:28:11 +0200 Subject: More updates for release 3.11 --- doc/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index 857457cb..10b30c3e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -25,11 +25,11 @@ a:active {color : Red; text-decoration : underline; }

The CompCert verified compiler

Commented Coq development

-

Version 3.10, 2021-11-19

+

Version 3.11, 2022-06-27

Introduction

-

CompCert is a compiler that generates PowerPC, ARM, RISC-V and x86 assembly +

CompCert is a compiler that generates ARM, PowerPC, RISC-V and x86 assembly code from CompCert C, a large subset of the C programming language. The particularity of this compiler is that it is written mostly within the specification language of the Coq proof assistant, and its -- cgit