aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/PrintClight.ml
Commit message (Expand)AuthorAgeFilesLines
* [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend...Cyril SIX2021-06-011-4/+5
* Oexpect in frontendDavid Monniaux2020-04-071-0/+1
* -dclight output: use nicer names for temporary variablesXavier Leroy2019-09-161-2/+11
* clightgen -dclight: print function parameters correctlyXavier Leroy2019-09-161-11/+30
* Pull request #192: improve the printing of Clight intermediate codeXavier Leroy2017-11-221-10/+26
* Inlined open of ASTBernhard Schommer2017-02-061-7/+6
* Introduce register pairs to describe calling conventions more preciselyXavier Leroy2016-05-171-1/+1
* Merge branch 'master' into cleanupBernhard Schommer2016-03-211-4/+4
|\
| * Merge pull request #93 from AbsInt/separate-compilationXavier Leroy2016-03-201-1/+1
| |\
| | * Add support for EF_runtime externalsXavier Leroy2016-03-061-1/+1
| * | Print floating-point numbers with more digits in debug outputsXavier Leroy2016-03-151-2/+2
| |/
* | Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-151-4/+4
* | Code cleanup.Bernhard Schommer2016-03-101-13/+9
|/
* 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