summaryrefslogtreecommitdiff
path: root/cfrontend/Initializers.v
Commit message (Expand)AuthorAge
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* C: Support array initializers that are too short + default init for remainder.Gravatar xleroy2014-03-28
* Support array initialization lists that are too shortGravatar xleroy2014-03-18
* Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union).Gravatar xleroy2013-12-30
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...Gravatar xleroy2013-11-06
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Merge of the "princeton" branch:Gravatar xleroy2013-06-16
* Missing case: initialization of a global variable of type _Bool.Gravatar xleroy2013-05-08
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Watch out for behaviors exponential in the nesting of struct/union types. Gravatar xleroy2013-03-23
* Remove some useless "Require".Gravatar xleroy2012-12-30
* 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
* Initializers: handle By_copy accesses (e.g. for &(glob.field))Gravatar xleroy2012-02-07
* 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
* More global initialization work done and proved in Coq.Gravatar xleroy2011-03-13
* Initializers for global variables: compile-time evaluation of expressions don...Gravatar xleroy2011-03-12