aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/CommonSubexpressionElimination.scala
AgeCommit message (Expand)Author
2017-04-13Speed up CSE by doing CSE on node expression before recording the node (#543)Jack Koenig
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-14Improve performance of CSE passAndrew Waterman
2016-04-14Add CSE passAndrew Waterman