aboutsummaryrefslogtreecommitdiffstats
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for inlined built-ins.xleroy2010-06-292-13/+21
* Merging the Princeton implementation of the memory model. Separate axioms in...xleroy2010-06-281-0/+1
* More faithful semantics for volatile reads and writes.xleroy2010-05-231-1/+0
* - Extended traces so that pointers within globals are supported as event values.xleroy2010-05-101-1/+3
* Cleaned up handling of linker sections.xleroy2010-05-081-0/+2
* Options -I -D -U with a spacexleroy2010-03-301-0/+3
* Handling of volatile accesses through builtin functions.xleroy2010-03-081-1/+1
* Handling of builtins, continued.xleroy2010-03-071-1/+2
* Merge of the newmem and newextcalls branches:xleroy2010-03-071-9/+7
* Suppressed -fall-extensions option, too dangerous wrt flonglongxleroy2010-03-032-10/+1