aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/mppa-work' into mppa-fast-divDavid Monniaux2020-04-201-10/+46
|\
| * Desactivating branch predictions by defaultCyril SIX2020-03-171-1/+5
| * more inliningDavid Monniaux2020-03-151-0/+2
| * Fixing buildCyril SIX2020-03-101-1/+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/+3
| |\
| | * Added option -ftracelinearize which linearizes based on ifnot branchesCyril SIX2020-02-121-0/+3
| * | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2David Monniaux2020-02-061-1/+6
| |\|
| | * Added flag to desactivate condition inversionCyril SIX2020-02-031-0/+3
| | * Tail duplication optimization defaulting to offCyril SIX2020-01-271-1/+0
| | * Added a flag to desactivate tail duplicationCyril SIX2020-01-271-1/+4
| * | Merge branch 'dm-cse2' of /home/monniaux/progs/CompCert into mppa-cs2David Monniaux2020-01-281-2/+6
| |\ \ | | |/ | |/|
| | * connected (just a silly problem)David Monniaux2020-01-281-2/+5
| * | Added description for forward movesCyril SIX2020-01-171-0/+1
| * | connect forward-moves to compilerDavid Monniaux2020-01-081-0/+1
| * | -fall-loads-nontrapDavid Monniaux2019-09-091-0/+1
| * | 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
* | | added -fdiv-i32 and -fdiv-i64 optionsDavid Monniaux2019-05-291-3/+9
|/ /
* | 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