index
:
sfcX
1.6.x
master
sfc-scala3
Scala FIRRTL Compiler for chiselX
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
scala
/
firrtl
/
transforms
/
Dedup.scala
Age
Commit message (
Expand
)
Author
2021-12-17
Deprecate all mutable methods on RenameMap (#2444)
Jack Koenig
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-05
Deprecate InstanceGraph (#1800)
Kevin Laeufer
2020-07-29
[2.13] convert toSeq and toMap where necessary to compile
Kevin Laeufer
2020-07-18
Faster dedup instance graph (#1732)
Kevin Laeufer
2020-07-08
dedup: use structural sha256 hash instead of agnostify and serialize (#1731)
Kevin Laeufer
2020-06-23
Don't Dedup modules if it would change semantics (#1713)
Jack Koenig
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-06-02
Fix performance pathology in DedupModules (#1654)
Jack Koenig
2020-05-28
Implement InstanceTarget Behavior for Dedup + EliminateTargetPaths (#1539)
Albert Chen
2020-05-26
[API change] Absorb repetitive WIR nodes into IR
Albert Magyar
2020-05-21
RenameMap: remove implicit rename chaining (#1591)
Albert Chen
2020-05-18
Don't try deduping the main module of a circuit (#1594)
Albert Magyar
2020-05-13
Remove accidental hashing of all Modules in Dedup
Jack Koenig
2020-05-13
Remove expensive .distinct in Dedup
Jack Koenig
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-02-03
Dedup: check if moduleOpt exists before getting (#1323)
Albert Chen
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-07-08
Remove some warnings (#1118)
Leway Colin
2019-04-29
Update NoCircuitDedupAnnotation so it's available from firrtl.stage.FirrtlMain
Jim Lawson
2019-02-27
Add --nodedup option to facilitate FIRRTL to verilog regression testing. (#1035)
Jim Lawson
2019-02-21
Don't let the main module become deduped out of existence. (#1023)
Jim Lawson
2018-12-06
Fix bug in dedup where lots of annotations could prevent dedup (#958)
Jack Koenig
2018-10-30
Instance Annotations (#926)
Adam Izraelevitz
2018-10-27
Revert "Instance Annotations (#865)" (#925)
Adam Izraelevitz
2018-10-24
Instance Annotations (#865)
Adam Izraelevitz
2018-04-03
Make Dedup properly dedup ExtModules (#781)
Jack Koenig
2018-03-21
GroupModule Transform (#766)
Adam Izraelevitz
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-27
Add log-level debug message for modules that get deduped (#748)
Jack Koenig
2017-11-28
Have DedupModules report renaming
Jack
2017-03-06
Addresses #459. Rewords transform annotations API.
Adam Izraelevitz
2017-01-20
Remove merging of source locators during module deduplication
Jack
2016-12-14
Added NoDedup annotation and test (#397)
Adam Izraelevitz
2016-11-30
Bugfix: Dedup aggressively (ignore comments) (#375)
Adam Izraelevitz
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-07
Fix annotations (#366)
Adam Izraelevitz
2016-11-04
Add a pass to deduplicate modules
azidar