summaryrefslogtreecommitdiff
path: root/cfrontend/Cil2Csyntax.ml
Commit message (Expand)AuthorAge
* 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
* Stronger constant folding, esp. w.r.t. floatsGravatar xleroy2009-08-21
* Cil2Csyntax: added goto and labels; added assignment between structsGravatar xleroy2009-08-16
* 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
* Reorganized the development, modularizing away machine-dependent parts.Gravatar xleroy2008-12-30