aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix menhirLib namespaces, following changes in Menhir version 20180530Jacques-Henri Jourdan2018-06-0613-3/+3
* bug 23325, document recently introduced named warningsMichael Schmidt2018-06-051-2/+2
* bug 23325, document recently introduced named warningsMichael Schmidt2018-06-051-3/+3
* bug 23325, document recently introduced named warningsMichael Schmidt2018-06-051-1/+1
* bug 23325, document recently introduced named warningsMichael Schmidt2018-06-051-4/+28
* bug 23325, document changed default for c11 named warningMichael Schmidt2018-06-051-1/+1
* Bug 23325, Bug 23369, Bug 23351Bernhard Schommer2018-06-040-0/+0
* Warn for defs and uses of static variables in nonstatic inline functionsXavier Leroy2018-06-043-16/+42
* Parameterize elab_expr by the full elaboration contextXavier Leroy2018-06-041-30/+42
* Support redefinition of a typedef in another scope (#122)Xavier Leroy2018-06-041-2/+2
* Turn off the warning "C11 extension" by defaultXavier Leroy2018-06-041-1/+0
* Warn that _Alignas and _Alignof are C11 extensionsXavier Leroy2018-06-041-1/+3
* Don't depend on ../../clightgenXavier Leroy2018-06-021-3/+3
* Model external calls as destroying all caller-save registersXavier Leroy2018-06-0116-20/+127
* Use the standalone coq2html tool to generate the HTML documentationXavier Leroy2018-06-016-762/+117
* Add tests for clightgenXavier Leroy2018-06-015-0/+985
* Install the VERSION file along the .vo filesBenoƮt Viguier2018-05-311-0/+1
* Bug 23806Bernhard Schommer2018-05-300-0/+0
* Merge branch 'master' of github.com:AbsInt/CompCertBernhard Schommer2018-05-302-16/+16
|\
| * Update for release 3.3v3.3Xavier Leroy2018-05-301-1/+1
| * coq2html: use OCaml's alternate string literals for multi-line stringsXavier Leroy2018-05-301-15/+15
* | Fix 23806Bernhard Schommer2018-05-300-0/+0
|/
* Changelog: minor updates for 3.3Xavier Leroy2018-05-301-7/+4
* Mention optional installation of .vo filesXavier Leroy2018-05-301-0/+3
* Install Coq development (.vo files) if requested (#232)Xavier Leroy2018-05-302-4/+36
* Updates for public release 3.3Xavier Leroy2018-05-302-1/+73
* Simplify module Complements and add separate compilation (#121)Xavier Leroy2018-05-291-74/+172
* Allow align attribute of zero. (#120)Bernhard Schommer2018-05-291-2/+2
* Removed duplicated whitespace. Bug 23660Bernhard Schommer2018-05-291-1/+1
* String literals are l-values and have array types (#116)Bernhard Schommer2018-05-274-23/+21
* Preserve storage class for functions declared within a blockXavier Leroy2018-05-261-7/+10
* Warning for extern declaration after definition.Bernhard Schommer2018-05-263-1/+11
* Reject "e1, e2" as a compile-time constant expressionXavier Leroy2018-05-241-5/+5
* Define the C11 type max_align_t (#115)Bernhard Schommer2018-05-241-0/+9
* Bug 23348Bernhard Schommer2018-05-080-0/+0
* Harden attributes_of_types against out-of-scope structs/unions/enumsXavier Leroy2018-05-071-3/+12
* Revised elaboration of function definitions, part 2Xavier Leroy2018-05-071-65/+143
* Revised elaboration of function definitions, part 1Xavier Leroy2018-05-071-36/+40
* Added a diagnostic for attributes dec after defBernhard Schommer2018-05-073-3/+19
* Warning for comparison of incomplete pointers.Bernhard Schommer2018-05-071-0/+4
* Check that variables declared in 'for' loops are local variables (#104)Bernhard Schommer2018-05-041-11/+11
* Reject empty declarations in K&R functions. (#107)Bernhard Schommer2018-05-041-0/+2
* Reject arrays of incomplete type (#90)Bernhard Schommer2018-05-021-0/+2
* Add missing tab character, bug 23541Michael Schmidt2018-05-021-1/+1
* Add new powerpc builtins.Michael Schmidt2018-04-275-4/+44
* Bug 23322Bernhard Schommer2018-04-270-0/+0
* Also check statement of label statement.Bernhard Schommer2018-04-271-1/+2
* Detect duplicate 'case' or 'default' statements within a 'switch'Xavier Leroy2018-04-271-0/+41
* Record value of constant expression in C.Scase constructorXavier Leroy2018-04-276-10/+10
* Detect 'case' and 'default' outside a 'switch' statementXavier Leroy2018-04-271-1/+7