llvm-project/llvm/tools/llvm-reduce/deltas
Markus Lavin 0d36d84de5 [llvm-reduce] Display all relevant options in -help
Previously the options category given to cl::HideUnrelatedOptions was
local to llvm-reduce.cpp and as a result only options declared in that
file were visible in the -help options listing. This was a bit
unfortunate since there were several useful options declared in other
files. This patch addresses that.

Differential Revision: https://reviews.llvm.org/D118682
2022-02-02 09:44:56 +01:00
..
Delta.cpp [llvm-reduce] Display all relevant options in -help 2022-02-02 09:44:56 +01:00
Delta.h [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceAliases.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceAliases.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceArguments.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceArguments.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceAttributes.cpp Use a sorted array instead of a map to store AttrBuilder string attributes 2022-01-10 14:49:53 +01:00
ReduceAttributes.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceBasicBlocks.cpp [llvm-reduce] Remove unnecessary loop. 2021-11-14 21:03:21 +00:00
ReduceBasicBlocks.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceFunctionBodies.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceFunctionBodies.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceFunctions.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceFunctions.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceGlobalObjects.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceGlobalObjects.h [llvm-reduce] Reduce some GlobalObject properties 2021-11-02 08:47:32 -07:00
ReduceGlobalValues.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceGlobalValues.h
ReduceGlobalVarInitializers.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceGlobalVarInitializers.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceGlobalVars.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceGlobalVars.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceInstructions.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceInstructions.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceInstructionsMIR.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceInstructionsMIR.h Recommit "[llvm-reduce] Add MIR support" 2021-11-02 10:16:42 +01:00
ReduceMetadata.cpp [llvm] Use nullptr instead of 0 (NFC) 2021-12-28 08:52:25 -08:00
ReduceMetadata.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceModuleData.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceModuleData.h [llvm-reduce] Remove various module data 2021-08-24 09:45:31 -07:00
ReduceOperandBundles.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceOperandBundles.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceOperands.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceOperands.h [llvm-reduce] Add reduction passes to reduce operands to undef/1/0 2021-10-19 15:25:21 -07:00
ReduceOperandsSkip.cpp [llvm-reduce] Fix build after D113537 2021-11-11 18:53:34 -08:00
ReduceOperandsSkip.h [llvm-reduce] Introduce operands-skip pass. 2021-11-11 20:16:34 -06:00
ReduceOperandsToArgs.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceOperandsToArgs.h [llvm-reduce] Introduce operands-to-args pass. 2021-10-13 09:54:03 -05:00
ReduceSpecialGlobals.cpp [llvm-reduce] Count chunks by running a preliminary reduction 2021-11-11 18:46:09 -08:00
ReduceSpecialGlobals.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00