aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/HTLgenproof.v
Commit message (Collapse)AuthorAgeFilesLines
* Add explanations for axiomsMichalis Pardalos2021-05-181-11/+13
|
* Add axiom that only the main contains storesMichalis Pardalos2021-05-181-4/+10
| | | | | This is true due to the inlining pass. It should be checked in the translation and be added in the translation spec.
* Qed on top-level correctness lemmaMichalis Pardalos2021-05-181-2/+2
|
* Update lemmata broken by changes to semanticsMichalis Pardalos2021-05-181-42/+35
| | | | | | * Removed calls to match_externctrl_tac. Carried forward without need for the tactic * Admitted match_frames goals. They should be easy enough to fix
* Get Icall translation lemma *statement* passingMichalis Pardalos2021-05-181-15/+17
|
* Add "internal calls only" into translation specMichalis Pardalos2021-05-181-50/+64
| | | | | | | Necessary, as external calls are present in RTL, but we should not translate them. This will need to be added as a check into the HTL translation. Admitted in HTLgenspec for now.
* Get Ireturn proof to pass againMichalis Pardalos2021-05-181-11/+8
|
* Callstate proof with holes regarding stackMichalis Pardalos2021-05-181-129/+97
|
* Complete Returnstate proofsMichalis Pardalos2021-05-181-19/+3
|
* Complete Returnstate proofsMichalis Pardalos2021-05-171-78/+165
|
* Elaborate how stackframes match (match_frames)Michalis Pardalos2021-05-171-3/+29
|
* Add module idents to the semanticsMichalis Pardalos2021-05-171-21/+23
| | | | Necessary because they are used as pointers in externctrl
* Most of Ireturn proofMichalis Pardalos2021-05-161-5/+54
|
* Update HTL proof for resource sharing (WIP)Michalis Pardalos2021-05-141-241/+304
|
* Get HTLgenproof passing again (with admits)Michalis Pardalos2021-05-131-230/+172
|
* Remove "active_call" from HTL semanticsMichalis Pardalos2021-05-131-16/+16
| | | | | added previously to support the fork/wait/join HTL instructions which have since been removed
* Tie all modules' clock to mainMichalis Pardalos2021-04-301-6/+7
|
* Get HTLgenproof to compileMichalis Pardalos2021-04-201-193/+193
|
* Fix up rest of HTLgenproofMichalis Pardalos2021-04-091-62/+46
|
* Get HTLgenproof to compileMichalis Pardalos2021-04-081-87/+89
|
* Make top-level theorems passYann Herklotz2021-02-161-5/+7
|
* Merge branch 'michalis' of https://github.com/mpardalos/vericert into ↵Yann Herklotz2021-02-161-22/+27
| | | | michalis-merge
* Add match_states for RTLPargen proofYann Herklotz2021-01-221-4/+18
|
* Add correct copyright notices in filesYann Herklotz2021-01-101-0/+1
|
* More fixes to the proofYann Herklotz2020-11-141-4/+5
|
* [Fix #9] Fix correctness proof for OshrximmYann Herklotz2020-11-141-4/+90
| | | | This removes all the admitted.
* Fix compilation issueYann Herklotz2020-11-101-5/+5
|
* Change and add back HTLgenYann Herklotz2020-11-091-1/+24
|
* Add RTLBlock intermediate languageYann Herklotz2020-08-301-0/+2683