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
/
ConstantPropagation.scala
Age
Commit message (
Expand
)
Author
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-07-23
fix reduction op bug ConstantPropagation (#1746)
Albert Chen
2020-07-23
mask bits when propagating bitwise ops (#1745)
Albert Chen
2020-07-17
Propagate source locators to register update always blocks (#1743)
Jack Koenig
2020-05-11
Add andr, orr, xorr literal constant propagation
Schuyler Eldridge
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-03-11
Don't const-prop a register's self-init (#1441)
Albert Magyar
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-03-09
Provide an annotation mix-in that marks RTs as dontTouch (#1433)
David Biancolin
2020-02-13
Constant prop binary PrimOps with matching arguments
Albert Magyar
2020-02-07
Refactor handling of reg const prop entries to cover more cases
Albert Magyar
2020-02-06
Better register const prop through speculative de-optimization
Albert Magyar
2020-02-06
Add constant prop to async regs (#1355)
Adam Izraelevitz
2020-01-07
Remove unnecessary casts in Constant Propagation
Jack Koenig
2020-01-06
Verilog emitter transform InlineNots (#1270)
John Ingalls
2019-10-07
Absorb some instance analysis into InstanceGraph, use safer boxed Strings (#1...
Albert Magyar
2019-09-16
Rename gender to flow
Schuyler Eldridge
2019-07-23
more constprop on muxes (#1052)
Donggyu Kim
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-03-29
Faster reg constprop (#1067)
Albert Magyar
2019-02-25
Fix almost all Scaladoc warnings
Schuyler Eldridge
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2019-02-05
Do Shr constant propagation in Legalize
Schuyler Eldridge
2019-02-05
Missed constprop opportunity (#1009)
Andrew Waterman
2019-01-13
Suppress unchecked warning in Constant Propagation
Jack Koenig
2019-01-13
Constant Propagate dshl and dshr with constant amounts
Jack Koenig
2019-01-13
Keep constant propagating expressions until done optimizing
Jack Koenig
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-07-20
Constant prop add (#849)
albertchen-sifive
2018-06-06
ConstProp attached wires if there is also a port (#818)
Jack Koenig
2018-05-29
Fix pad (#817)
Jack Koenig
2018-05-09
Bugfix: ports of a temporary name would break const-prop (#806)
Adam Izraelevitz
2018-04-10
Fix bug in Constant Propagation for registers propped to zero (#787)
Jack Koenig
2018-03-28
Replace unconnected registers with 0 in Constant Propagation (#776)
Jack Koenig
2018-03-27
Const prop improvement (#772)
Jack Koenig
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-22
Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...
Adam Izraelevitz
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2018-01-30
Make Constant Propagation respect dontTouch on registers
Jack Koenig
2018-01-30
Fix bug incorrectly propagating constants on submodule inputs
Jack Koenig
2017-12-12
Make object ConstantPropagation utils
Jack Koenig
2017-11-10
Make digraph methods deterministic (#653)
Albert Magyar
2017-08-14
Constant propagation across module boundaries (#633)
Jack Koenig
2017-07-17
do not swap wire names with node names
Donggyu Kim
2017-07-17
Fix ConstProp bug where multiple names would swap with one
Jack Koenig
[next]