| Commit message (Expand) | Author | Age |
* | MAJ licence | xleroy | 2011-08-23 |
* | arm/PrintAsm: don't generate "vfd" directive, useless? | xleroy | 2011-08-22 |
* | Cleaned up old commented-out parts | xleroy | 2011-08-19 |
* | Presimplification SimplVolatile: cleaned up and integrated. | xleroy | 2011-08-18 |
* | Flag long long and long double literals | xleroy | 2011-07-31 |
* | Interp.ml: initialize PRNG | xleroy | 2011-07-29 |
* | Added animation of the CompCert C semantics (ccomp -interp) | xleroy | 2011-07-28 |
* | 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 |
* | Revised handling of annotation statements, and more generally built-in functi... | xleroy | 2011-06-13 |
* | Minor update in Clight (big-step) | blazy | 2011-06-08 |
* | Ajout big-step Clight et preuve big-step -> small-step | blazy | 2011-05-25 |
* | cparser: support for attributes over struct and union. | xleroy | 2011-05-12 |
* | cparser/StructAssign: always use __builtin_memcpy + alignment indication | xleroy | 2011-05-11 |
* | Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s... | xleroy | 2011-04-16 |
* | 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 |
* | Incompatibility 8.3 / 8.3pl1 | xleroy | 2011-03-14 |
* | Slightly nicer semantics for initialization | xleroy | 2011-03-13 |
* | More global initialization work done and proved in Coq. | xleroy | 2011-03-13 |
* | Initializers for global variables: compile-time evaluation of expressions don... | xleroy | 2011-03-12 |
* | Revised signed/unsigned char handling. | xleroy | 2011-03-10 |
* | Treat "char" as unsigned OR signed depending on the configuration. | xleroy | 2011-03-09 |
* | Float.intoffloat and Float.intuoffloat are now partial functions. | xleroy | 2010-10-28 |
* | Updates for IA32-Cygwin. | xleroy | 2010-09-08 |
* | Better emulation of long long as a struct. | xleroy | 2010-09-04 |
* | Adding __builtin_annotation | xleroy | 2010-09-01 |
* | Nettoyages pour doc | xleroy | 2010-08-18 |
* | Removed useless constraints on return type at Sreturn instructions | xleroy | 2010-08-18 |
* | Copyright banner | xleroy | 2010-08-18 |
* | Renamed C2Clight into C2C | xleroy | 2010-08-18 |
* | Merge of branches/full-expr-4: | xleroy | 2010-08-18 |
* | Support for inlined built-ins. | xleroy | 2010-06-29 |
* | Updated Caml parts to match new representation for global variables. | xleroy | 2010-05-26 |
* | 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 |
* | Suppressed axioms Float.eq_zero_{true,false}, since the latter is | xleroy | 2010-05-09 |
* | Cleaned up handling of linker sections. | xleroy | 2010-05-08 |
* | Strengthen chunktype inference and use it to remove some useless casts. | xleroy | 2010-05-05 |
* | Add "fabs" (floating-point absolute value) as a unary operator in | xleroy | 2010-05-02 |
* | __builtin_memcpy, continued. | xleroy | 2010-04-17 |
* | Support __builtin_memcpy; use it for struct assignment | xleroy | 2010-04-17 |
* | PowerPC: | xleroy | 2010-04-10 |
* | Bug fix: infinite loop in cparser/ on bit field of size 32 bits. | xleroy | 2010-04-09 |
* | Wrong type for __builtin_volatile_*_int32 | xleroy | 2010-04-02 |
* | Typo | xleroy | 2010-03-28 |
* | Bug in multidimensional read-only arrays | xleroy | 2010-03-13 |
* | Handling of volatile accesses through builtin functions. | xleroy | 2010-03-08 |