summaryrefslogtreecommitdiff
path: root/lib/Floats.v
Commit message (Expand)AuthorAge
* 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
* Add Proof keyword so that documentation generation worksGravatar jjourdan2014-07-04
* floatoflong_from_words, floatoflongu_from_words : proof of PowerPc implementa...Gravatar jjourdan2014-03-13
* floatoflong_decomp, floatoflongu_decompGravatar jjourdan2014-03-11
* Introduce and use the platform-specific Archi module giving:Gravatar xleroy2014-01-03
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms Gravatar xleroy2013-09-14
* Merge of Flocq version 2.2.0.Gravatar xleroy2013-08-02
* 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
* Merge of the float32 branch: Gravatar xleroy2013-05-19
* 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
* 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
* Remove some useless "Require".Gravatar xleroy2012-12-30
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)Gravatar xleroy2012-11-03
* Changelog: updatedGravatar xleroy2012-06-28
* Use Flocq for floatsGravatar xleroy2012-06-28
* float->int conversions, continued: weaker axiomatization.Gravatar xleroy2010-10-29
* Float.intoffloat and Float.intuoffloat are now partial functions.Gravatar xleroy2010-10-28
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02
* Fewer float axioms.Gravatar xleroy2010-05-09
* Suppressed axioms Float.eq_zero_{true,false}, since the latter isGravatar xleroy2010-05-09
* Revised encoding/decoding of floatsGravatar xleroy2010-05-09
* Adapted to work with Coq 8.2-1Gravatar xleroy2009-06-05
* Introduction de l'operation intuoffloat (float -> unsigned int). Pas encore ...Gravatar xleroy2008-05-30
* Ajout license, README, copyright noticesGravatar xleroy2008-01-27
* Petites adaptations pour Coq 8.1gammaGravatar xleroy2006-11-11
* Fusion de la branche "traces":Gravatar xleroy2006-09-04
* Initial import of compcertGravatar xleroy2006-02-09