aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
Commit message (Expand)AuthorAgeFilesLines
* driver: removed option -flonglongxleroy2013-04-221-4/+2
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-1/+4
* Updated PowerPC port to new integers.xleroy2013-02-121-1/+5
* Be more like gcc in the way we display or not the usage message.xleroy2013-02-121-8/+6
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-3/+4
* Better treatment of volatile accesses in the reference interpreter.xleroy2013-01-081-2/+0
* Merge of the clightgen branch:xleroy2012-12-291-9/+1
* Support for inline assembly (asm statements).xleroy2012-12-181-1/+4
* Generate output files in current directory; can be overriden with -o optionxleroy2012-10-081-33/+58
* Support for indirect symbols under MacOS X (final).xleroy2012-07-141-2/+2
* Added option -falign-functionsxleroy2012-07-011-0/+2
* Merge of the newmem branch:xleroy2012-05-211-4/+7
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-281-10/+28
* 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-071-2/+0
* Added command-line options -Wp,<opt> -Wa,<opt> -Wl,<opt>xleroy2012-02-291-2/+16
* Merge of the "volatile" branch:xleroy2012-02-041-12/+5
* Interp: accommodate "int main(int, char **)".xleroy2011-10-191-6/+0
* Corrected initialization of char arrays by string literals.xleroy2011-10-171-1/+3
* Presimplification SimplVolatile: cleaned up and integrated.xleroy2011-08-181-1/+16
* Added animation of the CompCert C semantics (ccomp -interp)xleroy2011-07-281-56/+96
* cparser: support for attributes over struct and union.xleroy2011-05-121-1/+5
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).xleroy2011-05-081-8/+41
* 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
* 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-181-8/+24
* 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
* Suppressed -fall-extensions option, too dangerous wrt flonglongxleroy2010-03-031-7/+1
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-78/+52
* Revised handling of #pragma section and small data areasxleroy2010-01-271-79/+79
* PowerPC/EABI port: preliminary support for #pragma section andxleroy2009-11-031-6/+18
* Simplified the treatment of the PowerPC small data area; now more specific to...xleroy2009-11-021-5/+0
* Preliminary support for small data area in PowerPC port.xleroy2009-11-011-0/+5
* No '\n' in Coq strings...xleroy2009-08-181-1/+3
* Reorganized the development, modularizing away machine-dependent parts.xleroy2008-12-301-0/+352