aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/extract_reduce.cc
Commit message (Expand)AuthorAgeFilesLines
* Change implicit conversions from bool to Sig* to explicit.Marcelina Koƛcielnicka2021-10-211-4/+6
* extract_reduce: Refactor and fix input signal construction.Marcelina Koƛcielnicka2021-10-211-63/+34
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-3/+3
* kernel: SigSpec use more const& + overloads to prevent implicit SigSpecEddie Hung2020-03-131-1/+1
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-10/+10
* ID(\\.*) -> ID(.*)Eddie Hung2019-08-151-13/+13
* Transform all "\\*" identifiers into ID()Eddie Hung2019-08-151-13/+13
* Transform "$.*" to ID("$.*") in passes/techmapEddie Hung2019-08-151-9/+9
* Merge pull request #591 from hzeller/virtual-overrideClifford Wolf2018-08-151-2/+2
|\
| * Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* | Add missing <deque> include (MSVC build fix)Clifford Wolf2018-07-221-0/+1
|/
* Added missing "break"Andrew Zonenberg2017-09-151-0/+1
* Implemented off-chain support for extract_reduceAndrew Zonenberg2017-09-151-84/+157
* extract_reduce now only removes the head of the chain, relying on "clean" to ...Andrew Zonenberg2017-09-151-9/+19
* extract_reduce: Fix segfault on "undriven" inputsRobert Ou2017-09-141-2/+2
* Rename recover_reduce to extract_reduce, fix args handlingClifford Wolf2017-08-281-0/+239