summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* More efficient implementations of map, fold, etc.Gravatar xleroy2014-08-27
* The NaN behavior of float_of_single differs on PowerPC and on IA32/ARM.Gravatar xleroy2014-07-28
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Tweaks to support defunctorization.Gravatar xleroy2014-07-23
* Add Proof keyword so that documentation generation worksGravatar jjourdan2014-07-04
* Cleaner, more resilient parsing of pragmas.Gravatar xleroy2014-06-05
* Integration of Jacques-Henri Jourdan's verified parser.Gravatar xleroy2014-04-29
* Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove...Gravatar xleroy2014-04-09
* Merge of branch linear-typing:Gravatar xleroy2014-04-06
* floatoflong_from_words, floatoflongu_from_words : proof of PowerPc implementa...Gravatar jjourdan2014-03-13
* floatoflong_decomp, floatoflongu_decompGravatar jjourdan2014-03-11
* Silence the warning "Cannot build inversion information".Gravatar xleroy2014-02-24
* Introduce and use the platform-specific Archi module giving:Gravatar xleroy2014-01-03
* Merge of branch value-analysis.Gravatar xleroy2013-12-20
* Axioms: remove prop_ext, currently unused AND unsound in Coq 8.4.Gravatar xleroy2013-12-15
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Slightly more efficient conversion positive <-> intGravatar xleroy2013-09-26
* Small improvements in compilation times for the register allocation pass.Gravatar xleroy2013-09-20
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms Gravatar xleroy2013-09-14
* Simplify LPMap by smashing bottoms.Gravatar xleroy2013-08-12
* Merge of Flocq version 2.2.0.Gravatar xleroy2013-08-02
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* Add another expansion of shrx in terms of shifts and adds (from Hacker's Deli...Gravatar xleroy2013-07-28
* More properties about subtraction and borrow.Gravatar xleroy2013-07-15
* More accurate model of condition register flags for ARM and IA32.Gravatar xleroy2013-07-13
* Revised handling of int->float conversions:Gravatar xleroy2013-07-08
* Treat casts int64 -> float32 as primitive operations instead of twoGravatar xleroy2013-07-03
* Update LICENSE file and headers for dual-licensed files.Gravatar xleroy2013-06-17
* Merge of the "princeton" branch:Gravatar xleroy2013-06-16
* Merge of the float32 branch: Gravatar xleroy2013-05-19
* 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