| Commit message (Expand) | Author | Age |
* | Function types didn't always degrade to pointers like they should. Introduce... | xleroy | 2010-03-02 |
* | Revised handling of #pragma section and small data areas | xleroy | 2010-01-27 |
* | Revised lib/Integers.v to make it parametric w.r.t. word size. | xleroy | 2009-11-19 |
* | Unsupported: return/return type mismatches | xleroy | 2009-11-19 |
* | PowerPC/EABI port: preliminary support for #pragma section and | xleroy | 2009-11-03 |
* | Simplified the treatment of the PowerPC small data area; now more specific to... | xleroy | 2009-11-02 |
* | Preliminary support for small data area in PowerPC port. | xleroy | 2009-11-01 |
* | Support Clight initializers of the form "int * x = &y;". | xleroy | 2009-11-01 |
* | Problem with const enum initializers | xleroy | 2009-09-15 |
* | Last updates for release 1.5. | xleroy | 2009-08-28 |
* | Stronger constant folding, esp. w.r.t. floats | xleroy | 2009-08-21 |
* | In generated Cminor functions, make sure local variables include | xleroy | 2009-08-20 |
* | No '\n' in Coq strings... | xleroy | 2009-08-18 |
* | Cil2Csyntax: added goto and labels; added assignment between structs | xleroy | 2009-08-16 |
* | Distinguish two kinds of nonterminating behaviors: silent divergence | xleroy | 2009-08-16 |
* | Added 'going wrong' behaviors | xleroy | 2009-08-05 |
* | Transition semantics for Clight and Csharpminor | xleroy | 2009-08-03 |
* | Adapted to work with Coq 8.2-1 | xleroy | 2009-06-05 |
* | Various clean-ups | xleroy | 2009-04-17 |
* | Honor "static" modifier on C globals. | xleroy | 2009-03-28 |
* | Conflict between extraction/CList and cil/obj/xxx/clist on case-insensitive f... | xleroy | 2009-01-29 |
* | - Added alignment constraints to memory loads and stores. | xleroy | 2009-01-11 |
* | 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 |
* | Clight: ajout Econdition, suppression Eindex. | xleroy | 2008-09-27 |
* | Fusion partielle de la branche contsem: | xleroy | 2008-07-08 |
* | Utilisation de intoffloatu. Ajout du cas int + ptr. | xleroy | 2008-05-31 |
* | 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 |
* | Ajout license, README, copyright notices | xleroy | 2008-01-27 |
* | In Clight, revised handling of comparisons between pointers and 0 | xleroy | 2007-11-13 |
* | Relaxation de la regle d'evaluation Ecast | xleroy | 2007-10-17 |
* | Fusion de la branche restr-cminor. En Clight, C#minor et Cminor, les express... | xleroy | 2007-08-28 |
* | Documentation | xleroy | 2007-08-05 |
* | Fusion des modifications faites sur les branches "tailcalls" et "smallstep". | xleroy | 2007-08-04 |
* | Suppression de lib/Sets.v, utilisation de FSet a la place. Generalisation de... | xleroy | 2007-03-02 |
* | Meilleure compilation de la negation booleenne | xleroy | 2006-09-19 |
* | Simplification de Cminor: les affectations de variables locales ne sont | xleroy | 2006-09-18 |
* | Revu traitement des structures et unions recursives. Dans Cshmgen, meilleure... | xleroy | 2006-09-11 |
* | Permettre les casts entre types de fonction | xleroy | 2006-09-06 |
* | Csem: l'hypothese de typage sur main est inutile (assuree par wt_program) | xleroy | 2006-09-06 |
* | Revu traitement des variables globales dans AST.program et dans Globalenvs. | xleroy | 2006-09-05 |
* | Revu la repartition des sources Coq en sous-repertoires | xleroy | 2006-09-04 |
* | Fusion de la branche "traces": | xleroy | 2006-09-04 |