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
/
DeadCodeElimination.scala
Age
Commit message (
Expand
)
Author
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-03-09
Provide an annotation mix-in that marks RTs as dontTouch (#1433)
David Biancolin
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-04-25
Add ShellOption, DeletedWrapper
Schuyler Eldridge
2019-03-26
DCE printf and stop statements with constant-0 enables
Andrew Waterman
2018-11-07
Make DeadCodeElimination a RegisteredTransform
Schuyler Eldridge
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-09-13
Do not remove ExtMods with no ports by default (#888)
albertchen-sifive
2018-05-02
Deprecate old WiringUtils methods/classes (#801)
Schuyler Eldridge
2018-03-23
Make Register Update Flattening a Transform and Delete Dangling Nodes (#692)
Jack Koenig
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2017-12-29
Add logger printing for declarations removed by DCE
Jack Koenig
2017-11-10
Make digraph methods deterministic (#653)
Albert Magyar
2017-09-21
Some ScalaDoc warning fixes
Edward Wang
2017-08-01
DCE for IsInvalid (#629)
Donggyu
2017-06-21
Add --no-dce command-line option to skip DCE
Jack Koenig
2017-05-25
Fix performance bug in DCE (#596)
Jack Koenig
2017-05-17
Make sure not to DCE input-only extmodules unless specified (#590)
Jack Koenig
2017-05-11
Improved Global Dead Code Elimination (#549)
Jack Koenig