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
2024-05-29
Add Scala3 support
Aditya Naik
2021-12-17
Deprecate all mutable methods on RenameMap (#2444)
Jack Koenig
2021-08-02
add emitter for optimized low firrtl (#2304)
Kevin Laeufer
2021-03-04
SMT Backend: move undefined memory behavior modelling to firrtl IR level (#2095)
Kevin Laeufer
2021-02-17
Allow Side Effecting Statement to have Names (#2057)
Kevin Laeufer
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-09-15
Don't use ResolvedAnnotationPaths in ConstProp nor DCE (#1896)
Jack Koenig
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-06-23
Basic model checking API (#1653)
Tom Alcorn
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
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-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