aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up old commented-out partsxleroy2011-08-194-58/+0
* Added animation of the CompCert C semantics (ccomp -interp)xleroy2011-07-282-99/+218
* Merge of branch new-semantics: revised and strengthened top-level statements ...xleroy2011-07-154-660/+2111
* Back from Oregon commit. xleroy2011-07-055-29/+964
* Forgot to add new filexleroy2011-06-141-0/+40
* Revised handling of annotation statements, and more generally built-in functi...xleroy2011-06-132-63/+153
* Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...xleroy2011-04-162-13/+44
* Merge of branch "unsigned-offsets":xleroy2011-04-094-80/+93
* Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile.xleroy2011-03-091-6/+6
* Float.intoffloat and Float.intuoffloat are now partial functions.xleroy2010-10-281-2/+2
* Memory.v: added drop_perm operationxleroy2010-09-213-46/+427
* Merge of the reuse-temps branch:xleroy2010-09-023-2/+45
* Semantics of annotationsxleroy2010-09-021-5/+69
* Integers: cleaned up bitwise operations, redefined shr, zero_ext and sign_extxleroy2010-08-211-50/+32
* Merge of branches/full-expr-4:xleroy2010-08-182-137/+423
* Render unto Caesar... (Mention contribution by Dockins and Steward.)xleroy2010-07-081-0/+2
* Support for inlined built-ins.xleroy2010-06-294-83/+84
* Merging the Princeton implementation of the memory model. Separate axioms in...xleroy2010-06-283-291/+517
* More faithful semantics for volatile reads and writes.xleroy2010-05-234-358/+522
* - Extended traces so that pointers within globals are supported as event values.xleroy2010-05-103-261/+384
* Fewer float axioms.xleroy2010-05-091-2/+1
* Revised encoding/decoding of floatsxleroy2010-05-092-216/+182
* Cleaned up handling of linker sections.xleroy2010-05-082-0/+254
* Copyright noticexleroy2010-03-121-0/+18
* Merge of the newmem and newextcalls branches:xleroy2010-03-079-3869/+6688
* Suppressed Init_pointer, now useless. Improved printing of strings in genera...xleroy2010-03-032-6/+1
* Existence of behaviorsxleroy2010-01-312-15/+176
* Revised lib/Integers.v to make it parametric w.r.t. word size.xleroy2009-11-191-21/+17
* Added support for jump tables in back end.xleroy2009-11-101-12/+131
* Support Clight initializers of the form "int * x = &y;".xleroy2009-11-012-0/+5
* No '\n' in Coq strings...xleroy2009-08-181-2/+2
* Distinguish two kinds of nonterminating behaviors: silent divergencexleroy2009-08-163-60/+790
* Added 'going wrong' behaviorsxleroy2009-08-051-11/+34
* Adapted to work with Coq 8.2-1v1.4.1xleroy2009-06-058-107/+107
* Added tail call optimization passxleroy2009-03-262-0/+26
* Reserve register GPR13 for compatibility with EABI. Optimize operations 'x >...xleroy2009-02-261-0/+17
* - Added alignment constraints to memory loads and stores.xleroy2009-01-111-61/+173
* Reorganized the development, modularizing away machine-dependent parts.xleroy2008-12-302-956/+0
* Replace cast{8,16}{signed,unsigned} with zero_ext and sign_ext.xleroy2008-12-292-50/+50
* Fusion partielle de la branche contsem: xleroy2008-07-082-56/+125
* Revu les comparaisons de pointeurs: == et <> sont definis entre 2 pointeurs v...xleroy2008-05-301-0/+24
* Introduction de l'operation intuoffloat (float -> unsigned int). Pas encore ...xleroy2008-05-302-0/+352
* Amelioration compilation des switchxleroy2008-04-171-30/+70
* Ajout license, README, copyright noticesxleroy2008-01-2710-0/+145
* Ajout find_symbol_not_nullptr; nettoyagesxleroy2007-12-061-39/+71
* Ajout de global_addresses_distinctxleroy2007-11-031-16/+75
* Linearize: utilisation d'une heuristique externe d'enumeration des noeuds du CFGxleroy2007-10-271-4/+4
* Fusion de la branche restr-cminor. En Clight, C#minor et Cminor, les express...xleroy2007-08-284-30/+98
* Ajout de common/Complements.vxleroy2007-08-263-1/+669
* Fusion des modifications faites sur les branches "tailcalls" et "smallstep".xleroy2007-08-049-2089/+3426