aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix benchmarks to make them compileYann Herklotz2020-11-102-9/+16
| * | adding flagNadesh Ramanathan2020-11-101-1/+1
| |/
| * error messagingNadesh Ramanathan2020-11-091-6/+6
| * added some checksNadesh Ramanathan2020-11-091-0/+17
| * a script to execute polybench on vericertNadesh Ramanathan2020-11-092-0/+53
| * Fix Makefile for verilog backendYann Herklotz2020-11-094-7/+8
| * Add small changes to durbin and adpcmYann Herklotz2020-11-092-64/+99
| * Fix pretty printing bug in VerilogYann Herklotz2020-11-091-2/+2
| * Fix printing of negative numbersYann Herklotz2020-11-091-1/+5
* | Fix benchmarks to make them compileYann Herklotz2020-11-102-9/+16
* | Fix compilation issueYann Herklotz2020-11-103-12/+12
* | Change and add back HTLgenYann Herklotz2020-11-095-16/+66
* | Update definition of VnegYann Herklotz2020-11-072-2/+2
* | Add hls include fileYann Herklotz2020-11-071-0/+45
* | 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
* | Add small changes to durbin and adpcmYann Herklotz2020-11-042-64/+99
* | 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-023-16/+78
* | Add flag to control if scheduling is activeYann Herklotz2020-11-012-2/+8
* | 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-234-1/+11
* | Fix printing of negative numbersYann Herklotz2020-10-231-1/+5
* | Fix scheduling for loads and stores with WAR dependenciesYann Herklotz2020-10-231-16/+120
* | Improve test scriptYann Herklotz2020-10-232-5/+9
* | Finish implementing scheduling and add top level exportYann Herklotz2020-10-204-6/+12
* | 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
* | Add scheduling to driverYann Herklotz2020-10-181-2/+2
* | More changes to HTLBlockgenYann Herklotz2020-10-151-2/+2
* | Add HTLBlockgen and more schedulingYann Herklotz2020-10-159-45/+1041
* | Update CompCert dependencyYann Herklotz2020-10-061-0/+0
* | Add long and bool support to valueYann Herklotz2020-10-061-23/+79
* | Fix Makefile for verilog backendYann Herklotz2020-10-034-6/+6
* | Fix compilationYann Herklotz2020-09-283-10/+11
* | Add fixes to run scheduling on compilationYann Herklotz2020-09-033-3/+17
* | Scheduling added to partitioningYann Herklotz2020-09-031-3/+2