aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
Commit message (Expand)AuthorAgeFilesLines
* helpers broke compilationDavid Monniaux2019-07-191-4/+0
* Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-work-up...David Monniaux2019-07-191-3/+7
|\
| * -O0 now implies -fno-inliningMichael Schmidt2019-07-091-1/+1
| * Update documentation of -ObranchlessXavier Leroy2019-07-051-1/+1
| * Rename option `-ffavor-branchless` into `-Obranchless`Xavier Leroy2019-07-051-3/+3
| * If-conversion optimizationXavier Leroy2019-06-061-2/+8
* | (#142) Desactivating scheduling when using -O1 optimizationCyril SIX2019-07-171-1/+3
* | Merge branch 'if-conversion' of https://github.com/AbsInt/CompCert into mppa-...David Monniaux2019-06-031-5/+17
|\ \
| * | If-conversion optimizationXavier Leroy2019-05-311-2/+8
| |/
| * Added options -fcommon and -fno-common (#164)Bernhard Schommer2019-05-101-0/+2
| * Check for alignment of command-line switches.Bernhard Schommer2019-05-101-3/+7
* | option -faddx (off by default until questions cleared)David Monniaux2019-05-111-1/+2
* | Merge remote-tracking branch 'origin/mppa-peephole' into mppa-workDavid Monniaux2019-05-031-0/+1
|\ \
| * | -fcoalesce-memDavid Monniaux2019-05-031-0/+1
* | | Renaming "dumb" scheduling into "greedy"Cyril SIX2019-05-031-1/+1
|/ /
* | Merge branch 'mppa-xsaddr' into mppa-workDavid Monniaux2019-05-021-0/+3
|\ \
| * | command line options (still incomplete)David Monniaux2019-05-021-0/+3
* | | Setting fpostpass= optionCyril SIX2019-04-301-6/+8
* | | The scheduler selection works, but the argument is not optional yet (-fpostpa...Cyril SIX2019-04-291-2/+5
|/ /
* | -fpostpass-ilpDavid Monniaux2019-03-121-1/+0
* | Merge branch 'mppa_postpass' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/Co...David Monniaux2019-03-121-0/+1
|\ \
| * | Added cascaded_scheduler but the flag does not workCyril SIX2019-03-121-2/+3
| * | Added a flag for changing the scheduler (not any choice available right now)Cyril SIX2019-03-121-0/+2
* | | -fpostpass-ilpDavid Monniaux2019-03-121-0/+2
|/ /
* / -O0 will not perform postpass schedulingCyril SIX2019-01-181-1/+3
|/
* Various improvements in the wording of diagnostics.Michael Schmidt2018-08-021-1/+1
* Added error summary in case of fatal error.Bernhard Schommer2018-02-091-1/+1
* Refactor the handling of errors and warnings (#44)Bernhard Schommer2018-02-081-26/+20
* Share code for common options.Bernhard Schommer2018-01-291-61/+16
* Move machine initialization to Frontend.init function. (#49)Bernhard Schommer2018-01-111-22/+1
* Change AsmToJson to be similar to other printers.Bernhard Schommer2018-01-051-45/+3
* Added toolchain specific option for dcc. (#47)Bernhard Schommer2018-01-051-1/+16
* Handle dcompcertc and dparsedc like all dump opts.Bernhard Schommer2018-01-041-1/+3
* Remove duplicated code. Bug 20521Bernhard Schommer2018-01-041-46/+26
* Remove all temporary files at program exit (#46)Bernhard Schommer2018-01-031-18/+6
* Export configured architecture to JSON (#38)Michael Schmidt2017-12-131-0/+6
* Inlining of static functions which are only called once. (#37)Bernhard Schommer2017-12-071-1/+4
* Remove temporary .o files after linking (#36)Xavier Leroy2017-11-271-2/+5
* Do not generate object files for linking.Bernhard Schommer2017-10-161-7/+14
* Added dump-mnemonics option.Bernhard Schommer2017-09-251-2/+12
* Take advantage of ARMv6T2/ARMv7 instructions even if not in Thumb2 mode (#203)Gergö Barany2017-09-181-3/+7
* Document -finline in help.Bernhard Schommer2017-08-241-0/+1
* Formatted json printing.Bernhard Schommer2017-06-281-8/+23
* Added a little bit more compilation info to sdump.Bernhard Schommer2017-06-261-2/+9
* RISC-V port and assorted changesXavier Leroy2017-04-281-0/+3
* Add optimization option finline.Bernhard Schommer2017-04-071-0/+1
* Added missing dltl to dall.Bernhard Schommer2017-03-081-0/+1
* Merge pull request #170 from AbsInt/remove_cminorXavier Leroy2017-02-151-65/+0
|\
| * Removed CMinor import. Bug 20992Bernhard Schommer2017-02-141-65/+0
* | Removed superfluous semicolon.Bernhard Schommer2017-02-141-1/+1
|/