| Age | Commit message (Expand) | Author |
| 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 |
| 2016-02-09 | WIP. Got to-working-ir working | azidar |
| 2016-01-29 | Fix no space after "flip" for flipped fields in Scala FIRRTL, also make Scala... | Jack |
| 2016-01-29 | Changed reg syntax to new "with" semantics in Scala FIRRTL | Jack |
| 2016-01-28 | WIP Added support for is invalid and validif to Scala FIRRTL | jackkoenig |
| 2016-01-28 | WIP Added support for stop to Scala FIRRTL | jackkoenig |
| 2016-01-28 | WIP Added support for printf to Scala FIRRTL | jackkoenig |
| 2016-01-28 | WIP: Added support for FIRRTL 0.2.0 Memories to Scala FIRRTL | jackkoenig |
| 2016-01-27 | WIP Moving Scala FIRRTL to match spec 0.2.0. Not everything is implemented (n... | jackkoenig |
| 2016-01-16 | Added notes for Richard to work on | azidar |
| 2015-12-07 | The transformation works! Kind of, it works fine when everything is alwasy re... | jackkoenig |
| 2015-12-03 | Changing simwrapper to group ports that go to different places, not quite the... | jackkoenig |
| 2015-10-15 | Reorganized Primops (renamed from PrimOps), added maps and functions to conve... | Jack |
| 2015-10-15 | Added infer-types pass, seems to work. Added infer-types error checking, modi... | Jack |
| 2015-10-14 | Modified getType to return Type rather than Option[Type] which makes more sen... | Jack |