llvm-project/llvm/tools/llvm-reduce
Arthur Eubanks 309d453866 [llvm-reduce] Move most debugging output behind --verbose
This should cut down on the visual noise when reducing. Still keep output when we run a pass or when we successfully reduce.

Notably, this also suppresses redirecting the test output to stdout/stderr.

Reviewed By: regehr

Differential Revision: https://reviews.llvm.org/D131922
2022-08-19 13:25:42 -07:00
..
deltas [llvm-reduce] Move most debugging output behind --verbose 2022-08-19 13:25:42 -07:00
CMakeLists.txt this pass calls simplifyCFG on individual basic blocks; we want this 2022-08-15 15:45:20 -06:00
DeltaManager.cpp this pass calls simplifyCFG on individual basic blocks; we want this 2022-08-15 15:45:20 -06:00
DeltaManager.h allow llvm-reduce, if asked, to run its set of passes more than once, taking longer to finish but also potentially resulting in a smaller reduced file. 2022-01-10 22:24:23 -07:00
ReducerWorkItem.cpp Untangle the mess which is MachineBasicBlock::hasAddressTaken(). 2022-08-16 16:15:44 -07:00
ReducerWorkItem.h [llvm-reduce] Add support for LTO bitcode files 2022-06-30 08:58:24 -07:00
TestRunner.cpp [llvm-reduce] Move most debugging output behind --verbose 2022-08-19 13:25:42 -07:00
TestRunner.h [llvm-reduce] Add support for LTO bitcode files 2022-06-30 08:58:24 -07:00
llvm-reduce.cpp [NFC][llvm-reduce] Use new pass manager for printing ThinLTO bitcode 2022-08-15 14:14:08 -07:00