summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAge
* Coq-defined equality functions for Allocation.Gravatar xleroy2013-05-01
* Expand 64-bit integer comparisons into 32-bit integer comparisons.Gravatar xleroy2013-04-29
* 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
* Assorted cleanups, esp. to avoid generating _rec and _rect recursors in Gravatar xleroy2013-03-09
* Constant propagation within __builtin_annot.Gravatar xleroy2013-02-24
* Pointers one pastGravatar xleroy2013-02-15
* Updated PowerPC port to new integers.Gravatar xleroy2013-02-12
* lib/Integers.v: revised and extended, faster implementation based onGravatar xleroy2013-02-10
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Updated documentationGravatar xleroy2013-01-11
* Update Cminor parser and printer so that the parser can parse the whole Cmino...Gravatar xleroy2013-01-07
* Remove some useless "Require".Gravatar xleroy2012-12-30
* Merge of the clightgen branch:Gravatar xleroy2012-12-29
* Composition properties between injections and extensions.Gravatar xleroy2012-12-29
* Integers: specialized function to compute x mod 2^N; used in "repr" toGravatar xleroy2012-12-21
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Remove Val.is_true and Val.is_false, no longer used.Gravatar xleroy2012-08-06
* Removed old, commented-out definitions.Gravatar xleroy2012-08-01
* - 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
* Use Flocq for floatsGravatar xleroy2012-06-28
* Make min_int / -1 and min_int % -1 semantically undefinedGravatar xleroy2012-06-09
* Memdata: cleanup continuedGravatar xleroy2012-05-26
* CSE: add recognition of some combined operators, conditions, and addressing m...Gravatar xleroy2012-05-26
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* Hack with nxorGravatar xleroy2012-05-18
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* MAJ docGravatar xleroy2012-03-12
* Minor updatesGravatar xleroy2012-03-11
* Merge of Andrew Tolmach's HASP-related changesGravatar xleroy2012-03-09
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...Gravatar xleroy2012-02-22
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Added volatile_read_global and volatile_store_global builtins.Gravatar xleroy2012-01-15
* 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