summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* 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