aboutsummaryrefslogtreecommitdiffstats
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | begin scripting the Compiler.v fileDavid Monniaux2020-04-211-36/+1
| | * | | | Merge remote-tracking branch 'origin/mppa-fast-div' into mppa-featuresDavid Monniaux2020-04-202-0/+8
| | |\ \ \ \
| | | * \ \ \ Merge remote-tracking branch 'origin/mppa-work' into mppa-fast-divDavid Monniaux2020-04-2010-69/+193
| | | |\ \ \ \
| | | * | | | | added -fdiv-i32 and -fdiv-i64 optionsDavid Monniaux2019-05-292-3/+12
| | * | | | | | Merge remote-tracking branch 'origin/mppa-licm' into mppa-featuresDavid Monniaux2020-04-204-23/+60
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | * | | | | add options for controlling madd and notrap selectionDavid Monniaux2020-04-193-1/+8
| | | * | | | | activate LICMDavid Monniaux2020-04-191-1/+1
| | | * | | | | reordering passesDavid Monniaux2020-04-011-8/+8
| | | * | | | | fix Compiler.vDavid Monniaux2020-04-011-12/+16
| | | * | | | | attempt at compilingDavid Monniaux2020-04-011-12/+24
| | | * | | | | begin adapting for LICM phaseDavid Monniaux2020-04-013-0/+6
| | | * | | | | Merge remote-tracking branch 'origin/mppa-work' into mppa-licmDavid Monniaux2020-04-012-7/+6
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | * | | | | nop insertion at entrypointDavid Monniaux2020-03-291-15/+23
| | * | | | | | Merge remote-tracking branch 'origin/mppa-profiling' into mppa-featuresDavid Monniaux2020-04-124-15/+48
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | -fbranch-probabilitiesDavid Monniaux2020-04-081-1/+2
| | | * | | | | reloading and exploiting seems to workDavid Monniaux2020-04-084-13/+28
| | | * | | | | fixed a bug in support libraries; reload profiling infoDavid Monniaux2020-04-082-1/+1
| | | * | | | | installed Profiling (not finished)David Monniaux2020-04-081-12/+21
| | | * | | | | begin installing profilingDavid Monniaux2020-04-083-1/+9
| | | | |/ / / | | | |/| | |
| | * | | | | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse3David Monniaux2020-04-012-7/+6
| | |\| | | | | | | |/ / / | | |/| | |
| | * | | | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse3David Monniaux2020-03-172-2/+6
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/mppa-work' into mppa-cse3David Monniaux2020-03-152-0/+3
| | |\ \ \ \ \
| | * | | | | | CSE3 alias analysisDavid Monniaux2020-03-143-4/+10
| | * | | | | | typing and store stuffDavid Monniaux2020-03-121-3/+3
| | * | | | | | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse3David Monniaux2020-03-113-10/+10
| | |\ \ \ \ \ \
| | * | | | | | | -fcse3 command line optionDavid Monniaux2020-03-101-1/+3
| | * | | | | | | starts compiling but still fakeDavid Monniaux2020-03-103-9/+21
| | * | | | | | | CSE3 generate lists of killableDavid Monniaux2020-03-051-1/+1
| | * | | | | | | streamlined lattice codeDavid Monniaux2020-03-051-0/+1
| * | | | | | | | make sure phases are alignedDavid Monniaux2020-04-231-1/+1
| * | | | | | | | simpl -> cbnDavid Monniaux2020-04-221-19/+20
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Branching stub schedulerCyril SIX2020-05-281-5/+11
* | | | | | | | RTL -> RTLpath -> RTLCyril SIX2020-05-201-2/+16
|/ / / / / / /
* | | | / / / -fduplicate -1 really desactivates the pass in Coq nowCyril SIX2020-04-012-7/+6
| |_|_|/ / / |/| | | | |
* | | | | | Desactivating branch predictions by defaultCyril SIX2020-03-172-2/+6
| |_|/ / / |/| | | |
* | | | | by default do not inline muchDavid Monniaux2020-03-151-1/+1
* | | | | more inliningDavid Monniaux2020-03-152-0/+3
| |/ / / |/| | |
* | | | Fixing buildCyril SIX2020-03-101-1/+1
* | | | [BROKEN] Replacing the boolean -fduplicate option by an integerCyril SIX2020-03-093-9/+9
|/ / /
* | | Merge branch 'mppa-cse2' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCe...David Monniaux2020-03-036-37/+138
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2David Monniaux2020-02-142-0/+4
| |\ \ \
| | * | | Added option -ftracelinearize which linearizes based on ifnot branchesCyril SIX2020-02-122-0/+4
| * | | | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2David Monniaux2020-02-064-6/+18
| |\| | |
| | * | | Added flag to desactivate condition inversionCyril SIX2020-02-032-0/+4
| | * | | Tail duplication optimization defaulting to offCyril SIX2020-01-272-2/+1
| | * | | Added a flag to desactivate tail duplicationCyril SIX2020-01-274-6/+15
| * | | | Merge branch 'dm-cse2' of /home/monniaux/progs/CompCert into mppa-cs2David Monniaux2020-01-284-11/+28
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Added description for forward movesCyril SIX2020-01-171-0/+1
| * | | | connect forward-moves to compilerDavid Monniaux2020-01-084-6/+20
| * | | | finish mergeDavid Monniaux2019-12-021-31/+19