aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/Asmblockgenproof.v
Commit message (Expand)AuthorAgeFilesLines
* Asmblockgen prologue is now 1 basicblock (instead of 3)Cyril SIX2019-05-101-35/+45
* it compilesDavid Monniaux2019-05-011-1/+1
* translate load.xsDavid Monniaux2019-05-011-1/+1
* make_prologue à partDavid Monniaux2019-04-241-3/+3
* Merge remote-tracking branch 'origin/mppa-refactor-reviewed' into mppa-refactorCyril SIX2019-04-081-10/+10
|\
| * relecture sylvainSylvain Boulmé2019-04-051-10/+10
* | #91 Removed completely the duplicated semantics in AsmblockCyril SIX2019-04-051-2/+2
|/
* #90 Asmvliw/Asmblock refactoring attemptCyril SIX2019-04-051-14/+14
* Preuve des load/store registre registre. Reste des modifs mineures dans les p...Cyril SIX2019-04-031-3/+3
* We now generate load/store with 3 registers (ld rd rs1[rs2]), proofs admittedCyril SIX2019-04-031-451/+5
* Finition de la preuve de AsmblockgenproofCyril SIX2019-03-291-2/+5
* Avancement dans la preuve du MBjumptableCyril SIX2019-03-291-1/+21
* on avance sur la jumptableDavid Monniaux2019-03-221-3/+2
* jumptable avanceDavid Monniaux2019-03-221-1/+8
* Pseudo instruction for 32 bits division, no code generation yetCyril SIX2019-03-191-1/+2
* The parent frame pointer is now R17 instead of R14Cyril SIX2019-03-181-2/+2
* Fix minor proofCyril SIX2019-03-071-2/+14
* Added double comparisonsCyril SIX2019-03-011-0/+2
* Ajouté la négation des comparateurs singleCyril SIX2019-03-011-0/+1
* Implemented float comparisons (no branching yet, and no negation)Cyril SIX2019-03-011-0/+1
* Remove unnecessary and error prone FR constructor for pregsCyril SIX2019-02-201-3/+3
* Added indirect tailcallsCyril SIX2019-02-081-1/+24
* Adding indirect calls (icall instruction)Cyril SIX2019-01-291-1/+21
* Changed ABI to match GCC - interoperability not tested yetCyril SIX2018-11-231-18/+18
* Mise à jour vis à vis de CompCert 3.4Cyril SIX2018-11-211-0/+1
* Proved MBstore -> all instructions are provedCyril SIX2018-11-081-4/+25
* MBload provedCyril SIX2018-11-071-1/+25
* MBop provedCyril SIX2018-11-071-2/+30
* MBcond false proven (modulo change needed in Asmblockgenproof1)Cyril SIX2018-11-071-1/+27
* MBcond true proved (but a small change needs to be done to Asmblockgenproof1)Cyril SIX2018-11-061-6/+69
* Début de MBcondCyril SIX2018-11-051-0/+15
* MBreturn doneCyril SIX2018-11-051-5/+22
* Got the schema working again with the headersCyril SIX2018-11-051-30/+57
* Trying to change the proofs for the new ep. Stuck in step_simu_bblock'Cyril SIX2018-10-311-39/+68
* Setting ep to false when the basicblock has a header. MBgoto done. MBgetparam...Cyril SIX2018-10-311-45/+192
* MBtailcall proofCyril SIX2018-10-291-8/+28
* Changing exec_straight to allow all instructions (prepare for MBtailcall proof)Cyril SIX2018-10-261-25/+80
* MBbuiltin provedCyril SIX2018-10-261-427/+121
* Enlèvement de Pnop inutiles pour le PbuiltinCyril SIX2018-10-261-11/+30
* MBgetparam done!Cyril SIX2018-10-241-3/+58
* MBsetstack done!Cyril SIX2018-10-241-5/+19
* MBgetstack proof done!Cyril SIX2018-10-241-18/+9
* step_simulation_bblock is back!Cyril SIX2018-10-241-171/+76
* ajoute un axiom a virer plus tardSylvain Boulmé2018-10-231-4/+10
* Avancement dans le schéma. Blocage sur step_simu_bblock'Cyril SIX2018-10-231-72/+219
* New definition of Codestate, new matchCyril SIX2018-10-221-98/+105
* Commencé à réintroduire du "ep" qui a du sensCyril SIX2018-10-191-53/+88
* Avancement dans le cas MBgetstack du step_simu_basicCyril SIX2018-10-181-6/+58
* Squelette du step_simu_basicCyril SIX2018-10-161-20/+66
* step_simu_control with MBcall and exit=None are back onlineCyril SIX2018-10-161-44/+9