summaryrefslogtreecommitdiff
path: root/cfrontend/PrintCsyntax.ml
Commit message (Expand)AuthorAge
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Beautify the output.Gravatar xleroy2014-02-21
* Better printing of integer literals: add U and LL suffixes when needed.Gravatar xleroy2014-01-12
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Support "default" cases in the middle of a "switch", not just at the end.Gravatar xleroy2013-12-21
* Cleaner printing of global variables.Gravatar xleroy2013-11-09
* - Recognize __builtin_fabs as an operator, not just a builtin,Gravatar xleroy2013-11-06
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Preliminary support for debugging info (-g).Gravatar xleroy2013-05-17
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Watch out for behaviors exponential in the nesting of struct/union types. Gravatar xleroy2013-03-23
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Make Clight independent of CompCert C.Gravatar xleroy2012-10-08
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* Forgot to collect types of expressionsGravatar xleroy2012-07-28
* Use Flocq for floatsGravatar xleroy2012-06-28
* Better printing of pointer values and of locations.Gravatar xleroy2012-02-29
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* Don't print external declarations for builtins.Gravatar xleroy2012-02-18
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* 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