aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Interp.ml
Commit message (Expand)AuthorAgeFilesLines
* Interpreter produces more detailed trace, including name of semantic rules used.Xavier Leroy2015-02-081-95/+61
* Represent struct and union types by name instead of by structure.Xavier Leroy2014-12-221-10/+12
* Introduce symbol environments (type Senv.t) as a restricted view on global en...Xavier Leroy2014-11-261-1/+1
* Add Genv.public_symbol operation.Xavier Leroy2014-11-241-1/+21
* Record public global definitions via field "prog_public" in AST.program.Xavier Leroy2014-11-241-1/+2
* Revised translation of '&&' and '||' to Clight.Xavier Leroy2014-10-131-1/+1
* Merge of "newspilling" branch:xleroy2014-07-231-1/+1
* Error messages were not displayed correctly if the main() function is missing...xleroy2014-03-211-5/+5
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-0/+1
* Interp.ml: in the emulation of printf(), check formats against types of argum...xleroy2014-01-121-34/+51
* Better printing of integer literals: add U and LL suffixes when needed.xleroy2014-01-121-1/+1
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-8/+5
* Revised semantics of external functions, continued:xleroy2013-11-181-22/+36
* Revised modeling of external functions and built-in functions: just axiomatizexleroy2013-11-171-20/+3
* 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