aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/ConstProp.scala
AgeCommit message (Expand)Author
2017-06-28Promote ConstProp to a transformJack Koenig
2017-06-26Add support for wires in ConstPropJack Koenig
2017-06-26Speed up ConstProp by doing ConstProp before recording nodeJack Koenig
2017-05-12Fix pad, second try (#465)Adam Izraelevitz
2017-03-23Pass now subclasses Transform (#477)Adam Izraelevitz
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-10-11Scala style cleanup take 5 (#324)Chick Markley
2016-09-27remove unnecessary parentheseschick
2016-09-25remove unnecessary blockschick
2016-09-25convert all occurencess of BigInt == Int to BigInt == BigIntchick
2016-09-23use .head instead of (0)chick
2016-09-13remove Utils.{width_BANG, long_BANG}Donggyu Kim
2016-09-07clean up miscsDonggyu Kim
2016-09-07remove Utils.tpeDonggyu Kim
2016-07-07Generalize and clean up constant propagation passAndrew Waterman
2016-06-10API Cleanup - ASTJack
2016-06-10API Cleanup - PrimOp & PrimOpsJack
2016-06-10API Cleanup - ExpressionJack
2016-06-10API Cleanup - StatementJack
2016-06-10API Cleanup - ModuleJack
2016-05-10Added constant propagation rule for greater/less thansAdam Izraelevitz
2016-04-21Emit correct width for ConstProp'd bit extractAndrew Waterman
2016-04-13Extend mux constant propagationAndrew Waterman
2016-04-13Add shift/concat constant propagationAndrew Waterman
2016-04-07Split ConstProp pass into own file; propagate lits through nodesAndrew Waterman