aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
Commit message (Expand)AuthorAgeFilesLines
...
* New option to control the debug information build.Bernhard Schommer2015-11-041-0/+1
* Implemented the usage of DW_AT_ranges for non-contiguous address ranges.Bernhard Schommer2015-10-161-0/+1
* bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-141-1/+1
* Added flag for the renaming of static functions.Bernhard Schommer2015-05-191-0/+1
* Improvements in the StructReturn transformation (ABI conformance for passing ...Xavier Leroy2015-03-201-2/+2
* Improve performance and configurability for the StructReturn pass.Xavier Leroy2015-03-141-0/+2
* Add flags to control individual optimization passes + flag -O0 for turning th...Xavier Leroy2014-11-161-0/+3
* Moved the timing facility to a seperate file.Bernhard Schommer2014-09-291-50/+0
* Rename "-fthumb" option into "-mthumb" for GCC compatibility.xleroy2014-08-191-1/+1
* configure: distinguish between ABI and processor model.xleroy2014-07-291-2/+2
* ARM port: add support for Thumb2. To be tested.xleroy2014-07-271-0/+1
* Merge of branch linear-typing:xleroy2014-04-061-0/+51
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-0/+1
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.xleroy2014-01-121-6/+1
* More tolerance for functions declared without a prototypexleroy2013-12-281-0/+1
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-0/+1
* Merge of branch value-analysis.xleroy2013-12-201-0/+1
* Rename "-fno-sse" into "-fno-fpu" and honor it on PowerPC as well.xleroy2013-11-271-1/+1
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...xleroy2013-05-171-0/+1
* Preliminary support for debugging info (-g).xleroy2013-05-171-0/+1
* driver: removed option -flonglongxleroy2013-04-221-1/+0
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+1
* Updated PowerPC port to new integers.xleroy2013-02-121-0/+2
* Support for inline assembly (asm statements).xleroy2012-12-181-0/+1
* Generate output files in current directory; can be overriden with -o optionxleroy2012-10-081-1/+1
* Added option -falign-functionsxleroy2012-07-011-0/+1
* Merge of the newmem branch:xleroy2012-05-211-1/+2
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-281-0/+1
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsxleroy2012-03-071-1/+0
* Added command-line options -Wp,<opt> -Wa,<opt> -Wl,<opt>xleroy2012-02-291-0/+1
* Merge of the "volatile" branch:xleroy2012-02-041-3/+1
* Corrected initialization of char arrays by string literals.xleroy2011-10-171-0/+1
* Presimplification SimplVolatile: cleaned up and integrated.xleroy2011-08-181-0/+1
* Added animation of the CompCert C semantics (ccomp -interp)xleroy2011-07-281-0/+1
* cparser: support for attributes over struct and union.xleroy2011-05-121-0/+1
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).xleroy2011-05-081-0/+1
* Better emulation of long long as a struct.xleroy2010-09-041-1/+1
* Merge of branches/full-expr-4:xleroy2010-08-181-0/+8
* Suppressed -fall-extensions option, too dangerous wrt flonglongxleroy2010-03-031-3/+0
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-1/+8
* Revised handling of #pragma section and small data areasxleroy2010-01-271-0/+6
* PowerPC/EABI port: preliminary support for #pragma section andxleroy2009-11-031-0/+1
* Simplified the treatment of the PowerPC small data area; now more specific to...xleroy2009-11-021-1/+0
* Preliminary support for small data area in PowerPC port.xleroy2009-11-011-0/+1
* Reorganized the development, modularizing away machine-dependent parts.xleroy2008-12-301-0/+25