aboutsummaryrefslogtreecommitdiffstats
path: root/passes/proc/proc_prune.cc
Commit message (Expand)AuthorAgeFilesLines
* proc_prune: Make assign removal and promotion per-bit, remember promoted bits.Marcelina Kościelnicka2021-08-141-40/+25
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
* kernel: use more ID::*Eddie Hung2020-04-021-1/+1
* kernel: SigSpec use more const& + overloads to prevent implicit SigSpecEddie Hung2020-03-131-1/+1
* proc_prune: fix handling of exactly identical assigns.whitequark2019-08-081-9/+7
* proc_prune: Promote partially redundant assignments.Jean-François Nguyen2019-08-011-2/+11
* proc_prune: promote assigns to module connections when legal.whitequark2019-07-091-12/+35
* proc_prune: new pass.whitequark2019-07-091-0/+135