aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Initializers.v
Commit message (Expand)AuthorAgeFilesLines
* Native support for bit fields (#400)Xavier Leroy2021-08-221-47/+281
* Remove coq warnings (#28)Bernhard Schommer2017-09-221-1/+1
* Initializers: introduce 'constval_cast' to cast constant value to desired typeXavier Leroy2016-11-171-3/+7
* Regression: compile-time evaluation of ((struct s *)0)->fieldXavier Leroy2016-10-061-1/+3
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-19/+12
* Make casts of pointers to _Bool semantically well defined (again).Xavier Leroy2016-03-021-1/+1
* Handle large static initializers for global arraysXavier Leroy2015-11-091-21/+26
* Omission: forgot to treat pointer values in bool_of_val and sem_notbool.Xavier Leroy2015-03-291-4/+4
* Represent struct and union types by name instead of by structure.Xavier Leroy2014-12-221-50/+65
* Revised translation of '&&' and '||' to Clight.Xavier Leroy2014-10-131-4/+4
* Merge of "newspilling" branch:xleroy2014-07-231-2/+2
* C: Support array initializers that are too short + default init for remainder.xleroy2014-03-281-17/+9
* Support array initialization lists that are too shortxleroy2014-03-181-2/+2
* Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union).xleroy2013-12-301-6/+1
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...xleroy2013-11-061-9/+5
* Merge of the "alignas" branch.xleroy2013-10-051-4/+9
* Merge of the "princeton" branch:xleroy2013-06-161-5/+5
* Missing case: initialization of a global variable of type _Bool.xleroy2013-05-081-1/+1
* 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