aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/RTLBlockInstr.v
Commit message (Expand)AuthorAgeFilesLines
* Add documentation to RTLBlockInstrYann Herklotz2021-11-111-11/+62
* Add RTLBlockInstr proofsYann Herklotz2021-11-011-0/+23
* Add a predicate to RBsetpredYann Herklotz2021-10-301-4/+4
* Add type-class proofs to Predicate.vYann Herklotz2021-10-241-8/+10
* Add work towards decidability of SAT solverYann Herklotz2021-10-211-222/+3
* Start to prove termination of SATYann Herklotz2021-10-201-6/+0
* Continuations on proof of predicatesYann Herklotz2021-10-191-29/+0
* [sched] Add true and false predicates to typeYann Herklotz2021-10-141-1/+23
* Fix naming and remove warningsYann Herklotz2021-10-071-3/+3
* RTLpargen passes compilation againYann Herklotz2021-09-221-2/+2
* Change Inductive to recordYann Herklotz2021-09-221-16/+15
* Start adding hashing to RTLPargenYann Herklotz2021-09-201-2/+2
* Merge branch 'master' into developYann Herklotz2021-09-181-10/+31
|\
| * Fix compilation with new CompCert versionYann Herklotz2021-09-171-8/+8
| * Fix proofs for SATYann Herklotz2021-08-121-6/+27
| * Remove unnecessary files and proofsYann Herklotz2021-07-111-3/+3
* | Change naturals to positive in predicatesYann Herklotz2021-05-261-44/+78
|/
* Add temporary fixes to get everything to compileYann Herklotz2021-02-121-1/+207
* Fix state generation for if-conversionYann Herklotz2021-02-031-1/+1
* Add predicated values and instructionsYann Herklotz2021-02-021-6/+15
* Add Vrange and predicatesYann Herklotz2021-02-021-19/+30
* Fix definitions of proofs some moreYann Herklotz2021-01-291-10/+0
* Refactoring RTLBlock and RTLParYann Herklotz2021-01-291-27/+132
* Add semantics for RTLBlockYann Herklotz2021-01-221-7/+1
* Add semantics for RTLBlockInstr and RTLBlockYann Herklotz2021-01-221-14/+21
* Share code between RTLBlock and ParYann Herklotz2021-01-211-0/+147