modernc.org/ccgo/v3@v3.16.14/lib/testdata/CompCert-3.6/README.md (about) 1 # CompCert 2 The verified C compiler. 3 4 ## Overview 5 The CompCert C verified compiler is a compiler for a large subset of the 6 C programming language that generates code for the PowerPC, ARM, x86 and 7 RISC-V processors. 8 9 The distinguishing feature of CompCert is that it has been formally 10 verified using the Coq proof assistant: the generated assembly code is 11 formally guaranteed to behave as prescribed by the semantics of the 12 source C code. 13 14 For more information on CompCert (supported platforms, supported C 15 features, installation instructions, using the compiler, etc), please 16 refer to the [Web site](http://compcert.inria.fr/) and especially 17 the [user's manual](http://compcert.inria.fr/man/). 18 19 ## License 20 CompCert is not free software. This non-commercial release can only 21 be used for evaluation, research, educational and personal purposes. 22 A commercial version of CompCert, without this restriction and with 23 professional support, can be purchased from 24 [AbsInt](https://www.absint.com). See the file `LICENSE` for more 25 information. 26 27 ## Copyright 28 The CompCert verified compiler is Copyright Institut National de 29 Recherche en Informatique et en Automatique (INRIA) and 30 AbsInt Angewandte Informatik GmbH. 31 32 33 ## Contact 34 General discussions on CompCert take place on the 35 [compcert-users@inria.fr](https://sympa.inria.fr/sympa/info/compcert-users) 36 mailing list. 37 38 For inquiries on the commercial version of CompCert, please contact 39 info@absint.com