aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/bugpoint.cc
Commit message (Expand)AuthorAgeFilesLines
* bugpoint: improve messagingEddie Hung2020-04-241-7/+7
* bugpoint: (* keep *) to (* bugpoint_keep *); also apply to modules/cellsEddie Hung2020-04-241-5/+14
* bugpoint: skip ports with (* keep *) on; add headerEddie Hung2020-04-241-9/+18
* bugpoint: improve help textEddie Hung2020-04-231-11/+13
* bugpoint: Don't remove modules or cells while iterating over them.Marcelina Koƛcielnicka2020-04-221-4/+14
* Clean up private member usage in `passes/cmds/bugpoint.cc`.Alberto Gonzalez2020-04-061-14/+14
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-2/+2
* bugpoint: add -assigns and -updates options.whitequark2019-07-091-9/+81
* bugpoint: check for -script option.whitequark2019-05-141-0/+3
* Fix all warnings that occurred when compiling with gcc9Kristoffer Ellersgaard Koch2019-05-081-2/+1
* Add "whitebox" attribute, add "read_verilog -wb"Clifford Wolf2019-04-181-4/+4
* Switch "bugpoint" from system() to run_command()Clifford Wolf2019-01-071-1/+1
* bugpoint: new pass.whitequark2019-01-071-0/+369