Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Squelch trailing whitespace | Larry Doolittle | 2017-04-12 | 1 | -3/+3 |
* | Fixed some "used uninitialized" warnings in opt_expr | Clifford Wolf | 2017-02-11 | 1 | -1/+2 |
* | Add optimization of (a && 1'b1) and (a || 1'b0) | Clifford Wolf | 2017-02-11 | 1 | -7/+22 |
* | Fix issue #306, "Bug in opt -full" | C-Elegans | 2017-02-10 | 1 | -1/+19 |
* | Fix indenting and log messages in code merged from opt_compare_pr | Clifford Wolf | 2017-01-31 | 1 | -102/+120 |
* | Refactor and generalize the comparision optimization | C-Elegans | 2017-01-30 | 1 | -22/+42 |
* | Do not use b.as_int() in calculation of bit set | C-Elegans | 2017-01-21 | 1 | -8/+29 |
* | Optimize compares to powers of 2 | C-Elegans | 2017-01-16 | 1 | -0/+61 |
* | Added opt_expr support for div/mod by power-of-two | Clifford Wolf | 2016-05-29 | 1 | -0/+69 |
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
* | Improvements in opt_expr | Clifford Wolf | 2016-04-21 | 1 | -12/+62 |
* | Typo fixes in opt_expr and opt_merge | Clifford Wolf | 2016-03-31 | 1 | -1/+1 |
* | Renamed opt_const to opt_expr | Clifford Wolf | 2016-03-31 | 1 | -0/+1164 |