aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Add RTLBlockInstr proofsYann Herklotz2021-11-011-0/+23
| | | |
* | | | Add Admitted theorems for existence proofsYann Herklotz2021-11-011-9/+2
| | | |
* | | | Add construction of state in semYann Herklotz2021-10-311-23/+147
|/ / /
* | | Fix compilation issues with new typesYann Herklotz2021-10-304-46/+37
| | |
* | | Make Abstr pass with admitted to check top-levelYann Herklotz2021-10-301-45/+110
| | |
* | | Add a predicate to RBsetpredYann Herklotz2021-10-303-6/+6
| | |
* | | Remove admitted from subproofYann Herklotz2021-10-291-6/+57
| | |
* | | Add intermediate step in proof of sem presYann Herklotz2021-10-272-24/+108
| | |
* | | Work more on equivalence of SATYann Herklotz2021-10-263-34/+137
| | |
* | | Continue on semantics preservation proofYann Herklotz2021-10-241-198/+178
| | |
* | | Fix if-conversion and translation with PlitYann Herklotz2021-10-242-5/+5
| | |
* | | Add type-class proofs to Predicate.vYann Herklotz2021-10-242-12/+217
| | |
* | | Add setoid typeclassYann Herklotz2021-10-211-15/+21
| | |
* | | Add work towards decidability of SAT solverYann Herklotz2021-10-216-279/+377
| | |
* | | Start to prove termination of SATYann Herklotz2021-10-203-244/+266
| | |
* | | Continuations on proof of predicatesYann Herklotz2021-10-192-127/+151
| | |
* | | [sched] Fix passes with new predicatesYann Herklotz2021-10-142-1/+3
| | |
* | | [sched] Add combination of equivalent expressionsYann Herklotz2021-10-141-10/+40
| | |
* | | [sched] Add true and false predicates to typeYann Herklotz2021-10-141-1/+23
| | |
* | | [sched] Finish det proofs of basic Abstr semanticsYann Herklotz2021-10-131-27/+44
| | |
* | | [sched] Add more proof to sem_pred_detYann Herklotz2021-10-131-1/+6
| | |
* | | [sched] Add proofs of sem_pred_detYann Herklotz2021-10-131-8/+44
| | |
* | | [sched] Add start to proof of sem_value_detYann Herklotz2021-10-121-0/+12
| | |
* | | [sched] Remove unnecessary importsYann Herklotz2021-10-121-11/+0
| | |
* | | [sched] Add more lemmas into HashTreeYann Herklotz2021-10-122-10/+37
| | |
* | | [sched] Update Abstr.v to use HashTreeYann Herklotz2021-10-121-29/+97
| | |
* | | [sched] Add HashTree.v for hashing arbitrary valuesYann Herklotz2021-10-121-0/+413
| | |
* | | Merge branch 'dev/scheduling' of git.ymhg.org:vericert into dev/schedulingYann Herklotz2021-10-129-70/+84
|\ \ \
| * | | Fix warnings for Coq 8.13.2Yann Herklotz2021-10-099-70/+84
| | | |
* | | | [sched] Small changes to definitionsYann Herklotz2021-10-121-5/+5
|/ / /
* | | End section in Abstr.vYann Herklotz2021-10-081-0/+2
| | |
* | | Add abstract intermediate language to RTLPargenYann Herklotz2021-10-081-17/+49
| | |
* | | Remove warnings of attributesYann Herklotz2021-10-083-126/+126
| | |
* | | Make HTLgenproof passYann Herklotz2021-10-081-1/+1
| | |
* | | Add proof of beq_check_correctnessYann Herklotz2021-10-081-57/+120
| | |
* | | Fix naming and remove warningsYann Herklotz2021-10-072-10/+10
| | |
* | | RTLPargen now uses Abstr as symbolic execution targetYann Herklotz2021-10-071-705/+1
| | |
* | | Update functional units to be more generalYann Herklotz2021-10-071-14/+62
| | |
* | | Add Abstr intermediate languageYann Herklotz2021-10-071-0/+749
| | |
* | | [scheduling] Fix connected components of DFGYann Herklotz2021-10-011-6/+7
| | |
* | | Improve pretty-printing and add undirected graphYann Herklotz2021-10-012-7/+23
| | |
* | | Fix equivalence checkingYann Herklotz2021-10-012-5/+2
| | | | | | | | | | | | Do not compare memories in standard operations
* | | Add printers for expressions and RTLParYann Herklotz2021-10-012-0/+114
| | |
* | | Fix compilation of new intermediate languagesYann Herklotz2021-10-014-7/+12
| | |
* | | Improve equivalence checking using SATYann Herklotz2021-10-011-15/+22
| | |
* | | Fix scheduler for operation chainingYann Herklotz2021-10-011-8/+22
| | |
* | | Make all OCaml files compileYann Herklotz2021-09-292-4/+4
| | | | | | | | | | | | Reverted commit to get back the scheduling and pretty printing files.
* | | Revert "Remove more OCaml files to compile successfully without admits."Yann Herklotz2021-09-274-0/+1084
| | | | | | | | | | | | This reverts commit 9a4122dba9bdc33a8e912d5a45bae35e05afb229.
* | | Add dependencies for Alectryon documentationYann Herklotz2021-09-272-6/+6
| | | | | | | | | | | | Update README on the status of Vericert
* | | Compile HTLPargen againYann Herklotz2021-09-242-6/+5
| | |