| Age | Commit message (Expand) | Author |
| 2016-08-17 | Change RW port names (#236) | Angie Wang |
| 2016-08-12 | Add missing case for connecting ClockType | Megan Wachs |
| 2016-08-04 | Added RemoveEmpty.scala, which removes Empty and nested Blocks (#218) | Adam Izraelevitz |
| 2016-08-02 | Change serialize to abstract method on FirrtlNode | Jack Koenig |
| 2016-07-28 | InferWidths now only fixes declaration widths | azidar |
| 2016-07-25 | Changed InferTypes to update types if UnknownType or has an UnknownWidth | azidar |
| 2016-07-21 | Added a Chirrtl check for undeclared wires, etc. | azidar |
| 2016-07-21 | Indentation support for the ANTLR parser (as discussed in #192) (#194) | Kamyar Mohajerani |
| 2016-06-10 | Change BoolType from method to val | Jack Koenig |
| 2016-06-10 | API Cleanup - AST | Jack |
| 2016-06-10 | API Cleanup - PrimOp & PrimOps | Jack |
| 2016-06-10 | API Cleanup - Expression | Jack |
| 2016-06-10 | API Cleanup - Statement | Jack |
| 2016-06-10 | API Cleanup - Width | Jack |
| 2016-06-10 | API Cleanup - Field & Flip | Jack |
| 2016-06-10 | API Cleanup - Type | Jack |
| 2016-06-10 | API Cleanup - Port & Direction | Jack |
| 2016-06-10 | API Cleanup - Module | Jack |
| 2016-06-01 | Suppress "match may not be exhaustive" warning | Andrew Waterman |
| 2016-05-03 | Add Utils function getDeclaration | jackkoenig |
| 2016-05-03 | Move splitRef and mergeRef from LowerTypes to Utils | jackkoenig |
| 2016-04-29 | Add time function to Utils | jackkoenig |
| 2016-04-22 | Refactor LowerTypes | jackkoenig |
| 2016-04-22 | Add utility functions for coverting and computing Gender and Flip | jackkoenig |
| 2016-04-22 | Add isGround and isAggregate functions to Type Utils. | jackkoenig |
| 2016-04-22 | Add optional Info argument to FieldUtils.ToPort | jackkoenig |
| 2016-04-16 | Add Namespace for thread-safe creation of names and temporary names | jackkoenig |
| 2016-04-14 | Improve performance of CSE pass | Andrew Waterman |
| 2016-03-01 | Move mapper functions to implicit methods on IR vertices. | jackkoenig |
| 2016-02-25 | Separate serialize functions into separate file | jackkoenig |
| 2016-02-25 | Remove FlagUtils and related unused debug printing | jackkoenig |
| 2016-02-22 | Temporary Fix: get_type on depth=1 memories causing IntWidth(0) types | Jack |
| 2016-02-09 | Added license to FIRRTL files | azidar |
| 2016-02-09 | Added remaining check passes. Ready for open sourcing | azidar |
| 2016-02-09 | CHIRRTL passes work, parser is updated | azidar |
| 2016-02-09 | Added migrated HighFormCheck to Scala FIRRTL, changes to IR and Utils for get... | Jack |
| 2016-02-09 | Added chirrtl passes, need to update parser | azidar |
| 2016-02-09 | More bug fixes | azidar |
| 2016-02-09 | Added constprop,v-wrap,v-rename. All set to attempt like->like comparison of ... | azidar |
| 2016-02-09 | Added Lower Types. | azidar |
| 2016-02-09 | Added Expand Whens pass | azidar |
| 2016-02-09 | Fix bug in mem serialization | Jack |
| 2016-02-09 | Updated SInt/UInt emission to match stanza. Still need to update to new syntax. | azidar |
| 2016-02-09 | Fixed port emission | azidar |
| 2016-02-09 | Moved passes to new package | azidar |
| 2016-02-09 | Added remove accesses | azidar |
| 2016-02-09 | Fix serialize bugs: WSub(Field|Index|Access) printing extraneous w, module no... | Jack |
| 2016-02-09 | Added expand connect. Resolve now includes to working ir | azidar |
| 2016-02-09 | Added resolve genders | azidar |
| 2016-02-09 | WIP. Finished to working ir, resolve kinds, and infer types | azidar |