Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typographical and grammatical errors and inconsistencies. | whitequark | 2019-01-02 | 1 | -3/+3 |
| | | | | | | | | | | | | The initial list of hits was generated with the codespell command below, and each hit was evaluated and fixed manually while taking context into consideration. DIRS="kernel/ frontends/ backends/ passes/ techlibs/" DIRS="${DIRS} libs/ezsat/ libs/subcircuit" codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint More hits were found by looking through comments and strings manually. | ||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | Added "shared nodes" feature to the subcircuit library | Clifford Wolf | 2013-03-03 | 1 | -1/+3 |
| | |||||
* | More fun with subcircuit mining | Clifford Wolf | 2013-03-02 | 1 | -6/+9 |
| | |||||
* | subcircuit library: implied allExtern for mining | Clifford Wolf | 2013-03-02 | 1 | -4/+0 |
| | |||||
* | Added frequent subcircuit miner to subcircuit library | Clifford Wolf | 2013-03-02 | 1 | -9/+34 |
| | |||||
* | Moved stand-alone libs to libs/ directory and added libs/subcircuit | Clifford Wolf | 2013-02-27 | 1 | -0/+440 |