aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* Revert "Remove more OCaml files to compile successfully without admits."Yann Herklotz2021-09-274-0/+1084
* Add dependencies for Alectryon documentationYann Herklotz2021-09-272-6/+6
* Compile HTLPargen againYann Herklotz2021-09-242-6/+5
* Fix scopingYann Herklotz2021-09-241-12/+10
* Add back top-level functionsYann Herklotz2021-09-241-40/+157
* RTLpargen passes compilation againYann Herklotz2021-09-222-10/+18
* Fix the comparison of predicated expressionsYann Herklotz2021-09-221-138/+174
* Change Inductive to recordYann Herklotz2021-09-223-18/+17
* Start adding hashing to RTLPargenYann Herklotz2021-09-202-7/+51
* Merge branch 'master' into developYann Herklotz2021-09-1812-1109/+71
|\
| * Merge remote-tracking branch 'origin/master'Yann Herklotz2021-09-171-0/+19
| |\
| | * Move license to the SoftwarePipelining directoryYann Herklotz2021-09-151-0/+19
| * | Fix compilation with new CompCert versionYann Herklotz2021-09-171-8/+8
| |/
| * Fix proofs for SATYann Herklotz2021-08-121-6/+27
| * Fix pretty printing issue in VerilogYann Herklotz2021-08-121-1/+1
| * Remove more OCaml files to compile successfully without admits.Yann Herklotz2021-07-114-1084/+0
| * Remove unnecessary files and proofsYann Herklotz2021-07-116-15/+18
| * Add legup scriptYann Herklotz2021-07-111-1/+1
| * Add docker file and some commentsYann Herklotz2021-07-091-0/+2
* | Add predicate semantics to abstractYann Herklotz2021-05-261-69/+296
* | Add predicate semantics to RTLParYann Herklotz2021-05-261-7/+8
* | Add predicate semantics to RTLBlockYann Herklotz2021-05-261-7/+8
* | Fix if-conversion pass with positivesYann Herklotz2021-05-261-1/+1
* | Change naturals to positive in predicatesYann Herklotz2021-05-262-45/+79