aboutsummaryrefslogtreecommitdiffstats
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revised handling of annotation statements, and more generally built-in functi...xleroy2011-06-131-34/+45
* cparser: support for attributes over struct and union.xleroy2011-05-122-1/+6
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).xleroy2011-05-083-11/+46
* Added pass CleanupLabels to remove unreferenced labels in a proved way.xleroy2011-05-081-3/+11
* Renamed Machconcr into Machsem.xleroy2011-04-091-0/+1
* Merge of branch "unsigned-offsets":xleroy2011-04-091-2/+0
* More global initialization work done and proved in Coq.xleroy2011-03-131-1/+1
* Initializers for global variables: compile-time evaluation of expressions don...xleroy2011-03-121-0/+5
* Revised signed/unsigned char handling.xleroy2011-03-101-2/+6
* Treat "char" as unsigned OR signed depending on the configuration.xleroy2011-03-091-1/+3
* Various algorithmic improvements that reduce compile times (thanks Alexandre ...xleroy2010-10-271-0/+1
* Simplified stdlib wrapper; use it only under MacOS Xxleroy2010-09-041-10/+21
* Better emulation of long long as a struct.xleroy2010-09-041-1/+1
* Merge of the reuse-temps branch:xleroy2010-09-021-2/+2
* Renamed C2Clight into C2Cxleroy2010-08-181-2/+2
* Merge of branches/full-expr-4:xleroy2010-08-184-104/+233