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