aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Initializers.v
Commit message (Expand)AuthorAgeFilesLines
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-1/+2
* Watch out for behaviors exponential in the nesting of struct/union types. xleroy2013-03-231-2/+4
* Remove some useless "Require".xleroy2012-12-301-1/+0
* Make Clight independent of CompCert C.xleroy2012-10-081-0/+2
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-0/+16
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-0/+2
* Initializers: handle By_copy accesses (e.g. for &(glob.field))xleroy2012-02-071-2/+2
* Merge of the "volatile" branch:xleroy2012-02-041-15/+15
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...xleroy2011-07-161-48/+13
* More global initialization work done and proved in Coq.xleroy2011-03-131-3/+74
* Initializers for global variables: compile-time evaluation of expressions don...xleroy2011-03-121-0/+173