summaryrefslogtreecommitdiff
path: root/cfrontend/PrintCsyntax.ml
Commit message (Expand)AuthorAge
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsGravatar xleroy2011-10-18
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18
* Updated Caml parts to match new representation for global variables.Gravatar xleroy2010-05-26
* Add "fabs" (floating-point absolute value) as a unary operator inGravatar xleroy2010-05-02
* Handling of builtins, continued.Gravatar xleroy2010-03-07
* Suppressed Init_pointer, now useless. Improved printing of strings in genera...Gravatar xleroy2010-03-03
* Support Clight initializers of the form "int * x = &y;".Gravatar xleroy2009-11-01
* Cil2Csyntax: added goto and labels; added assignment between structsGravatar xleroy2009-08-16
* Conflict between extraction/CList and cil/obj/xxx/clist on case-insensitive f...Gravatar xleroy2009-01-29
* Reorganized the development, modularizing away machine-dependent parts.Gravatar xleroy2008-12-30