aboutsummaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* forgot a fileDavid Monniaux2020-04-081-0/+224
* Merge remote-tracking branch 'origin/mppa-work' into mppa-profilingDavid Monniaux2020-04-082-156/+151
|\
| * Some cleaning on Linearize and DuplicateCyril SIX2020-04-082-95/+118
| * Duplicate: Common rtl_successors functionCyril SIX2020-04-081-61/+33
* | fixDavid Monniaux2020-04-081-3/+3
* | rm commented-out stuffDavid Monniaux2020-04-081-86/+0
* | last QedDavid Monniaux2020-04-081-5/+139
* | progress in proofsDavid Monniaux2020-04-081-1/+71
* | progress in proofsDavid Monniaux2020-04-081-0/+66
* | progress in proofsDavid Monniaux2020-04-081-0/+90
* | progress in proofsDavid Monniaux2020-04-081-4/+9
* | progress in proofsDavid Monniaux2020-04-081-3/+21
* | progress in proofsDavid Monniaux2020-04-081-2/+8
* | progress in proofsDavid Monniaux2020-04-081-1/+6
* | progress in proofsDavid Monniaux2020-04-081-3/+23
* | progress in proofsDavid Monniaux2020-04-081-3/+25
* | progress in proofsDavid Monniaux2020-04-081-0/+24
* | progress in proofsDavid Monniaux2020-04-081-16/+25
* | progress in proofsDavid Monniaux2020-04-081-1/+78
* | reloading and exploiting seems to workDavid Monniaux2020-04-082-1/+37
* | fixed a bug in support libraries; reload profiling infoDavid Monniaux2020-04-081-5/+39
* | print hashesDavid Monniaux2020-04-082-8/+20
* | installed Profiling (not finished)David Monniaux2020-04-083-12/+246
* | begin installing profilingDavid Monniaux2020-04-082-45/+54
* | begin profiling stuffDavid Monniaux2020-04-081-0/+57
* | added EF_profilingDavid Monniaux2020-04-082-1/+2
|/
* Changing best_predecessor_of to not take None predictionsCyril SIX2020-04-031-4/+15
* Fixing loop heuristicCyril SIX2020-04-021-15/+34
* Stopping traces at join pointsCyril SIX2020-04-011-2/+25
* Merge remote-tracking branch 'origin/mppa-work' into mppa-branch-infoCyril SIX2020-04-011-25/+25
|\
| * forgot an 'Admitted'David Monniaux2020-03-311-1/+1
| * Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2David Monniaux2020-03-312-10/+17
| |\
| * \ Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2David Monniaux2020-03-115-128/+366
| |\ \
| * | | same version as in dm-cse2David Monniaux2020-03-031-24/+24
* | | | 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-182-11/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Desactivating branch predictions by defaultCyril SIX2020-03-171-7/+11
| * | | more inliningDavid Monniaux2020-03-151-3/+6
| | |/ | |/|
* | | Fixing bug where conditions were not necessarily invertedCyril SIX2020-03-131-22/+21
* | | More helpful debug info in linearizeCyril SIX2020-03-131-1/+3