summaryrefslogtreecommitdiff
path: root/cfrontend/Cexec.v
Commit message (Expand)AuthorAge
* - Support "switch" statements over 64-bit integersGravatar xleroy2014-08-17
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Continued: change typeconv t into incrdecr_type t for Epostincr.Gravatar xleroy2014-04-16
* Remove useless checks on type_of_global in dynamic semanticsGravatar xleroy2014-02-20
* Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union).Gravatar xleroy2013-12-30
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Merge of branch value-analysis.Gravatar xleroy2013-12-20
* Revised semantics of external functions, continued:Gravatar xleroy2013-11-18
* Revised modeling of external functions and built-in functions: just axiomatizeGravatar xleroy2013-11-17
* 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 float32 branch: Gravatar xleroy2013-05-19
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Glasnost: making transparent a number of definitions that were opaqueGravatar xleroy2013-03-10
* Constant propagation within __builtin_annot.Gravatar xleroy2013-02-24
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Merge of the clightgen branch:Gravatar xleroy2012-12-29
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Make Clight independent of CompCert C.Gravatar xleroy2012-10-08
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* - Revised non-overflow constraints on memory injections so that Gravatar xleroy2012-07-23
* Revert unintentional commit #1955Gravatar xleroy2012-07-06
* Ajout trunk CompCertGravatar blazy2012-07-04
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Added volatile_read_global and volatile_store_global builtins.Gravatar xleroy2012-01-15
* Cleaned up old commented-out partsGravatar xleroy2011-08-19
* Interp.ml: initialize PRNGGravatar xleroy2011-07-29
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28