aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/SimplExpr.v
Commit message (Expand)AuthorAgeFilesLines
* Merge of the "princeton" branch:xleroy2013-06-161-20/+37
* Issue with simplification of nested ?: expressions of different types.xleroy2013-05-191-24/+36
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+3
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-68/+66
* Remove some useless "Require".xleroy2012-12-301-2/+0
* Merge of the clightgen branch:xleroy2012-12-291-22/+7
* Make Clight independent of CompCert C.xleroy2012-10-081-0/+2
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-65/+127
* Revert unintentional commit #1955xleroy2012-07-061-0/+6
* Ajout trunk CompCertblazy2012-07-041-6/+0
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-0/+2
* Translate CompCert C's "a ? b : c" to the equivalent simple Clight expr ifxleroy2012-02-251-13/+20
* Merge of the "volatile" branch:xleroy2012-02-041-15/+43
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...xleroy2011-07-161-18/+42
* Merge of branches/full-expr-4:xleroy2010-08-181-0/+403