| Commit message (Expand) | Author | Age |
* | Merge of "newspilling" branch: | xleroy | 2014-07-23 |
* | __builtin_absfloat can be applied to integers too. | xleroy | 2014-03-29 |
* | Simpler, more robust emulation of calls to variadic functions: | xleroy | 2013-12-28 |
* | Support "default" cases in the middle of a "switch", not just at the end. | xleroy | 2013-12-21 |
* | - Recognize __builtin_fabs as an operator, not just a builtin, | xleroy | 2013-11-06 |
* | Revised treatment of _Alignas, for better compatibility with GCC and Clang, a... | xleroy | 2013-11-06 |
* | Merge of the "alignas" branch. | xleroy | 2013-10-05 |
* | Revised handling of int->float conversions: | xleroy | 2013-07-08 |
* | Treat casts int64 -> float32 as primitive operations instead of two | xleroy | 2013-07-03 |
* | Merge of the "princeton" branch: | xleroy | 2013-06-16 |
* | Revised semantics and compilation of 2-argument C operators to better match | xleroy | 2013-05-06 |
* | Expand 64-bit integer comparisons into 32-bit integer comparisons. | xleroy | 2013-04-29 |
* | driver: removed option -flonglong | xleroy | 2013-04-22 |
* | Big merge of the newregalloc-int64 branch. Lots of changes in two directions: | xleroy | 2013-04-20 |
* | Pointers one past | xleroy | 2013-02-15 |
* | Ported to Coq 8.4pl1. Merge of branches/coq-8.4. | xleroy | 2013-01-29 |
* | Merge of the clightgen branch: | xleroy | 2012-12-29 |
* | Globalenvs: allocate one-byte block with permissions Nonempty for each | xleroy | 2012-11-12 |
* | Make Clight independent of CompCert C. | xleroy | 2012-10-08 |
* | 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 |
* | - Revised non-overflow constraints on memory injections so that | xleroy | 2012-07-23 |
* | - Support for _Alignof(ty) operator from ISO C 2011 | xleroy | 2012-02-26 |
* | Merge of the "volatile" branch: | xleroy | 2012-02-04 |
* | Merge of the nonstrict-ops branch: | xleroy | 2012-01-14 |
* | Cleaned up old commented-out parts | xleroy | 2011-08-19 |
* | Improved semantics of casts | xleroy | 2011-07-17 |
* | In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the... | xleroy | 2011-07-16 |
* | Merge of branch new-semantics: revised and strengthened top-level statements ... | xleroy | 2011-07-15 |
* | Fix treatment of function pointers at function calls in the CompCert C and Cl... | xleroy | 2011-07-14 |
* | Merge of branch "unsigned-offsets": | xleroy | 2011-04-09 |
* | Special case for while(1), for(..., 1, ...) and do ... while(0) loops. | xleroy | 2011-03-15 |
* | Float.intoffloat and Float.intuoffloat are now partial functions. | xleroy | 2010-10-28 |
* | Removed useless constraints on return type at Sreturn instructions | xleroy | 2010-08-18 |
* | Merge of branches/full-expr-4: | xleroy | 2010-08-18 |