aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
Commit message (Expand)AuthorAgeFilesLines
* by default do not inline muchDavid Monniaux2020-03-151-1/+1
* more inliningDavid Monniaux2020-03-151-0/+1
* [BROKEN] Replacing the boolean -fduplicate option by an integerCyril SIX2020-03-091-2/+2
* Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2David Monniaux2020-02-141-0/+1
|\
| * Added option -ftracelinearize which linearizes based on ifnot branchesCyril SIX2020-02-121-0/+1
* | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2David Monniaux2020-02-061-0/+2
|\|
| * Added flag to desactivate condition inversionCyril SIX2020-02-031-0/+1
| * Tail duplication optimization defaulting to offCyril SIX2020-01-271-1/+1
| * Added a flag to desactivate tail duplicationCyril SIX2020-01-271-0/+1
* | Merge branch 'dm-cse2' of /home/monniaux/progs/CompCert into mppa-cs2David Monniaux2020-01-281-0/+1
|\ \ | |/ |/|
| * connected (just a silly problem)David Monniaux2020-01-281-0/+1
* | connect forward-moves to compilerDavid Monniaux2020-01-081-1/+2
* | -fall-loads-nontrapDavid Monniaux2019-09-091-0/+1
* | 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