summaryrefslogtreecommitdiff
path: root/backend/PrintCminor.ml
Commit message (Expand)AuthorAge
* - Support "switch" statements over 64-bit integersGravatar xleroy2014-08-17
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* 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
* Cminor parsing and printing (from Andrew Tolmach)Gravatar xleroy2013-10-16
* Treat casts int64 -> float32 as primitive operations instead of twoGravatar xleroy2013-07-03
* Merge of the float32 branch: Gravatar xleroy2013-05-19
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Assorted changes to reduce stack and heap requirements when compiling very bi...Gravatar xleroy2013-03-16
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Quote idents for safe re-parsingGravatar xleroy2013-01-08
* Update Cminor parser and printer so that the parser can parse the whole Cmino...Gravatar xleroy2013-01-07
* Merge of the clightgen branch:Gravatar xleroy2012-12-29
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* - Revised non-overflow constraints on memory injections so that Gravatar xleroy2012-07-23
* Use Flocq for floatsGravatar xleroy2012-06-28
* Another update from Andrew TolmachGravatar xleroy2012-03-09
* PrintCminor: printing SskipGravatar xleroy2012-03-09
* Merge of Andrew Tolmach's HASP-related changesGravatar xleroy2012-03-09
* 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
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18