| Age | Commit message (Expand) | Author |
| 2015-05-18 | First pass at a Verilog Backend. Not tested, but compiles and generates reaso... | azidar |
| 2015-05-18 | Big API Change. Pad is no longer supported. Widths of primops can be flexible... | azidar |
| 2015-05-15 | Updated firrtl for its passes to be a bit more modular, and to enable pluggin... | azidar |
| 2015-05-13 | Added source indicators from FIRRTL files. Pass in -p i to get them printed. ... | azidar |
| 2015-05-13 | Updated Spec. Added scoped-reg which exposes on-reset bug. Fixed lowering bug | azidar |
| 2015-05-05 | Added a bunch of tests. In the middle of implementing check kinds and check t... | azidar |
| 2015-05-04 | Added new stanza | azidar |
| 2015-05-04 | Added a few more error checks. Not tested yet. Fixed bug in pad type inference | azidar |
| 2015-05-02 | Added a infrastructure for check passes, and wrote a few | azidar |
| 2015-05-01 | Fixed bug where the enable was looked at for lowering MUX. | azidar |
| 2015-04-29 | Made temp name generation counter, as well as the name, based off the eventua... | azidar |
| 2015-04-29 | Added dshl and dshr | azidar |
| 2015-04-28 | Updated todo | azidar |
| 2015-04-28 | Instances are now male. Reworked lowering pass to be sane. chisel3/ModuleVec.... | azidar |
| 2015-04-27 | Added on-reset | azidar |
| 2015-04-24 | Merged TODO | azidar |
| 2015-04-24 | Merge branch 'master' of github.com:ucb-bar/firrtl into parser | azidar |
| 2015-04-24 | Updated TODO. Added backwards with prop for as and bits | azidar |
| 2015-04-24 | Inflight | azidar |
| 2015-04-24 | Fixed performance bug in expand-when where equality between the consequence a... | azidar |
| 2015-04-23 | Not finished commmit | azidar |
| 2015-04-23 | Added new parser. Fixed all Tests. Added on-reset to parser, but don't correc... | azidar |
| 2015-04-23 | Fixed Pad inference bug | azidar |
| 2015-04-22 | Switched to stricter primop width constraints. Implemented Pad. Added some mi... | azidar |
| 2015-04-22 | Added new test that breaks current parser. updated todo | azidar |
| 2015-04-21 | Added new test | azidar |
| 2015-04-21 | Updated Todo | azidar |
| 2015-04-20 | Added more relevant names for split expression | azidar |
| 2015-04-17 | Fixed bug in primop lowering during type inference. Added reduce instructions... | azidar |
| 2015-04-16 | Updated TODO | azidar |
| 2015-04-15 | Updated todo | azidar |
| 2015-04-15 | Finished flo backend. Restructured todo list | azidar |
| 2015-04-13 | Stanza bug | azidar |
| 2015-04-10 | Merge branch 'master' of github.com:ucb-bar/firrtl | azidar |
| 2015-04-10 | Almost finished width inference, takes too long/infinite loop for gcd | azidar |
| 2015-04-10 | Learned to fork. | Patrick Li |
| 2015-04-09 | Added more 'fake' tests. infer-widths now collects constraints | azidar |
| 2015-04-08 | Updated TODO | azidar |
| 2015-04-08 | Finished expand whens. started infer widths. added pdf for people to view | azidar |
| 2015-03-27 | Corrected register init by adding initialization of registers pass after lowe... | azidar |
| 2015-03-25 | Finished expand-whens. Removed letrec also, a while ago | azidar |
| 2015-03-23 | Finished first two parts of expand-whens pass. Fixed inits by adding WRegInit... | azidar |
| 2015-03-18 | Finished expand accessors and lower to ground | azidar |
| 2015-03-11 | Finished expand accessors pass. Fixed bug in resolve-gender. Added tests, all... | azidar |
| 2015-03-10 | Finished resolve genders | azidar |
| 2015-03-04 | Finished infer-types pass | azidar |
| 2015-03-03 | Updated TODO and spec | azidar |
| 2015-02-25 | Updated TODO list | azidar |
| 2015-02-25 | Added debug print statements to dump fields from nodes, and updated tests to ... | azidar |
| 2015-02-24 | Rewrote README to include installation instructions and stanza justification.... | azidar |