Overview of CompCert verified C compiler
masterCompCert is a formally-verified C compiler for the core C language. It is distinguished by being verified using the Coq proof assistant, which provides a formal guarantee that the generated assembly code behaves exactly as prescribed by the semantics of the source C code.
Supported Architectures:
- ARM
- PowerPC
- RISC-V
- x86