summaryrefslogtreecommitdiff
path: root/cfrontend/Csem.v
Commit message (Expand)AuthorAge
* - Support "switch" statements over 64-bit integersGravatar xleroy2014-08-17
* Use "incrdecr_type ty" instead of "typeconv ty" as the intermediate typeGravatar xleroy2014-04-15
* Remove useless checks on type_of_global in dynamic semanticsGravatar xleroy2014-02-20
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Support "default" cases in the middle of a "switch", not just at the end.Gravatar xleroy2013-12-21
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Merge of the clightgen branch:Gravatar xleroy2012-12-29
* Make Clight independent of CompCert C.Gravatar xleroy2012-10-08
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* Make min_int / -1 and min_int % -1 semantically undefinedGravatar xleroy2012-06-09
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Cleaned up old commented-out partsGravatar xleroy2011-08-19
* Improved semantics of castsGravatar xleroy2011-07-17
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...Gravatar xleroy2011-07-16
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Fix treatment of function pointers at function calls in the CompCert C and Cl...Gravatar xleroy2011-07-14
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Initializers for global variables: compile-time evaluation of expressions don...Gravatar xleroy2011-03-12
* Float.intoffloat and Float.intuoffloat are now partial functions.Gravatar xleroy2010-10-28
* Nettoyages pour docGravatar xleroy2010-08-18
* Removed useless constraints on return type at Sreturn instructionsGravatar xleroy2010-08-18
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18
* Support for inlined built-ins.Gravatar xleroy2010-06-29
* More faithful semantics for volatile reads and writes.Gravatar xleroy2010-05-23
* - Extended traces so that pointers within globals are supported as event values.Gravatar xleroy2010-05-10
* Suppressed axioms Float.eq_zero_{true,false}, since the latter isGravatar xleroy2010-05-09
* Add "fabs" (floating-point absolute value) as a unary operator inGravatar xleroy2010-05-02
* Merge of the newmem and newextcalls branches:Gravatar xleroy2010-03-07
* Function types didn't always degrade to pointers like they should. Introduce...Gravatar xleroy2010-03-02
* Revised lib/Integers.v to make it parametric w.r.t. word size.Gravatar xleroy2009-11-19
* Last updates for release 1.5.Gravatar xleroy2009-08-28
* Distinguish two kinds of nonterminating behaviors: silent divergenceGravatar xleroy2009-08-16
* Transition semantics for Clight and CsharpminorGravatar xleroy2009-08-03
* Adapted to work with Coq 8.2-1Gravatar xleroy2009-06-05
* Replace cast{8,16}{signed,unsigned} with zero_ext and sign_ext.Gravatar xleroy2008-12-29
* Clight: ajout Econdition, suppression Eindex.Gravatar xleroy2008-09-27
* Utilisation de intoffloatu. Ajout du cas int + ptr.Gravatar xleroy2008-05-31
* Revu les comparaisons de pointeurs: == et <> sont definis entre 2 pointeurs v...Gravatar xleroy2008-05-30
* Ajout license, README, copyright noticesGravatar xleroy2008-01-27
* In Clight, revised handling of comparisons between pointers and 0Gravatar xleroy2007-11-13
* Relaxation de la regle d'evaluation EcastGravatar xleroy2007-10-17
* Fusion de la branche restr-cminor. En Clight, C#minor et Cminor, les express...Gravatar xleroy2007-08-28
* DocumentationGravatar xleroy2007-08-05
* Fusion des modifications faites sur les branches "tailcalls" et "smallstep".Gravatar xleroy2007-08-04
* Revu traitement des structures et unions recursives. Dans Cshmgen, meilleure...Gravatar xleroy2006-09-11
* Permettre les casts entre types de fonctionGravatar xleroy2006-09-06
* Csem: l'hypothese de typage sur main est inutile (assuree par wt_program)Gravatar xleroy2006-09-06
* Revu traitement des variables globales dans AST.program et dans Globalenvs.Gravatar xleroy2006-09-05
* Fusion de la branche "traces":Gravatar xleroy2006-09-04