aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintCminor.ml
Commit message (Expand)AuthorAgeFilesLines
* [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend...Cyril SIX2021-06-011-4/+5
* start implementing expect as exprDavid Monniaux2020-04-071-0/+2
* Cosmetic: in OCaml code, write "open! Module" instead of "open !Module"Xavier Leroy2020-02-211-1/+1
* Refine the type of function results in AST.signatureXavier Leroy2020-02-211-3/+1
* Compatibility with OCaml 4.08 (#302)Xavier Leroy2019-07-081-1/+1
* Print size argument of Init_space as Z not as int32Xavier Leroy2018-03-131-1/+1
* Distinguish between long and int for cases.Bernhard Schommer2017-10-131-7/+7
* Merge branch 'master' into cleanupBernhard Schommer2016-03-211-4/+4
|\
| * Print floating-point numbers with more digits in debug outputsXavier Leroy2016-03-151-4/+4
* | Code cleanup.Bernhard Schommer2016-03-101-2/+1
|/
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-6/+6
* - Support "switch" statements over 64-bit integersxleroy2014-08-171-4/+7
* Merge of "newspilling" branch:xleroy2014-07-231-3/+21
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-6/+7
* Support "default" cases in the middle of a "switch", not just at the end.xleroy2013-12-211-1/+1
* Cminor parsing and printing (from Andrew Tolmach)xleroy2013-10-161-8/+21
* Treat casts int64 -> float32 as primitive operations instead of twoxleroy2013-07-031-0/+2
* Merge of the float32 branch: xleroy2013-05-191-0/+1
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-7/+35
* Assorted changes to reduce stack and heap requirements when compiling very bi...xleroy2013-03-161-1/+1
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-5/+4
* Quote idents for safe re-parsingxleroy2013-01-081-1/+1
* Update Cminor parser and printer so that the parser can parse the whole Cmino...xleroy2013-01-071-12/+2
* Merge of the clightgen branch:xleroy2012-12-291-6/+2
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-13/+10
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-5/+0
* - Revised non-overflow constraints on memory injections so that xleroy2012-07-231-0/+1
* Use Flocq for floatsxleroy2012-06-281-3/+3
* Another update from Andrew Tolmachxleroy2012-03-091-1/+1
* PrintCminor: printing Sskipxleroy2012-03-091-1/+1
* Merge of Andrew Tolmach's HASP-related changesxleroy2012-03-091-6/+41
* Merge of the "volatile" branch:xleroy2012-02-041-0/+11
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsxleroy2011-10-181-2/+2
* Merge of branches/full-expr-4:xleroy2010-08-181-0/+285