aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/PrintClight.ml
Commit message (Expand)AuthorAgeFilesLines
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-1/+1
* Fix overflows in printers for clight and csyntax.Jacques-Henri Jourdan2015-04-011-1/+1
* Represent struct and union types by name instead of by structure.Xavier Leroy2014-12-221-63/+8
* Merge of "newspilling" branch:xleroy2014-07-231-0/+4
* Better printing of integer literals: add U and LL suffixes when needed.xleroy2014-01-121-0/+4
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-5/+5
* Support "default" cases in the middle of a "switch", not just at the end.xleroy2013-12-211-11/+13
* - Recognize __builtin_fabs as an operator, not just a builtin,xleroy2013-11-061-0/+2
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+4
* Watch out for behaviors exponential in the nesting of struct/union types. xleroy2013-03-231-28/+3
* Camlcoq.ml: bug in conversion Z to stringv1.12.1xleroy2013-01-291-1/+1
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-2/+1
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-12/+13
* Make Clight independent of CompCert C.xleroy2012-10-081-1/+2
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-25/+28
* Forgot to collect types of expressionsxleroy2012-07-281-1/+3
* Use Flocq for floatsxleroy2012-06-281-1/+1
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-4/+0
* Don't print external declarations for builtins.xleroy2012-02-181-2/+4
* Merge of the "volatile" branch:xleroy2012-02-041-19/+3
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsxleroy2011-10-181-8/+8
* Merge of branches/full-expr-4:xleroy2010-08-181-0/+365