summaryrefslogtreecommitdiff
path: root/cfrontend/SimplExprproof.v
Commit message (Expand)AuthorAge
* - Support "switch" statements over 64-bit integersGravatar xleroy2014-08-17
* Remove useless checks on type_of_global in dynamic semanticsGravatar xleroy2014-02-20
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Support "default" cases in the middle of a "switch", not just at the end.Gravatar xleroy2013-12-21
* Merge of the "princeton" branch:Gravatar xleroy2013-06-16
* Issue with simplification of nested ?: expressions of different types.Gravatar xleroy2013-05-19
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Remove some useless "Require".Gravatar xleroy2012-12-30
* Merge of the clightgen branch:Gravatar xleroy2012-12-29
* Make Clight independent of CompCert C.Gravatar xleroy2012-10-08
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* Translate CompCert C's "a ? b : c" to the equivalent simple Clight expr ifGravatar xleroy2012-02-25
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...Gravatar xleroy2011-07-16
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Removed useless constraints on return type at Sreturn instructionsGravatar xleroy2010-08-18
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18