aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #175 from silene/IZRXavier Leroy2017-03-0815-150/+121
|\
| * Adapt proofs to future handling of literal constants in Coq.Guillaume Melquiond2017-03-0815-150/+121
* | Added missing dltl to dall.Bernhard Schommer2017-03-081-0/+1
|/
* Add a switch to generate a _CoqProject file.Bernhard Schommer2017-02-232-1/+24
* Added check for large arrays.Bernhard Schommer2017-02-213-0/+14
* update manpage for new optionsMichael Schmidt2017-02-211-4/+16
* Added gcc noinline attribute.Bernhard Schommer2017-02-192-0/+2
* Added unused attribute and simplified checks.Bernhard Schommer2017-02-172-44/+84
* Adopted unused variable and attribtue checkBernhard Schommer2017-02-173-31/+55
* Extended unused vars check for params.Bernhard Schommer2017-02-173-2/+9
* Added a simple check for unused variables.Bernhard Schommer2017-02-175-2/+88
* Checks can be applied add several places.Bernhard Schommer2017-02-173-8/+5
* Also check the locals. Bug 19872.Bernhard Schommer2017-02-171-3/+7
* Added new module for checks on elaborated C codeBernhard Schommer2017-02-173-2/+114
* Do not optimize away the 'return 0' at end of 'main'Xavier Leroy2017-02-171-7/+5
* Control-flow analysis: bug in switch without defaultXavier Leroy2017-02-171-1/+30
* Merge pull request #172 from AbsInt/std_noreturn_funXavier Leroy2017-02-173-3/+14
|\
| * Added _exit.Bernhard Schommer2017-02-171-1/+1
| * Add longjmp. Bug 21009Bernhard Schommer2017-02-171-1/+1
| * Added handling for noreturn std functions.Bernhard Schommer2017-02-163-3/+14
|/
* Reverted changes in Cutil and catch in Cflow.Bernhard Schommer2017-02-162-17/+5
* Fixed problem with local structs/unions in Cflow.Bernhard Schommer2017-02-161-4/+17
* drop .cm support from man pageMichael Schmidt2017-02-151-4/+0
* Merge pull request #167 from AbsInt/pipe_prerequisiteXavier Leroy2017-02-158-35/+27
|\
| * Introduced configuration variable for gnu systems.Bernhard Schommer2017-02-138-35/+27
* | Merge pull request #162 from AbsInt/return-analysis-2Xavier Leroy2017-02-155-32/+290
|\ \
| * | Cflow: analysis of "switch" was too impreciseXavier Leroy2017-02-071-2/+3
| * | Revised, more precise implementation of control-flow analysisXavier Leroy2017-02-071-48/+98
| * | Control-flow analysis: wrong flow for "case"/"default" statementsXavier Leroy2017-02-071-4/+6
| * | More precise warnings about function returnsXavier Leroy2017-02-075-32/+237
* | | Remove tests involving Cminor concrete syntax. Update ChangelogXavier Leroy2017-02-1529-3336/+3
* | | Merge pull request #170 from AbsInt/remove_cminorXavier Leroy2017-02-159-1379/+3
|\ \ \
| * | | Removed CMinor import. Bug 20992Bernhard Schommer2017-02-149-1379/+3
* | | | Removed superfluous semicolon.Bernhard Schommer2017-02-141-1/+1
|/ / /
* | | Remove Optionsprinter. Bug 20993Bernhard Schommer2017-02-142-155/+1
* | | Release 3.0.1 here we comev3.0.1Xavier Leroy2017-02-142-1/+7
* | | Give explicit scopes to notations a#b and a##b and a#b<-cXavier Leroy2017-02-134-13/+21
* | | Turn warning "deprecated-implicit-arguments" off while compiling FlocqXavier Leroy2017-02-131-1/+4
* | | Replace "Implicit Arguments" with "Arguments"Xavier Leroy2017-02-138-19/+17
* | | Use "Local" as prefixXavier Leroy2017-02-1322-38/+36
* | | ARM, PowerPC: update Asmgenproof for Coq 8.6Xavier Leroy2017-02-132-14/+21
* | | Update Flocq to version 2.5.2Xavier Leroy2017-02-138-132/+91
* | | Merge branch 'coq-8.6' of https://github.com/maximedenes/CompCert into maxime...Xavier Leroy2017-02-139-19/+22
|\ \ \ | |_|/ |/| |
| * | Bump required version of Menhir to 20161201.Maxime Dénès2017-01-091-1/+1
| * | Some backward compatible Ltac fixes, necessary for 8.6.Maxime Dénès2017-01-091-5/+7
| * | Fix broken fragile automation.Maxime Dénès2017-01-091-1/+2
| * | Configure now expects to find Coq 8.6.0.Maxime Dénès2017-01-091-3/+3
| * | Subst's behavior on let-ins has changed.Maxime Dénès2017-01-091-2/+2
| * | An hypothesis has changed name.Maxime Dénès2017-01-091-1/+1
| * | The contradiction tactic has become more powerful.Maxime Dénès2017-01-091-2/+1