summaryrefslogtreecommitdiff
path: root/driver/Interp.ml
Commit message (Expand)AuthorAge
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Error messages were not displayed correctly if the main() function is missing...Gravatar xleroy2014-03-21
* Add option -Os to optimize for code size rather than for execution speed.Gravatar xleroy2014-02-19
* Interp.ml: in the emulation of printf(), check formats against types of argum...Gravatar xleroy2014-01-12
* Better printing of integer literals: add U and LL suffixes when needed.Gravatar xleroy2014-01-12
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Revised semantics of external functions, continued:Gravatar xleroy2013-11-18
* Revised modeling of external functions and built-in functions: just axiomatizeGravatar xleroy2013-11-17
* Merge of the "princeton" branch:Gravatar xleroy2013-06-16
* More precise and faster recovery of function name from function or fundef value.Gravatar xleroy2013-06-08
* Merge of the float32 branch: Gravatar xleroy2013-05-19
* Fixes in PowerPC portGravatar xleroy2013-04-21
* Interp.ml: support printf of long longGravatar xleroy2013-04-20
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Improving the performance of exhaustive exploration (mode -all):Gravatar xleroy2013-03-09
* Typo in compare_mem causing merging of different states.Gravatar xleroy2013-02-02
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Better treatment of volatile accesses in the reference interpreter.Gravatar xleroy2013-01-08
* Update Cminor parser and printer so that the parser can parse the whole Cmino...Gravatar xleroy2013-01-07
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Make Clight independent of CompCert C.Gravatar xleroy2012-10-08
* - Revised non-overflow constraints on memory injections so that Gravatar xleroy2012-07-23
* Changelog: updatedGravatar xleroy2012-06-28
* Use Flocq for floatsGravatar xleroy2012-06-28
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* Better printing of pointer values and of locations.Gravatar xleroy2012-02-29
* Interp: help debug stuck expressionsGravatar xleroy2012-02-10
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Interp: accommodate "int main(int, char **)".Gravatar xleroy2011-10-19
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsGravatar xleroy2011-10-18
* Treatment of volatiles: offer the choice between random reads and treating vo...Gravatar xleroy2011-08-09
* Interp.ml: initialize PRNGGravatar xleroy2011-07-29
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28