aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/DeadCodeElimination.scala
AgeCommit message (Expand)Author
2020-03-11Remove dead passes.DeadCodeElimination code (#1440)Albert Magyar
2019-06-18Use scalafix to remove unused import and deprecated procedure syntax (#1074)Leway Colin
2017-05-10Update rename2 (#478)Adam Izraelevitz
2017-03-23Pass now subclasses Transform (#477)Adam Izraelevitz
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-06-10API Cleanup - ASTJack
2016-06-10API Cleanup - StatementJack
2016-06-10API Cleanup - ModuleJack
2016-04-14Factor DCE re-running more cleanlyAndrew Waterman
2016-04-07Add primitive dead code elimination passAndrew Waterman