DESCR 681 B

123456789101112131415
  1. The CompCert C verified compiler is a compiler for a large subset
  2. of the C programming language that generates code for the PowerPC,
  3. ARM and x86 processors.
  4. The distinguishing feature of CompCert is that it has been formally
  5. verified using the Coq proof assistant: the generated assembly code
  6. is formally guaranteed to behave as prescribed by the semantics of
  7. the source C code.
  8. CompCert is not free software. This non-commercial release can only
  9. be used for evaluation, research, educational and personal purposes.
  10. A commercial version of CompCert, without this restriction and with
  11. professional support, can be purchased from AbsInt. See the file
  12. LICENSE for more information.