aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c
Commit message (Expand)AuthorAgeFilesLines
...
* Added useful operators for the control flow instructionsCyril SIX2019-02-201-3/+74
* Problème résolu en prenant les noms de resources comme étant des PosCyril SIX2019-02-201-4/+14
* Stuck at module IDTCyril SIX2019-02-201-1/+10
* Finished specialization of the Abstractbb languageCyril SIX2019-02-201-89/+253
* WIP sur Asmblockdeps.vCyril SIX2019-02-201-0/+168
* [BROKEN] trying to generalize Sylvain's abstract bb to include a genv.Cyril SIX2019-02-207-87/+133
* use a Pfsd (store double) and not a Pfss (store single) for storing doublesDavid Monniaux2019-02-181-1/+1
* reversed the register allocation ordering between float and int registers, to...David Monniaux2019-02-181-2/+2
* Rajout d'opérateurs flottants, travail sur les tests --> à continuerCyril SIX2019-02-155-114/+169
* FIX axiom to be realized issueCyril SIX2019-02-152-2/+35
* Generalizing state' in PostpassSchedulingCyril SIX2019-02-141-32/+23
* More lemmas in PostpassSchedulingCyril SIX2019-02-141-6/+26
* Some more lemma proving in PostpassSchedulingCyril SIX2019-02-141-10/+73
* Proving verify_schedule_correct with axiomsCyril SIX2019-02-142-17/+132
* Merge branch 'mppa_postpass' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/Co...David Monniaux2019-02-1332-117/+5049
|\
| * Added AbstractBasicBlock files to the Coq build processCyril SIX2019-02-1325-0/+4692
| * Added Olongoffloat, Ofloatoflong and doubleconv testCyril SIX2019-02-125-3/+25
| * Added Ointofsingle + floatconv unit testCyril SIX2019-02-126-6/+17
| * Added OsingleofintCyril SIX2019-02-126-16/+28
| * Added Pmakefs and Pmakef to the schedulerCyril SIX2019-02-121-3/+9
| * Added Ofloatconst and Osingleconst (not integrated in scheduler yet)Cyril SIX2019-02-125-10/+53
| * Minor refactorizationCyril SIX2019-02-122-12/+12
| * Proof of axiom verified_schedule_headerCyril SIX2019-02-122-59/+133
| * Proving the axiom verified_schedule_single_instCyril SIX2019-02-122-5/+35
| * Proving verified_schedule_size axiomCyril SIX2019-02-112-16/+58
* | We have one example that exceeds a total latency of 5000, better simply not c...David Monniaux2019-02-131-1/+1
|/
* Fix for immediate size miscomputation in postpass oracle.Cyril SIX2019-02-081-12/+11
* Added indirect tailcallsCyril SIX2019-02-086-6/+38
* OshrxlimmCyril SIX2019-02-082-17/+24
* Un peu de refactorisationCyril SIX2019-02-072-82/+67
* Removing the low_half axiomCyril SIX2019-02-054-53/+46
* Fix pour le register allocationCyril SIX2019-02-051-2/+2
* Merge branch 'mppa_postpass' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/Co...David Monniaux2019-02-041-22/+152
|\
| * Preuves (en dehors du verified_schedule) terminées dans PostpassSchedulingproofCyril SIX2019-02-041-6/+44
| * Proof of transf_exec_control \o/Cyril SIX2019-02-041-2/+5
| * Proof of label_pos related things in PostpassSchedulingproofCyril SIX2019-02-041-15/+104
* | commentDavid Monniaux2019-02-021-0/+1
|/
* new version of the scheduler, interface to GurobiDavid Monniaux2019-02-012-37/+96
* Merge branch 'mppa_postpass' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/Co...David Monniaux2019-02-011-10/+137
|\
| * Encore de la tuyauterieCyril SIX2019-02-011-1/+91
| * Proof of transf_blocks_verifiedCyril SIX2019-02-011-9/+46
* | Ugly hack to get at the k1c standard library stdin/stdout/stderrDavid Monniaux2019-02-011-1/+6
|/
* implemented builtin memcpyDavid Monniaux2019-02-014-98/+56
* Décomposition de transf_find_bblock en lemmesCyril SIX2019-01-311-1/+22
* Adding a "check_size" in concat2Cyril SIX2019-01-311-13/+30
* idee de refactoringSylvain Boulmé2019-01-311-24/+54
* Rajouté des erreurs plus explicites dans Asmblockgen.vCyril SIX2019-01-301-13/+57
* synchronized with David's scheduling workDavid Monniaux2019-01-302-37/+249
* give meaningful "unhandled instr" messagesDavid Monniaux2019-01-291-11/+7
* Adding indirect calls (icall instruction)Cyril SIX2019-01-296-7/+36