| Age | Commit message (Expand) | Author |
| 2015-05-01 | Fixed bug where the enable was looked at for lowering MUX. | azidar |
| 2015-04-30 | Fixed assignment to outputs not getting emitted from Expand When pass | azidar |
| 2015-04-29 | Fixed bug where a node's width was not equal to its value's | azidar |
| 2015-04-29 | Fixed bug in lowering of subfields. Fixed ModuleVec.fir to be correct | azidar |
| 2015-04-29 | Added dshl and dshr | 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 | Merge branch 'master' of github.com:ucb-bar/firrtl into parser | azidar |
| 2015-04-24 | Fixed width inference bug where later constraints on the output width were no... | azidar |
| 2015-04-24 | Fixed performance bug in expand-when where equality between the consequence a... | azidar |
| 2015-04-23 | Fixed bug in lowering where the arguments to DoPrim and Pad weren't lowered | 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 | Reordered resolve-kinds and make-explicit-reset to fix bug where reset, if re... | azidar |
| 2015-04-21 | Added new test | azidar |
| 2015-04-20 | Fixed tests to use new execution arguments. Added and fixed chisel3 bugs | azidar |
| 2015-04-17 | Removed excessive debug print statements, added default call to firrtl to gen... | azidar |
| 2015-04-17 | Added temp elimination pass | azidar |
| 2015-04-17 | Fixed bug in primop lowering during type inference. Added reduce instructions... | azidar |
| 2015-04-16 | Updated parser to correctly read empty statements | azidar |
| 2015-04-16 | Merged with new stanza | azidar |
| 2015-04-15 | Finished flo backend. Restructured todo list | azidar |
| 2015-04-14 | Finished Split Expressions | azidar |
| 2015-04-14 | Finished inlining pass | azidar |
| 2015-04-13 | Stanza bug | azidar |
| 2015-04-13 | new chisel3 tests | jackbackrack |
| 2015-04-10 | Almost finished width inference, takes too long/infinite loop for gcd | azidar |
| 2015-04-10 | Updated Stanza | Patrick Li |
| 2015-04-09 | Added more 'fake' tests. infer-widths now collects constraints | azidar |
| 2015-04-08 | Added test to show correctness of gender inference and lowering | azidar |
| 2015-04-08 | Fixed bug in lowering that incorrectly determined genders when subfielded | 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-25 | Correctly do when expansion, minus enables and outputting lowered form | 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-12 | Switched bundles from gender to flip | 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-05 | Finished part of infer gender, tests not committed | azidar |
| 2015-03-04 | Finished infer-types pass | azidar |
| 2015-03-03 | In-progress, working on inferring types pass | 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 |
| 2015-02-24 | Updated tests, and included a check for the name of the pass, which | azidar |
| 2015-02-20 | Rewrote the initialize-register pass, now correctly implemented | azidar |