aboutsummaryrefslogtreecommitdiffstats
path: root/driver
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
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...xleroy2013-05-172-0/+3
* Preliminary support for debugging info (-g).xleroy2013-05-172-8/+13
* driver: removed option -flonglongxleroy2013-04-222-5/+2
* 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-204-43/+15
* Improving the performance of exhaustive exploration (mode -all):xleroy2013-03-091-18/+112
* Partial backtracking on previous commit: the "hole in Mach stack frame" xleroy2013-03-031-1/+2
* Revised Stacking and Asmgen passes and Mach semantics: xleroy2013-03-011-5/+0
* Updated PowerPC port to new integers.xleroy2013-02-122-1/+7
* Be more like gcc in the way we display or not the usage message.xleroy2013-02-121-8/+6
* 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-293-13/+12
* Better treatment of volatile accesses in the reference interpreter.xleroy2013-01-082-68/+83
* Update Cminor parser and printer so that the parser can parse the whole Cmino...xleroy2013-01-071-2/+2
* Put clighgen files in exportclight/xleroy2013-01-051-282/+0
* Remove some useless "Require".xleroy2012-12-301-3/+0
* Merge of the clightgen branch:xleroy2012-12-293-13/+292
* Support for inline assembly (asm statements).xleroy2012-12-182-1/+5
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-122-120/+32
* Generate output files in current directory; can be overriden with -o optionxleroy2012-10-082-34/+59
* 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
* Support for indirect symbols under MacOS X (final).xleroy2012-07-141-2/+2
* Added option -falign-functionsxleroy2012-07-012-0/+3
* Changelog: updatedxleroy2012-06-281-24/+1
* Use Flocq for floatsxleroy2012-06-281-5/+8
* Merge of the newmem branch:xleroy2012-05-214-66/+87
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-282-10/+29
* Option -randvol to expose randomization of volatiles in Interp.mlxleroy2012-03-121-0/+2
* Merge of Andrew Tolmach's HASP-related changesxleroy2012-03-091-0/+9
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsxleroy2012-03-072-3/+0
* Added command-line options -Wp,<opt> -Wa,<opt> -Wl,<opt>xleroy2012-02-292-2/+17
* Better printing of pointer values and of locations.xleroy2012-02-291-16/+38
* More aggressive common subexpression elimination (CSE) of memory loads.xleroy2012-02-231-2/+2
* Interp: help debug stuck expressionsxleroy2012-02-101-2/+48
* Merge of the "volatile" branch:xleroy2012-02-045-37/+43
* Merge of the nonstrict-ops branch:xleroy2012-01-141-6/+0
* Interp: accommodate "int main(int, char **)".xleroy2011-10-192-11/+36
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsxleroy2011-10-181-11/+14
* Corrected initialization of char arrays by string literals.xleroy2011-10-172-1/+4
* Presimplification SimplVolatile: cleaned up and integrated.xleroy2011-08-182-1/+17
* New backend pass "RRE": optimize (somewhat) redundant reloads introduced by t...xleroy2011-08-161-1/+7
* 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-284-60/+510
* Merge of branch new-semantics: revised and strengthened top-level statements ...xleroy2011-07-152-233/+250