aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/SimplExprproof.v
Commit message (Expand)AuthorAgeFilesLines
* Merge of the "princeton" branch:xleroy2013-06-161-36/+45
* Issue with simplification of nested ?: expressions of different types.xleroy2013-05-191-9/+11
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-56/+56
* Remove some useless "Require".xleroy2012-12-301-2/+0
* Merge of the clightgen branch:xleroy2012-12-291-21/+21
* Make Clight independent of CompCert C.xleroy2012-10-081-1/+11
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-435/+600
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-0/+6
* Translate CompCert C's "a ? b : c" to the equivalent simple Clight expr ifxleroy2012-02-251-15/+41
* Merge of the "volatile" branch:xleroy2012-02-041-59/+230
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...xleroy2011-07-161-122/+119
* Merge of branch new-semantics: revised and strengthened top-level statements ...xleroy2011-07-151-7/+4
* Removed useless constraints on return type at Sreturn instructionsxleroy2010-08-181-3/+2
* Merge of branches/full-expr-4:xleroy2010-08-181-0/+1851