aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add calculations of max_reg and state in RTLParYann Herklotz2021-01-121-0/+42
* Remove unnecessary definition of checkYann Herklotz2021-01-121-6/+4
* Add concat function to abstract_sequenceYann Herklotz2021-01-121-4/+11
* Define scheduleoracle functionYann Herklotz2021-01-121-6/+131
* Add proof of empty itemsYann Herklotz2021-01-111-0/+10
* Improve definition of forest for infinite registersYann Herklotz2021-01-111-4/+10
* Add top level semantics for forestsYann Herklotz2021-01-111-1/+19
* Add equality check for symbolic expressionsYann Herklotz2021-01-111-0/+347
* Add correct copyright notices in filesYann Herklotz2021-01-1013-0/+118
* Add comments to pipelining codeYann Herklotz2021-01-063-9/+25
* Invert logic on the variant functionYann Herklotz2020-12-301-2/+2
* Fix whitespaceYann Herklotz2020-12-176-752/+748
* Add extraction and loop pipelining stageYann Herklotz2020-12-173-3/+19
* Modify software pipelining for buildYann Herklotz2020-12-1712-247/+198
* Add Software pipelining stage by tristan et al.Yann Herklotz2020-12-1712-0/+2429
* Update Compiler proof with all optimisationsYann Herklotz2020-11-281-39/+72
* Fix build for Coq 8.12.1Yann Herklotz2020-11-268-26/+255
* Update documentation for Compiler.vYann Herklotz2020-11-261-0/+84
* More fixes to the proofYann Herklotz2020-11-141-4/+5
* [Fix #9] Fix correctness proof for OshrximmYann Herklotz2020-11-141-4/+90
* Fix compilation issueYann Herklotz2020-11-103-12/+12
* Change and add back HTLgenYann Herklotz2020-11-094-10/+33
* Update definition of VnegYann Herklotz2020-11-072-2/+2
* Finish implementation of shrx_shrx_alt_equivYann Herklotz2020-11-051-74/+133
* Comment out blockgenYann Herklotz2020-11-041-1/+2
* Quick compile fixYann Herklotz2020-11-042-2/+6
* Proven with some assumptionsYann Herklotz2020-11-041-4/+20
* Continue to prove signed_negYann Herklotz2020-11-041-1/+44
* Add to Oshrximm proofYann Herklotz2020-11-031-55/+109
* Add intextraYann Herklotz2020-11-031-0/+115
* Add RTLParYann Herklotz2020-11-021-0/+98
* Fix pretty printing bug in VerilogYann Herklotz2020-11-021-2/+2
* WIP on RTLBlock semanticsYann Herklotz2020-11-021-12/+98
* Add optimisations to outputYann Herklotz2020-11-022-15/+74
* Add flag to control if scheduling is activeYann Herklotz2020-11-011-0/+1
* Improve performance dramatically for RTLBlock generationYann Herklotz2020-10-311-17/+19
* Fix bugs in SchedulingYann Herklotz2020-10-311-3/+12
* Add tbl_to_casestatement into extractionYann Herklotz2020-10-262-11/+26
* Fix build error with ValueValYann Herklotz2020-10-261-2/+8
* Add printing of intermediate rtlblock languageYann Herklotz2020-10-233-1/+7
* Fix printing of negative numbersYann Herklotz2020-10-231-1/+5
* Fix scheduling for loads and stores with WAR dependenciesYann Herklotz2020-10-231-16/+120
* Finish implementing scheduling and add top level exportYann Herklotz2020-10-203-5/+11
* Fix bug in schedulingYann Herklotz2020-10-201-1/+1
* Add top level functions to scheduleYann Herklotz2020-10-191-49/+115
* Revert ValueInt.vYann Herklotz2020-10-181-79/+23
* Add output to schedulingYann Herklotz2020-10-181-25/+282
* Add renumbering to compiler passesYann Herklotz2020-10-181-0/+1
* More changes to HTLBlockgenYann Herklotz2020-10-151-2/+2
* Add HTLBlockgen and more schedulingYann Herklotz2020-10-153-42/+921