aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/ZeroWidth.scala
AgeCommit message (Expand)Author
2021-12-21Remove some warnings (#2448)Jack Koenig
2021-12-17Deprecate all mutable methods on RenameMap (#2444)Jack Koenig
2021-08-26Fix dshl zero-width shift behavior (#2339)Schuyler Eldridge
2021-03-26Fix bug in zero-width memory removal (#2153)Schuyler Eldridge
2021-03-14Fix cat of zero-width SInt (#2116)Jack Koenig
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-14All of src/ formatted with scalafmtchick
2020-08-12Combined Uniquify and LowerTypes pass (#1784)Kevin Laeufer
2020-04-22Mixin DependencyAPIMigration to all TransformsSchuyler Eldridge
2020-03-11Migrate to DependencyAPISchuyler Eldridge
2020-02-06[Behavior change] Andr of zero-width wire now returns UIntLiteral(1)Albert Magyar
2019-09-16Rename gender to flowSchuyler Eldridge
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