aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Initializersproof.v
Commit message (Expand)AuthorAgeFilesLines
* Native support for bit fields (#400)Xavier Leroy2021-08-221-371/+826
* Replace `omega` tactic with `lia`Xavier Leroy2020-12-291-18/+18
* Remove coq warnings (#28)Bernhard Schommer2017-09-221-5/+5
* Initializers: introduce 'constval_cast' to cast constant value to desired typeXavier Leroy2016-11-171-18/+18
* Regression: compile-time evaluation of ((struct s *)0)->fieldXavier Leroy2016-10-061-3/+4
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-42/+42
* Merge pull request #93 from AbsInt/separate-compilationXavier Leroy2016-03-201-2/+2
|\
| * Update the proofs of the C front-end to the new linking framework.Xavier Leroy2016-03-061-2/+2
* | Make casts of pointers to _Bool semantically well defined (again).Xavier Leroy2016-03-021-11/+13
|/
* Handle large static initializers for global arraysXavier Leroy2015-11-091-92/+174
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-81/+81
* Long-overdue renaming: val_inject -> Val.inject, etc, for consistency with Va...Xavier Leroy2015-04-301-6/+6
* Omission: forgot to treat pointer values in bool_of_val and sem_notbool.Xavier Leroy2015-03-291-18/+29
* Define a nonnegative integer "rank" for types to support structural induction...Xavier Leroy2015-01-101-4/+4
* Represent struct and union types by name instead of by structure.Xavier Leroy2014-12-221-73/+89
* Revised translation of '&&' and '||' to Clight.Xavier Leroy2014-10-131-16/+14
* Merge of "newspilling" branch:xleroy2014-07-231-10/+11
* C: Support array initializers that are too short + default init for remainder.xleroy2014-03-281-33/+34
* Support array initialization lists that are too shortxleroy2014-03-181-4/+12
* Remove useless checks on type_of_global in dynamic semanticsxleroy2014-02-201-1/+0
* Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union).xleroy2013-12-301-56/+9
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-1/+1
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...xleroy2013-11-061-64/+56
* Merge of the "alignas" branch.xleroy2013-10-051-20/+32
* Merge of the "princeton" branch:xleroy2013-06-161-12/+7
* Missing case: initialization of a global variable of type _Bool.xleroy2013-05-081-0/+1
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-155/+67
* Watch out for behaviors exponential in the nesting of struct/union types. xleroy2013-03-231-9/+7
* Glasnost: making transparent a number of definitions that were opaquexleroy2013-03-101-5/+3
* Pointers one pastxleroy2013-02-151-3/+12
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-26/+42
* Make Clight independent of CompCert C.xleroy2012-10-081-0/+2
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-3/+45
* Make min_int / -1 and min_int % -1 semantically undefinedxleroy2012-06-091-4/+4
* Merge of the newmem branch:xleroy2012-05-211-2/+2
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-0/+6
* Initializers: handle By_copy accesses (e.g. for &(glob.field))xleroy2012-02-071-1/+1
* Merge of the "volatile" branch:xleroy2012-02-041-41/+48
* Improved semantics of castsxleroy2011-07-171-9/+8
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...xleroy2011-07-161-63/+40
* Merge of branch "unsigned-offsets":xleroy2011-04-091-2/+3
* Incompatibility 8.3 / 8.3pl1xleroy2011-03-141-1/+1
* Slightly nicer semantics for initializationxleroy2011-03-131-28/+29
* More global initialization work done and proved in Coq.xleroy2011-03-131-12/+312
* Initializers for global variables: compile-time evaluation of expressions don...xleroy2011-03-121-0/+555