aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mppa-work' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCe...David Monniaux2020-04-231-2/+13
|\
| * Merge remote-tracking branch 'origin/mppa-licm' into mppa-featuresDavid Monniaux2020-04-231-2/+3
| |\
| | * CSE3 across callsDavid Monniaux2020-04-231-1/+2
| | * Merge remote-tracking branch 'origin/mppa-cse3' into mppa-licmDavid Monniaux2020-04-231-0/+1
| | |\
| | | * make tracing output optionalDavid Monniaux2020-04-231-0/+1
| * | | Merge remote-tracking branch 'origin/mppa-fast-div' into mppa-featuresDavid Monniaux2020-04-201-0/+2
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/mppa-work' into mppa-fast-divDavid Monniaux2020-04-201-2/+12
| | |\ \ \
| | * | | | added -fdiv-i32 and -fdiv-i64 optionsDavid Monniaux2019-05-291-0/+3
| * | | | | Merge remote-tracking branch 'origin/mppa-licm' into mppa-featuresDavid Monniaux2020-04-201-1/+4
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | add options for controlling madd and notrap selectionDavid Monniaux2020-04-191-1/+3
| | * | | | activate LICMDavid Monniaux2020-04-191-1/+1
| | * | | | begin adapting for LICM phaseDavid Monniaux2020-04-011-0/+1
| | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'origin/mppa-profiling' into mppa-featuresDavid Monniaux2020-04-121-0/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | reloading and exploiting seems to workDavid Monniaux2020-04-081-0/+1
| | * | | fixed a bug in support libraries; reload profiling infoDavid Monniaux2020-04-081-1/+0
| | * | | begin installing profilingDavid Monniaux2020-04-081-0/+3
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse3David Monniaux2020-03-171-1/+1
| |\| |
| * | | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse3David Monniaux2020-03-151-0/+1
| |\ \ \
| * | | | CSE3 alias analysisDavid Monniaux2020-03-141-2/+3
| * | | | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse3David Monniaux2020-03-111-2/+2
| |\ \ \ \
| * | | | | starts compiling but still fakeDavid Monniaux2020-03-101-0/+1
* | | | | | make sure phases are alignedDavid Monniaux2020-04-231-1/+1
| |_|_|/ / |/| | | |
* | | | | Desactivating branch predictions by defaultCyril SIX2020-03-171-1/+1
| |_|/ / |/| | |
* | | | 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
|/