aboutsummaryrefslogtreecommitdiffstats
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-032-79/+60
* Revised handling of #pragma section and small data areasxleroy2010-01-272-79/+85
* PowerPC/EABI port: preliminary support for #pragma section andxleroy2009-11-032-6/+19
* Simplified the treatment of the PowerPC small data area; now more specific to...xleroy2009-11-022-6/+0
* Preliminary support for small data area in PowerPC port.xleroy2009-11-012-0/+6
* No '\n' in Coq strings...xleroy2009-08-181-1/+3
* Distinguish two kinds of nonterminating behaviors: silent divergencexleroy2009-08-161-537/+39
* Added 'going wrong' behaviorsxleroy2009-08-052-81/+110
* Adapted to work with Coq 8.2-1v1.4.1xleroy2009-06-052-8/+8
* Added tail call optimization passxleroy2009-03-261-2/+9
* - Added alignment constraints to memory loads and stores.xleroy2009-01-111-20/+0
* Reorganized the development, modularizing away machine-dependent parts.xleroy2008-12-304-0/+1330