Chamois-Arsene
Résumé
Chamois Arsene is a fork of CompCert, the formally verified C compiler.
# Overview
The CompCert C verified compiler is a compiler for a large subset of the C programming language that generates code for the PowerPC, ARM, x86 and RISC-V processors.
The distinguishing feature of CompCert is that it has been formally verified using the Coq proof assistant: the generated assembly code is formally guaranteed to behave as prescribed by the semantics of the source C code.
For more information on CompCert (authors, supported platforms, supported C features, installation instructions, using the compiler, etc), please refer to the Web site and especially the user's manual.
# Chamois Arsene version
Chamois Arsene is an extension of Chamois CompCert with security counter-measures.
Chamois CompCert is a version of CompCert with additions from Verimag and previously from Kalray (a chamois is a fast and agile caprine, very common in French Alps).