aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-011-2/+2
* | | 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-271-2/+2
* | | Compile HTLPargen againYann Herklotz2021-09-241-4/+3
* | | 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-189-1103/+44
|\ \ \
| * | | 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-114-9/+12
| * | | Add legup scriptYann Herklotz2021-07-111-1/+1
* | | | 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
* | | | 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
* | | | Finish correctness of semantics wrt. RTBlockYann Herklotz2021-05-061-84/+327
* | | | Add admitted proof of translations in RTLPargenYann Herklotz2021-05-031-27/+177
|/ / /
* | | Clean up Memorygen fileYann Herklotz2021-04-071-219/+1
* | | No admitted theorems in Memorygen proof (~‾▿‾)~Yann Herklotz2021-04-071-76/+99
* | | Basically done with proofYann Herklotz2021-04-076-18/+62