aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-work-up...David Monniaux2019-07-191-1/+1
|\
| * Rename option `-ffavor-branchless` into `-Obranchless`Xavier Leroy2019-07-051-1/+1
| * If-conversion optimizationXavier Leroy2019-06-061-0/+2
* | Merge branch 'if-conversion' of https://github.com/AbsInt/CompCert into mppa-...David Monniaux2019-06-031-0/+3
|\ \
| * | If-conversion optimizationXavier Leroy2019-05-311-0/+2
| |/
| * Added options -fcommon and -fno-common (#164)Bernhard Schommer2019-05-101-0/+1
* | option -faddx (off by default until questions cleared)David Monniaux2019-05-111-1/+2
* | -fcoalesce-memDavid Monniaux2019-05-031-0/+1
* | Merge branch 'mppa-xsaddr' into mppa-workDavid Monniaux2019-05-021-0/+4
|\ \
| * | command line options (still incomplete)David Monniaux2019-05-021-0/+4
* | | The scheduler selection works, but the argument is not optional yet (-fpostpa...Cyril SIX2019-04-291-1/+1
|/ /
* | -fpostpass-ilpDavid Monniaux2019-03-121-0/+1
* | Added long double = double by default on Kalray architectureCyril SIX2019-03-011-1/+1
* | -O0 will not perform postpass schedulingCyril SIX2019-01-181-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