aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/ZeroWidth.scala
AgeCommit message (Expand)Author
2018-07-10Fix bug in zero-width renaming (#845)Jack Koenig
2018-07-02Make ZeroWidth properly rename removed empty aggregates (#839)Jack Koenig
2018-05-21Fix more problems with zero width things. (#779)grebe
2018-03-27Change throwInternalError to use a String instead of Option[String] (#777)Jack Koenig
2017-09-30Fixed zero width cat but (#651)Adam Izraelevitz
2017-05-25Fix performance bug in ZeroWidth (#594)Jack Koenig
2017-05-10Update rename2 (#478)Adam Izraelevitz
2017-03-29Fix bug where zero width expressions in nodes wouldn't get zeroed (#514)Jack Koenig
2017-03-23Pass now subclasses Transform (#477)Adam Izraelevitz
2017-03-22Fixed zero width perf bug #502Adam Izraelevitz
2017-03-06Zero width (#402)Adam Izraelevitz