aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings for Coq 8.13.2Yann Herklotz2021-10-099-70/+84
* 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 abstractdev/ioYann 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
* | Add very top-level proofYann Herklotz2021-05-231-0/+33
* | Fix admitted in last theoremYann Herklotz2021-05-211-3/+8
* | Finish top-level of proofYann Herklotz2021-05-212-22/+23
* | Minimise the proof a bitYann Herklotz2021-05-161-18/+12
* | Finish up step_cf_instr_correct againYann Herklotz2021-05-162-19/+43
* | Fix the top-level proofs with new state_matchYann Herklotz2021-05-152-27/+164
* | Finish abstract interpretationYann Herklotz2021-05-121-75/+199
* | Fix admitted in first proof of sem. preservationYann Herklotz2021-05-101-19/+68