| Commit message (Expand) | Author | Age |
* | Treat casts int64 -> float32 as primitive operations instead of two | xleroy | 2013-07-03 |
* | Expand 64-bit integer comparisons into 32-bit integer comparisons. | xleroy | 2013-04-29 |
* | Big merge of the newregalloc-int64 branch. Lots of changes in two directions: | xleroy | 2013-04-20 |
* | Ported to Coq 8.4pl1. Merge of branches/coq-8.4. | xleroy | 2013-01-29 |
* | Remove some useless "Require". | xleroy | 2012-12-30 |
* | Merge of the clightgen branch: | xleroy | 2012-12-29 |
* | Merge of branch seq-and-or. See Changelog for details. | xleroy | 2012-10-06 |
* | Remove Val.is_true and Val.is_false, no longer used. | xleroy | 2012-08-06 |
* | CSE: add recognition of some combined operators, conditions, and addressing m... | xleroy | 2012-05-26 |
* | Merge of the newmem branch: | xleroy | 2012-05-21 |
* | Proof didn't go through for ARM | xleroy | 2012-03-11 |
* | Take advantage of Cmaskzero and Cmasknotzero. | xleroy | 2012-02-24 |
* | Merge of the "volatile" branch: | xleroy | 2012-02-04 |
* | Merge of the nonstrict-ops branch: | xleroy | 2012-01-14 |
* | Merge of branch new-semantics: revised and strengthened top-level statements ... | xleroy | 2011-07-15 |
* | Merge of branch "unsigned-offsets": | xleroy | 2011-04-09 |
* | Float.intoffloat and Float.intuoffloat are now partial functions. | xleroy | 2010-10-28 |
* | Support for inlined built-ins. | xleroy | 2010-06-29 |
* | More faithful semantics for volatile reads and writes. | xleroy | 2010-05-23 |
* | - Extended traces so that pointers within globals are supported as event values. | xleroy | 2010-05-10 |
* | Merge of the newmem and newextcalls branches: | xleroy | 2010-03-07 |
* | Revised lib/Integers.v to make it parametric w.r.t. word size. | xleroy | 2009-11-19 |
* | Forgot to add some files | xleroy | 2009-08-18 |
* | Reorganized the development, modularizing away machine-dependent parts. | xleroy | 2008-12-30 |
* | Replace cast{8,16}{signed,unsigned} with zero_ext and sign_ext. | xleroy | 2008-12-29 |
* | Revised back-end so that only 2 integer registers are reserved for reloading. | xleroy | 2008-12-21 |
* | Flag to turn on/off the recognition of fused multiply-add and multiply-sub | xleroy | 2008-07-31 |
* | Fusion partielle de la branche contsem: | xleroy | 2008-07-08 |
* | Revu les comparaisons de pointeurs: == et <> sont definis entre 2 pointeurs v... | xleroy | 2008-05-30 |
* | Introduction de l'operation intuoffloat (float -> unsigned int). Pas encore ... | xleroy | 2008-05-30 |
* | Meilleure selection pour if ((a && b) != 0), etc | xleroy | 2008-03-27 |
* | Ajout license, README, copyright notices | xleroy | 2008-01-27 |
* | Fusion de la branche restr-cminor. En Clight, C#minor et Cminor, les express... | xleroy | 2007-08-28 |
* | Fusion des modifications faites sur les branches "tailcalls" et "smallstep". | xleroy | 2007-08-04 |