aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed ABI to match GCC - interoperability not tested yetCyril SIX2018-11-237-167/+170
* Mise à jour vis à vis de CompCert 3.4Cyril SIX2018-11-217-10/+51
* Merge tag 'v3.4' into mppa_k1cCyril SIX2018-11-21126-2299/+4255
|\
| * Updates for release 3.4v3.4Xavier Leroy2018-09-172-2/+2
| * Bug 24510Bernhard Schommer2018-09-140-0/+0
| * flocq: minor cleaning (#257)Vincent Laporte2018-09-141-3/+2
| * Update change log for 3.4, continuedXavier Leroy2018-09-141-2/+5
| * Improved diagnostics: spelling, wording, etc (#138)Michael Schmidt2018-09-145-15/+15
| * Simplified code. Bug 24067Bernhard Schommer2018-09-121-8/+8
| * Tentatively support Coq 8.8.2Xavier Leroy2018-09-121-2/+2
| * Typo in OCaml version numberXavier Leroy2018-09-121-1/+1
| * Update version and change log in preparation for public release 3.4Xavier Leroy2018-09-122-1/+63
| * Generate a nop instruction after some ais annotations (#137)Bernhard Schommer2018-09-1214-28/+64
| * Fatal error instead of error for bit-fields.Bernhard Schommer2018-09-121-1/+1
| * Attach _Alignas to names and refactor _Alignas checks (#133)Bernhard Schommer2018-09-106-20/+22
| * Ignore generated conflict file. Bug 24455Bernhard Schommer2018-09-101-0/+1
| * Bug 23389Bernhard Schommer2018-09-040-0/+0
| * Merge branch 'master' of github.com:AbsInt/CompCertBernhard Schommer2018-09-041-1/+1
| |\
| | * Typo in commentXavier Leroy2018-09-031-1/+1
| * | document new named warning class 'reduced-alignment', bug 23389Michael Schmidt2018-09-041-0/+4
| |/
| * Move parameter check.Bernhard Schommer2018-09-031-2/+6
| * New diagnostic for reduced alignment (#117)Bernhard Schommer2018-08-293-3/+38
| * Bug 24374Bernhard Schommer2018-08-290-0/+0
| * Merge pull request #251 from AbsInt/configure-error-behaviorXavier Leroy2018-08-291-0/+14
| |\
| | * Improve reporting of configuration errorsXavier Leroy2018-08-281-0/+10
| | * Remove leftover Makefile.config before configurationXavier Leroy2018-08-281-0/+4
| * | Bug 24366Bernhard Schommer2018-08-280-0/+0
| * | Import prim token notations before using them, continuedXavier Leroy2018-08-271-0/+1
| * | Import prim token notations before using themJason Gross2018-08-274-1/+4
| * | Bug 24351Bernhard Schommer2018-08-270-0/+0
| |/
| * Make generated file cparser/Parser.v read-onlyXavier Leroy2018-08-271-0/+2
| * Improve execution of regression testsXavier Leroy2018-08-244-16/+45
| * Edit documentation comments for [alignas_attribute] and [has_std_alignas]Xavier Leroy2018-08-241-2/+3
| * More standard compliant handling of _Alignas.Bernhard Schommer2018-08-241-0/+11
| * Add check for _Alignas attribute.Bernhard Schommer2018-08-242-0/+6
| * Reimplement attr_array_applicable in terms of class_of_attributeXavier Leroy2018-08-241-3/+2
| * Preserve attribute(("aligned")) in the AST, don't map it to _AlignasXavier Leroy2018-08-242-2/+3
| * Fix typo in pattern match of error case, bug 24326Michael Schmidt2018-08-221-1/+1
| * Document new named warning for tentative static definitions with incomplete t...Michael Schmidt2018-08-211-0/+4
| * Document new named warning for flexible arrays, bug 23324Michael Schmidt2018-08-211-1/+1
| * Document new named warning for flexible arrays, bug 23324Michael Schmidt2018-08-211-0/+4
| * Fix passing of -u to linker.Bernhard Schommer2018-08-211-1/+1
| * Diagnostic for wrong application of restrict (#119)Bernhard Schommer2018-08-213-7/+33
| * Harden the extasm.c test, continuedXavier Leroy2018-08-202-5/+5
| * Improve support and diagnostic for type qualified arrays (#118)Bernhard Schommer2018-08-203-1/+18
| * Added warning for incomplete tentative static defs (#114)Bernhard Schommer2018-08-203-4/+11
| * Harden the extasm.c testXavier Leroy2018-08-202-2/+7
| * Additional checks for flex arrays in structs (#93)Bernhard Schommer2018-08-205-5/+30
| * Add sizeof_reg and new Machine configurations (#129)Bernhard Schommer2018-08-204-5/+25
| * Turn error into fatal error for unnamed parameter.Bernhard Schommer2018-08-201-2/+4