summaryrefslogtreecommitdiff
path: root/lib
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
* Decomposing 64-bit "less than" comparisons.Gravatar xleroy2013-04-29
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Assorted changes to reduce stack and heap requirements when compiling very bi...Gravatar xleroy2013-03-16
* Bind some local defs with Let, makes extracted code cleanerGravatar xleroy2013-03-12
* Maps: revised TREE interface; added mucho derived properties and operations i...Gravatar xleroy2013-03-12
* Useless ImportGravatar xleroy2013-03-10
* 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
* Updated PowerPC port to new integers.Gravatar xleroy2013-02-12
* Forgot theorem "sign_ext_narrow".Gravatar xleroy2013-02-12
* lib/Integers.v: revised and extended, faster implementation based onGravatar xleroy2013-02-10
* Some more properties. Refactored some proofs.Gravatar xleroy2013-02-04
* Camlcoq.ml: bug in conversion Z to stringGravatar xleroy2013-01-29
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Remove some useless "Require".Gravatar xleroy2012-12-30
* Merge of the clightgen branch:Gravatar xleroy2012-12-29
* Integers: specialized function to compute x mod 2^N; used in "repr" toGravatar xleroy2012-12-21
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)Gravatar xleroy2012-11-03
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* Micro-optimization of (x & mask) >>s amount into a rolm when mask >= 0.Gravatar xleroy2012-07-09
* Process successors in increasing order. Helps preserving the nice CFGGravatar xleroy2012-07-01
* Changelog: updatedGravatar xleroy2012-06-28
* Use Flocq for floatsGravatar xleroy2012-06-28
* More properties on mul/div/modGravatar xleroy2012-06-09
* Memdata: cleanup continuedGravatar xleroy2012-05-26
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* More aggressive common subexpression elimination (CSE) of memory loads.Gravatar xleroy2012-02-23
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsGravatar xleroy2011-10-18
* Changelog, doc: updated for release 1.9Gravatar xleroy2011-08-22
* Cleaned up old commented-out partsGravatar xleroy2011-08-19
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Back from Oregon commit. Gravatar xleroy2011-07-05
* Relating neg and notGravatar xleroy2011-06-22
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile.Gravatar xleroy2011-03-09
* float->int conversions, continued: weaker axiomatization.Gravatar xleroy2010-10-29
* Float.intoffloat and Float.intuoffloat are now partial functions.Gravatar xleroy2010-10-28
* Various algorithmic improvements that reduce compile times (thanks Alexandre ...Gravatar xleroy2010-10-27
* License for Floataux.mlGravatar xleroy2010-10-27
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02
* Integers: cleaned up bitwise operations, redefined shr, zero_ext and sign_extGravatar xleroy2010-08-21
* Support for inlined built-ins.Gravatar xleroy2010-06-29
* All axioms used in the CompCert developmentGravatar xleroy2010-06-28
* Merging the Princeton implementation of the memory model. Separate axioms in...Gravatar xleroy2010-06-28
* Typo in documentationGravatar xleroy2010-05-26
* Fewer float axioms.Gravatar xleroy2010-05-09
* Suppressed axioms Float.eq_zero_{true,false}, since the latter isGravatar xleroy2010-05-09