aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | workaround for time issuesDavid Monniaux2020-03-201-1/+1
| | | * | fixing aarch64?David Monniaux2020-03-201-11/+13
| | | * | ia32David Monniaux2020-03-201-2/+2
| | | * | with several jobsDavid Monniaux2020-03-201-14/+8
| | | * | fix spellingDavid Monniaux2020-03-201-1/+1
| | | * | more architecturesDavid Monniaux2020-03-201-0/+77
| | | * | fix COMPILER_EDGEDavid Monniaux2020-03-201-1/+1
| | | * | fix opam config envDavid Monniaux2020-03-201-1/+2
| | | * | use later ocaml compilerDavid Monniaux2020-03-201-0/+1
| | | * | fix syntaxDavid Monniaux2020-03-201-2/+2
| | | * | fix YAML syntaxDavid Monniaux2020-03-201-2/+2
| | | * | essai d'intégration continueDavid Monniaux2020-03-201-0/+11
| | | * | proof clarificationDavid Monniaux2020-03-201-3/+5
| | | * | more understandabe proofsDavid Monniaux2020-03-201-38/+38
| | | * | progress in RA invariantsDavid Monniaux2020-03-201-23/+24
| | * | | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2David Monniaux2020-03-1127-205/+484
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2David Monniaux2020-03-031-14/+22
| | |\ \ \ \
| | * | | | | same version as in dm-cse2David Monniaux2020-03-032-24/+25
| * | | | | | Fixing heuristics too sure of themselvesCyril SIX2020-03-301-6/+15
| * | | | | | Linearize: Scheduling based on maxpc instead of dependenciesCyril SIX2020-03-251-3/+9
| * | | | | | Loop heuristic > Call heuristicCyril SIX2020-03-251-2/+3
| * | | | | | Duplicate: added another loop heuristic which should detect loop branches betterCyril SIX2020-03-241-5/+57
| * | | | | | Linearizeaux: Refining block selection in case of tieCyril SIX2020-03-241-19/+37
| * | | | | | Removing store heuristic and more fine tuning loop heuristicCyril SIX2020-03-232-5/+9
| * | | | | | Reintroducing the Chang algorithm - selecting algo based on sizeCyril SIX2020-03-201-6/+57
| * | | | | | New algo for Duplicateaux.select_traces in O(n)Cyril SIX2020-03-191-45/+30
| * | | | | | Fixing inefficient implementation of Duplicateaux.dfsCyril SIX2020-03-181-22/+20
| * | | | | | Correcting inefficiency in Duplicateaux::bfsCyril SIX2020-03-181-2/+2
| * | | | | | Adding trace printf at start of some functionsCyril SIX2020-03-181-5/+15
| * | | | | | Merge branch 'mppa-work' into mppa-branch-infoCyril SIX2020-03-1811-30/+163
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Desactivating branch predictions by defaultCyril SIX2020-03-173-9/+17
| | * | | | | DuplicateOpcodeHeuristic x86David Monniaux2020-03-171-3/+27
| | * | | | | DuplicateOpcodeHeuristic ppcDavid Monniaux2020-03-171-3/+27
| | * | | | | riscV/DuplicateOpcodeHeuristic.mlDavid Monniaux2020-03-172-4/+28
| | * | | | | DuplicateOpcodeHeuristic for ARMDavid Monniaux2020-03-171-3/+22
| | * | | | | fix for aarch64 DuplicateOpcodeHeuristic.mlDavid Monniaux2020-03-171-3/+27
| | * | | | | specify prefix with CCOMP_INSTALL_PREFIXDavid Monniaux2020-03-171-1/+6
| | * | | | | by default do not inline muchDavid Monniaux2020-03-151-1/+1
| | * | | | | more inliningDavid Monniaux2020-03-153-3/+9
| | | |_|/ / | | |/| | |
| * | | | | Fixing bug where conditions were not necessarily invertedCyril SIX2020-03-131-22/+21
| * | | | | More helpful debug info in linearizeCyril SIX2020-03-131-1/+3
| * | | | | Added prediction info in the printersCyril SIX2020-03-132-4/+6
| * | | | | Correcting a few bugs in trace selection and expansionCyril SIX2020-03-122-15/+20
| * | | | | Fixed typo in Duplicate: dfsCyril SIX2020-03-121-1/+4
| * | | | | [BROKEN] Started to change the trace selectionCyril SIX2020-03-111-54/+38
| * | | | | Adding info field for branching in RTL, LTL, XTL and all associated passesCyril SIX2020-03-1132-95/+97
| * | | | | More debug info on Linearize and DuplicateCyril SIX2020-03-112-26/+47
| |/ / / /
| * | | | Fixed stupid typo bug preventing the prediction update for the RANDOM predictorCyril SIX2020-03-111-1/+1
| * | | | Merge branch 'mppa-work' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCe...David Monniaux2020-03-117-144/+372
| |\ \ \ \
| | * | | | Linearizeaux: dumb selector when cycling dependencies are foundCyril SIX2020-03-101-4/+6