aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
Commit message (Expand)AuthorAgeFilesLines
* Handle unstructured 'switch' statements such as Duff's deviceXavier Leroy2022-10-291-0/+1
* Support the `-std=<standard>` option (#456)Xavier Leroy2022-09-231-0/+1
* Native support for bit fields (#400)Xavier Leroy2021-08-221-1/+0
* Add -main option to specify entrypoint function in interpreter mode (#374)Xavier Leroy2020-10-301-0/+1
* Rename option `-ffavor-branchless` into `-Obranchless`Xavier Leroy2019-07-051-1/+1
* If-conversion optimizationXavier Leroy2019-06-061-0/+2
* Added options -fcommon and -fno-common (#164)Bernhard Schommer2019-05-101-0/+1
* Inlining of static functions which are only called once. (#37)Bernhard Schommer2017-12-071-0/+1
* Add optimization option finline.Bernhard Schommer2017-04-071-0/+1
* Refactored debugging options.Bernhard Schommer2016-10-141-1/+1
* Remove undocumented option. Bug 20193Bernhard Schommer2016-10-141-1/+0
* Moved shared frontend code in own file.Bernhard Schommer2016-05-241-0/+2
* Added option to dump preprocessed source code.Bernhard Schommer2016-01-221-0/+1
* Revise and simplify the -fstruct-return and -fstruct-passing options.Xavier Leroy2015-12-081-3/+1
* Added now option to control debug output.Bernhard Schommer2015-11-161-1/+1
* 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