aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Interp.ml
Commit message (Expand)AuthorAgeFilesLines
* Merge of the "princeton" branch:xleroy2013-06-161-4/+4
* More precise and faster recovery of function name from function or fundef value.xleroy2013-06-081-2/+8
* Merge of the float32 branch: xleroy2013-05-191-0/+1
* Fixes in PowerPC portxleroy2013-04-211-0/+1
* Interp.ml: support printf of long longxleroy2013-04-201-4/+8
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+1
* Improving the performance of exhaustive exploration (mode -all):xleroy2013-03-091-18/+112
* Typo in compare_mem causing merging of different states.xleroy2013-02-021-1/+1
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-4/+2
* Better treatment of volatile accesses in the reference interpreter.xleroy2013-01-081-66/+83
* Update Cminor parser and printer so that the parser can parse the whole Cmino...xleroy2013-01-071-2/+2
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-23/+32
* Make Clight independent of CompCert C.xleroy2012-10-081-0/+2
* - Revised non-overflow constraints on memory injections so that xleroy2012-07-231-1/+1
* Changelog: updatedxleroy2012-06-281-24/+1
* Use Flocq for floatsxleroy2012-06-281-5/+8
* Merge of the newmem branch:xleroy2012-05-211-0/+8
* Better printing of pointer values and of locations.xleroy2012-02-291-16/+38
* Interp: help debug stuck expressionsxleroy2012-02-101-2/+48
* Merge of the "volatile" branch:xleroy2012-02-041-16/+20
* Interp: accommodate "int main(int, char **)".xleroy2011-10-191-5/+36
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsxleroy2011-10-181-11/+14
* Treatment of volatiles: offer the choice between random reads and treating vo...xleroy2011-08-091-2/+17
* Interp.ml: initialize PRNGxleroy2011-07-291-0/+1
* Added animation of the CompCert C semantics (ccomp -interp)xleroy2011-07-281-0/+408