aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/analyses
AgeCommit message (Expand)Author
2021-02-17Allow Side Effecting Statement to have Names (#2057)Kevin Laeufer
2021-01-26Fix post-merge publishing (#2055)Jack Koenig
2021-01-20Cleanup some warnings (#2032)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-08-05Deprecate InstanceGraph (#1800)Kevin Laeufer
2020-07-31CircuitGraph: remove fields from public API (#1813)Kevin Laeufer
2020-07-31[WIP] Implement CircuitGraph and IRLookup to firrtl.analyses (#1603)Jiuyang Liu
2020-07-29[2.13] convert toSeq and toMap where necessary to compileKevin Laeufer
2020-07-18Faster dedup instance graph (#1732)Kevin Laeufer
2020-06-22Convert PreservesAll to explicit invalidates=falseSchuyler Eldridge
2020-04-22s/dependents/optionalPrerequisiteOf/Schuyler Eldridge
2020-04-22Mixin DependencyAPIMigration to all TransformsSchuyler Eldridge
2020-02-13Add InstanceGraph helpers: reachable/unreachableSchuyler Eldridge
2020-02-11Report dead modules in staticInstanceCountSchuyler Eldridge
2019-10-29Change findInstancesInHierarchy to return implicit top instanceAlbert Magyar
2019-10-07Absorb some instance analysis into InstanceGraph, use safer boxed Strings (#1...Albert Magyar
2019-09-12update inline transform and testcasesAbert Chen
2019-02-25Fix almost all Scaladoc warningsSchuyler Eldridge
2018-11-29Replace Mappers with Foreachers in several passes (#954)Albert Magyar
2018-10-30Instance Annotations (#926)Adam Izraelevitz
2018-10-27Revert "Instance Annotations (#865)" (#925)Adam Izraelevitz
2018-10-24Instance Annotations (#865)Adam Izraelevitz
2018-07-20Constant prop add (#849)albertchen-sifive
2018-07-11Make InstanceGraph have deterministic and use defined iteration order (#843)Jack Koenig
2018-05-11TopWiring Transform (#798)alonamid
2018-03-27Change throwInternalError to use a String instead of Option[String] (#777)Jack Koenig
2018-03-21GroupModule Transform (#766)Adam Izraelevitz
2018-01-15WiringTransform Refactor (#648)Schuyler Eldridge
2017-12-29Add NodeCount analysis for helping with performance debuggingJack Koenig
2017-11-10Make digraph methods deterministic (#653)Albert Magyar
2017-09-05Make InstanceGraph track module hierarchies not contained in the top-level hi...Albert Magyar
2017-03-17Add utilites for digraphs and netlist analysesAlbert Magyar