aboutsummaryrefslogtreecommitdiffstats
path: root/src/translation/HTLgenproof.v
Commit message (Collapse)AuthorAgeFilesLines
...
* | Some work on store proof.James Pollard2020-06-121-11/+38
| |
* | Rough outline of stack address proofJames Pollard2020-06-111-24/+99
| |
* | Working on proof.James Pollard2020-06-111-35/+117
|/
* Start fixing proofJames Pollard2020-06-091-94/+116
|
* Fix automation tactic for modified constructorJames Pollard2020-06-091-2/+4
|
* Start extending HTL proof to cover arrays.James Pollard2020-06-091-18/+31
|
* Finished main proof with small assumptionsYann Herklotz2020-06-041-31/+92
|
* Uncomment proofYann Herklotz2020-06-031-12/+7
|
* Add proof to final_statesYann Herklotz2020-06-021-1/+3
|
* Add proof for initial stateYann Herklotz2020-06-021-2/+20
|
* Get whole proof to compileYann Herklotz2020-06-021-14/+17
|
* Shorten the proof a bitYann Herklotz2020-06-021-41/+15
|
* Add proof for equivalence of movYann Herklotz2020-06-021-23/+93
|
* Add lemmas for preservation of globalsYann Herklotz2020-06-011-14/+45
|
* Fix compilation moving to PTreeYann Herklotz2020-05-291-11/+20
|
* Change AssocMap to Maps.PTreeYann Herklotz2020-05-291-3/+5
|
* Add more proofs and remove AdmittedYann Herklotz2020-05-271-49/+43
|
* Add top level definitionYann Herklotz2020-05-271-78/+88
|
* Finish the proof with most assumptionsYann Herklotz2020-05-211-28/+149
|
* Add proof of translation correctnessYann Herklotz2020-05-201-9/+192
| | | | Modified-by: Yann Herklotz <git@yannherklotz.com>
* Add simulation diagramYann Herklotz2020-05-081-5/+53
|
* Add match_states InductiveYann Herklotz2020-05-071-0/+29