llvm-project/llvm/tools/llvm-reduce/deltas
Arthur Eubanks a7b4ce9cfd [NFC][AttributeList] Replace index_begin/end with an iterator
We expose the fact that we rely on unsigned wrapping to iterate through
all indexes. This can be confusing. Rather, keeping it as an
implementation detail through an iterator is less confusing and is less
code.

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D110885
2021-10-01 10:17:41 -07:00
..
Delta.cpp [llvm-reduce] Don't unset dso_local on implicitly dso_local GVs 2021-04-30 11:57:22 -07:00
Delta.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceAliases.cpp
ReduceAliases.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceArguments.cpp [llvm-reduce] Skip updating calls where OldF isn't the called fn. 2021-10-01 10:52:48 +01:00
ReduceArguments.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceAttributes.cpp [NFC][AttributeList] Replace index_begin/end with an iterator 2021-10-01 10:17:41 -07: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] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceBasicBlocks.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceFunctionBodies.cpp
ReduceFunctionBodies.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceFunctions.cpp
ReduceFunctions.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceGlobalValues.cpp [llvm-reduce] Don't unset dso_local on implicitly dso_local GVs 2021-04-30 11:57:22 -07:00
ReduceGlobalValues.h [llvm-reduce] Remove dso_local when possible 2021-03-29 12:00:10 -07:00
ReduceGlobalVarInitializers.cpp [llvm-reduce] ReduceGlobalVarInitializers delta pass: fix handling of globals w/ comdat/non-external linkage 2021-01-07 18:05:03 +03: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] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceGlobalVars.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceInstructions.cpp
ReduceInstructions.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceMetadata.cpp [llvm-reduce] Reduce metadata references. 2021-09-29 11:25:35 -05: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] Check if module data strings are empty before attempting to reduce 2021-08-24 10:23:00 -07:00
ReduceModuleData.h [llvm-reduce] Remove various module data 2021-08-24 09:45:31 -07:00
ReduceOperandBundles.cpp
ReduceOperandBundles.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
ReduceOperands.cpp [llvm-reduce] Add reduce operands pass 2021-09-17 12:32:15 -07:00
ReduceOperands.h [llvm-reduce] Add reduce operands pass 2021-09-17 12:32:15 -07:00
ReduceSpecialGlobals.cpp
ReduceSpecialGlobals.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00