aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/RemoveAccesses.scala
AgeCommit message (Expand)Author
2021-03-29Fix RemoveAccesses, delete CSESubAccesses (#2157)Jack Koenig
2021-03-04CSE SubAccesses (#2099)Jack Koenig
2020-12-02Fix subaccess (#1984)Jiuyang Liu
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-21Deprecate Uniquify and move its useful utilities (#1856)Jack Koenig
2020-08-14All of src/ formatted with scalafmtchick
2020-07-29[2.13] convert toSeq and toMap where necessary to compileKevin Laeufer
2020-07-10Remove Left Over References to Gender in Code (#1752)Kevin Laeufer
2020-05-01Add missing invalidations to some transforms (#1541)Schuyler Eldridge
2020-04-22Mixin DependencyAPIMigration to all TransformsSchuyler Eldridge
2020-04-07Fix dynamic SubAccess of zero-length vectors (#1450)Albert Magyar
2020-03-11Migrate to DependencyAPISchuyler Eldridge
2019-09-16Rename gender to flowSchuyler Eldridge
2019-03-26Convert the RemoveAccesses object into a class. (#1058)Jim Lawson
2018-06-11Add utilities for UInt and SInt literals (#815)Jack Koenig
2018-03-27Change throwInternalError to use a String instead of Option[String] (#777)Jack Koenig
2018-02-16Replacematcherror - catch exceptions and convert to internal error. (#424)Jim Lawson
2017-12-22API change: out-of-bounds vec accesses now invalid, not first element (#685)Adam Izraelevitz
2017-05-11Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)Jim Lawson
2017-03-23Pass now subclasses Transform (#477)Adam Izraelevitz
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-10-11Scala style cleanup take 5 (#324)Chick Markley
2016-09-27remove unnecessary parentheseschick
2016-09-23use .head instead of (0)chick
2016-09-13use BoolType for UIntType(IntWidth(1))Donggyu Kim
2016-09-08remove Utils.{AND, OR, NOT, EQV}Donggyu Kim
2016-09-07clean up Utils.scalaDonggyu Kim
2016-09-07add caches for create_exps in RemoveAccessDonggyu Kim
2016-09-07clean up RemoveAccessesDonggyu Kim
2016-08-01Added minor cosmetic changes to RemoveAccessesazidar
2016-08-01Refactor RemoveAccesses and fix bug #210.azidar