aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into dwarfBernhard Schommer2015-01-121-21/+33
|\
| * PR#16: give option rules precedence over file pattern rules.Xavier Leroy2015-01-031-22/+33
| * PR#14: recognize ".so" arguments as files to pass to the linker.Xavier Leroy2015-01-021-1/+2
* | Renamed the printer module for the Abbreviations and deactivated adding the -...Bernhard Schommer2014-12-021-1/+1
|/
* Verification of the Unusedglob pass (removal of unreferenced static global de...Xavier Leroy2014-11-241-1/+1
* Add flags to control individual optimization passes + flag -O0 for turning th...Xavier Leroy2014-11-161-12/+29
* Revised parsing of command-line arguments (in preparation for adding more).Xavier Leroy2014-11-161-118/+104
* Removed environment variable for the stdlib_path and added a new variable for...Bernhard Schommer2014-10-061-5/+1
* Moved the timing facility to a seperate file.Bernhard Schommer2014-09-291-0/+1
* Rename "-fthumb" option into "-mthumb" for GCC compatibility.xleroy2014-08-191-4/+8
* Nicer reporting of I/O errors (e.g. "No such file").xleroy2014-08-131-23/+26
* PowerPC port: refactored the expansion of built-in functions andxleroy2014-07-281-2/+3
* ARM port: add support for Thumb2. To be tested.xleroy2014-07-271-0/+2
* Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove...xleroy2014-04-091-1/+1
* Merge of branch linear-typing:xleroy2014-04-061-0/+2
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-0/+4
* Recognize .i and .p source files as C sources not to be preprocessed.xleroy2014-02-051-3/+31
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.xleroy2014-01-121-20/+9
* More tolerance for functions declared without a prototypexleroy2013-12-281-3/+5
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-2/+0
* Revised parsing of command-line options, more GCC-like.xleroy2013-12-211-21/+44
* Merge of branch value-analysis.xleroy2013-12-201-0/+3
* Rename "-fno-sse" into "-fno-fpu" and honor it on PowerPC as well.xleroy2013-11-271-2/+3
* Compile in debug mode and activate stack backtraces.xleroy2013-07-071-0/+1
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...xleroy2013-05-171-0/+2
* Preliminary support for debugging info (-g).xleroy2013-05-171-8/+12
* 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