summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAge
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* Cleaned up old commented-out partsGravatar xleroy2011-08-19
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Back from Oregon commit. Gravatar xleroy2011-07-05
* Forgot to add new fileGravatar xleroy2011-06-14
* Revised handling of annotation statements, and more generally built-in functi...Gravatar xleroy2011-06-13
* Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...Gravatar xleroy2011-04-16
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile.Gravatar xleroy2011-03-09
* Float.intoffloat and Float.intuoffloat are now partial functions.Gravatar xleroy2010-10-28
* Memory.v: added drop_perm operationGravatar xleroy2010-09-21
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02
* Semantics of annotationsGravatar xleroy2010-09-02
* Integers: cleaned up bitwise operations, redefined shr, zero_ext and sign_extGravatar xleroy2010-08-21
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18
* Render unto Caesar... (Mention contribution by Dockins and Steward.)Gravatar xleroy2010-07-08
* Support for inlined built-ins.Gravatar xleroy2010-06-29
* Merging the Princeton implementation of the memory model. Separate axioms in...Gravatar xleroy2010-06-28
* 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
* Fewer float axioms.Gravatar xleroy2010-05-09
* Revised encoding/decoding of floatsGravatar xleroy2010-05-09
* Cleaned up handling of linker sections.Gravatar xleroy2010-05-08
* Copyright noticeGravatar xleroy2010-03-12
* Merge of the newmem and newextcalls branches:Gravatar xleroy2010-03-07
* Suppressed Init_pointer, now useless. Improved printing of strings in genera...Gravatar xleroy2010-03-03
* Existence of behaviorsGravatar xleroy2010-01-31
* Revised lib/Integers.v to make it parametric w.r.t. word size.Gravatar xleroy2009-11-19
* Added support for jump tables in back end.Gravatar xleroy2009-11-10
* Support Clight initializers of the form "int * x = &y;".Gravatar xleroy2009-11-01
* No '\n' in Coq strings...Gravatar xleroy2009-08-18
* Distinguish two kinds of nonterminating behaviors: silent divergenceGravatar xleroy2009-08-16
* Added 'going wrong' behaviorsGravatar xleroy2009-08-05
* Adapted to work with Coq 8.2-1Gravatar xleroy2009-06-05
* Added tail call optimization passGravatar xleroy2009-03-26
* Reserve register GPR13 for compatibility with EABI. Optimize operations 'x >...Gravatar xleroy2009-02-26
* - Added alignment constraints to memory loads and stores.Gravatar xleroy2009-01-11
* Reorganized the development, modularizing away machine-dependent parts.Gravatar xleroy2008-12-30
* Replace cast{8,16}{signed,unsigned} with zero_ext and sign_ext.Gravatar xleroy2008-12-29
* Fusion partielle de la branche contsem: Gravatar xleroy2008-07-08
* Revu les comparaisons de pointeurs: == et <> sont definis entre 2 pointeurs v...Gravatar xleroy2008-05-30
* Introduction de l'operation intuoffloat (float -> unsigned int). Pas encore ...Gravatar xleroy2008-05-30
* Amelioration compilation des switchGravatar xleroy2008-04-17
* Ajout license, README, copyright noticesGravatar xleroy2008-01-27
* Ajout find_symbol_not_nullptr; nettoyagesGravatar xleroy2007-12-06
* Ajout de global_addresses_distinctGravatar xleroy2007-11-03
* Linearize: utilisation d'une heuristique externe d'enumeration des noeuds du CFGGravatar xleroy2007-10-27
* Fusion de la branche restr-cminor. En Clight, C#minor et Cminor, les express...Gravatar xleroy2007-08-28
* Ajout de common/Complements.vGravatar xleroy2007-08-26