summaryrefslogtreecommitdiff
path: root/backend/Selectionproof.v
Commit message (Expand)AuthorAge
* - Support "switch" statements over 64-bit integersGravatar xleroy2014-08-17
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Refactoring: move symbol_offset into Genv.Gravatar xleroy2014-05-24
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* Treat casts int64 -> float32 as primitive operations instead of twoGravatar xleroy2013-07-03
* 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
* 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
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* Remove Val.is_true and Val.is_false, no longer used.Gravatar xleroy2012-08-06
* CSE: add recognition of some combined operators, conditions, and addressing m...Gravatar xleroy2012-05-26
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* Proof didn't go through for ARMGravatar xleroy2012-03-11
* Take advantage of Cmaskzero and Cmasknotzero.Gravatar xleroy2012-02-24
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Float.intoffloat and Float.intuoffloat are now partial functions.Gravatar xleroy2010-10-28
* Support for inlined built-ins.Gravatar xleroy2010-06-29
* More faithful semantics for volatile reads and writes.Gravatar xleroy2010-05-23
* - Extended traces so that pointers within globals are supported as event values.Gravatar xleroy2010-05-10
* Merge of the newmem and newextcalls branches:Gravatar xleroy2010-03-07
* Revised lib/Integers.v to make it parametric w.r.t. word size.Gravatar xleroy2009-11-19
* Forgot to add some filesGravatar xleroy2009-08-18
* Reorganized the development, modularizing away machine-dependent parts.Gravatar xleroy2008-12-30
* Replace cast{8,16}{signed,unsigned} with zero_ext and sign_ext.Gravatar xleroy2008-12-29
* Revised back-end so that only 2 integer registers are reserved for reloading.Gravatar xleroy2008-12-21
* Flag to turn on/off the recognition of fused multiply-add and multiply-subGravatar xleroy2008-07-31
* Fusion partielle de la branche contsem: Gravatar xleroy2008-07-08
* Revu les comparaisons de pointeurs: == et <> sont definis entre 2 pointeurs v...Gravatar xleroy2008-05-30
* Introduction de l'operation intuoffloat (float -> unsigned int). Pas encore ...Gravatar xleroy2008-05-30
* Meilleure selection pour if ((a && b) != 0), etcGravatar xleroy2008-03-27
* Ajout license, README, copyright noticesGravatar xleroy2008-01-27
* Fusion de la branche restr-cminor. En Clight, C#minor et Cminor, les express...Gravatar xleroy2007-08-28
* Fusion des modifications faites sur les branches "tailcalls" et "smallstep".Gravatar xleroy2007-08-04